Searched refs:D_CACHE_LINE_SIZE (Results 1 – 2 of 2) sorted by relevance
/linux/arch/arm/mm/ |
H A D | cache-v6.S | 20 #define D_CACHE_LINE_SIZE 32 macro 182 bic r0, r0, #D_CACHE_LINE_SIZE - 1 189 add r0, r0, #D_CACHE_LINE_SIZE 210 tst r0, #D_CACHE_LINE_SIZE - 1 211 bic r0, r0, #D_CACHE_LINE_SIZE - 1 217 tst r1, #D_CACHE_LINE_SIZE - 1 218 bic r1, r1, #D_CACHE_LINE_SIZE - 1 230 add r0, r0, #D_CACHE_LINE_SIZE 243 bic r0, r0, #D_CACHE_LINE_SIZE - 1 250 add r0, r0, #D_CACHE_LINE_SIZE [all …]
|
H A D | proc-v6.S | 21 #define D_CACHE_LINE_SIZE 32 macro 87 add r0, r0, #D_CACHE_LINE_SIZE 88 subs r1, r1, #D_CACHE_LINE_SIZE
|