real_mode_header 65 arch/x86/include/asm/acpi.h #define acpi_wakeup_address ((unsigned long)(real_mode_header->wakeup_start)) real_mode_header 54 arch/x86/include/asm/realmode.h extern struct real_mode_header *real_mode_header; real_mode_header 73 arch/x86/include/asm/realmode.h if (real_mode_header) real_mode_header 81 arch/x86/include/asm/realmode.h real_mode_header = (struct real_mode_header *) __va(mem); real_mode_header 49 arch/x86/kernel/acpi/sleep.c (struct wakeup_header *) __va(real_mode_header->wakeup_header); real_mode_header 121 arch/x86/kernel/reboot.c write_cr3(real_mode_header->trampoline_pgd); real_mode_header 131 arch/x86/kernel/reboot.c "rm" (real_mode_header->machine_real_restart_asm), real_mode_header 135 arch/x86/kernel/reboot.c "m" (real_mode_header->machine_real_restart_asm), real_mode_header 1035 arch/x86/kernel/smpboot.c unsigned long start_ip = real_mode_header->trampoline_start; real_mode_header 202 arch/x86/kernel/tboot.c real_mode_header->wakeup_start; real_mode_header 12 arch/x86/realmode/init.c struct real_mode_header *real_mode_header; real_mode_header 53 arch/x86/realmode/init.c base = (unsigned char *)real_mode_header; real_mode_header 86 arch/x86/realmode/init.c __va(real_mode_header->trampoline_header); real_mode_header 108 arch/x86/realmode/init.c trampoline_pgd = (u64 *) __va(real_mode_header->trampoline_pgd); real_mode_header 124 arch/x86/realmode/init.c unsigned char *base = (unsigned char *) real_mode_header; real_mode_header 128 arch/x86/realmode/init.c PAGE_ALIGN(real_mode_header->ro_end) - real_mode_header 132 arch/x86/realmode/init.c PAGE_ALIGN(real_mode_header->ro_end) - real_mode_header 133 arch/x86/realmode/init.c real_mode_header->text_start; real_mode_header 136 arch/x86/realmode/init.c (unsigned long) __va(real_mode_header->text_start); real_mode_header 145 arch/x86/realmode/init.c if (!real_mode_header)