Searched refs:D_CACHE_LINE_SIZE (Results 1 – 2 of 2) sorted by relevance
/linux/arch/arm/mm/ |
A D | cache-v6.S | 19 #define D_CACHE_LINE_SIZE 32 macro 174 bic r0, r0, #D_CACHE_LINE_SIZE - 1 181 add r0, r0, #D_CACHE_LINE_SIZE 206 tst r0, #D_CACHE_LINE_SIZE - 1 207 bic r0, r0, #D_CACHE_LINE_SIZE - 1 213 tst r1, #D_CACHE_LINE_SIZE - 1 218 bic r1, r1, #D_CACHE_LINE_SIZE - 1 230 add r0, r0, #D_CACHE_LINE_SIZE 247 bic r0, r0, #D_CACHE_LINE_SIZE - 1 257 add r0, r0, #D_CACHE_LINE_SIZE [all …]
|
A D | proc-v6.S | 20 #define D_CACHE_LINE_SIZE 32 macro 81 add r0, r0, #D_CACHE_LINE_SIZE 82 subs r1, r1, #D_CACHE_LINE_SIZE
|
Completed in 4 milliseconds