WAKEUP_SIZE        44 arch/x86/kernel/acpi/sleep.c 	memcpy((void *)acpi_realmode, &wakeup_code_start, WAKEUP_SIZE);
WAKEUP_SIZE       127 arch/x86/kernel/acpi/sleep.c 	if ((&wakeup_code_end - &wakeup_code_start) > WAKEUP_SIZE) {
WAKEUP_SIZE       133 arch/x86/kernel/acpi/sleep.c 	acpi_realmode = (unsigned long)alloc_bootmem_low(WAKEUP_SIZE);