Searched refs:CACHE_LINE_BYTES (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/kern/powerpc/
H A Dcache_flush.S20 #undef CACHE_LINE_BYTES
21 #define CACHE_LINE_BYTES 32 define
23 /* `address' may not be CACHE_LINE_BYTES-aligned. */
24 andi. 6, 3, CACHE_LINE_BYTES - 1 /* Find the misalignment. */
30 addi 5, 5, CACHE_LINE_BYTES
38 addi 5, 5, CACHE_LINE_BYTES

Completed in 15 milliseconds