round             579 arch/x86/kernel/e820.c 	unsigned long gapstart, gapsize, round;
round             600 arch/x86/kernel/e820.c 	round = 0x100000;
round             601 arch/x86/kernel/e820.c 	while ((gapsize >> 4) > round)
round             602 arch/x86/kernel/e820.c 		round += round;
round             604 arch/x86/kernel/e820.c 	pci_mem_start = (gapstart + round) & -round;
round             835 arch/x86/math-emu/fpu_trig.c 				if ((round == RC_RND)