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