Searched refs:D_CACHE_LINE_SIZE (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/arm/mm/ |
D | cache-v6.S | 22 #define D_CACHE_LINE_SIZE 32 macro 177 bic r0, r0, #D_CACHE_LINE_SIZE - 1 184 add r0, r0, #D_CACHE_LINE_SIZE 209 tst r0, #D_CACHE_LINE_SIZE - 1 210 bic r0, r0, #D_CACHE_LINE_SIZE - 1 216 tst r1, #D_CACHE_LINE_SIZE - 1 221 bic r1, r1, #D_CACHE_LINE_SIZE - 1 233 add r0, r0, #D_CACHE_LINE_SIZE 250 bic r0, r0, #D_CACHE_LINE_SIZE - 1 260 add r0, r0, #D_CACHE_LINE_SIZE [all …]
|
D | proc-v6.S | 23 #define D_CACHE_LINE_SIZE 32 macro 84 add r0, r0, #D_CACHE_LINE_SIZE 85 subs r1, r1, #D_CACHE_LINE_SIZE
|