Searched refs:D_CACHE_LINE_SIZE (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/arm/mm/ |
H A D | cache-v6.S | 19 #define D_CACHE_LINE_SIZE 32 macro 176 bic r0, r0, #D_CACHE_LINE_SIZE - 1 183 add r0, r0, #D_CACHE_LINE_SIZE 208 tst r0, #D_CACHE_LINE_SIZE - 1 209 bic r0, r0, #D_CACHE_LINE_SIZE - 1 215 tst r1, #D_CACHE_LINE_SIZE - 1 220 bic r1, r1, #D_CACHE_LINE_SIZE - 1 232 add r0, r0, #D_CACHE_LINE_SIZE 249 bic r0, r0, #D_CACHE_LINE_SIZE - 1 259 add r0, r0, #D_CACHE_LINE_SIZE [all …]
|
H A D | proc-v6.S | 20 #define D_CACHE_LINE_SIZE 32 macro 83 add r0, r0, #D_CACHE_LINE_SIZE 84 subs r1, r1, #D_CACHE_LINE_SIZE
|