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

/linux-master/arch/powerpc/include/asm/
H A Dpage_64.h46 unsigned long onex, twox, fourx, eightx; local
55 onex = ppc64_caches.l1d.block_size;
56 twox = onex << 1;
57 fourx = onex << 2;
58 eightx = onex << 3;
74 : "r" (iterations), "0" (addr), "b" (onex), "b" (twox),
75 "b" (twox+onex), "b" (fourx), "b" (fourx+onex),
76 "b" (twox+fourx), "b" (eightx-onex), "r" (eightx)

Completed in 104 milliseconds