Home
last modified time | relevance | path

Searched refs:trampoline_start (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/realmode/rm/
H A Dtrampoline_32.S32 SYM_CODE_START(trampoline_start)
57 SYM_CODE_END(trampoline_start)
H A Dtrampoline_64.S61 SYM_CODE_START(trampoline_start)
101 SYM_CODE_END(trampoline_start)
H A Dwakeup_asm.S136 jmp trampoline_start
/linux/arch/x86/include/asm/
H A Drealmode.h22 u32 trampoline_start; member
/linux/arch/x86/coco/sev/
H A Dcore.c1048 if (WARN_ONCE(start_ip != real_mode_header->trampoline_start, in wakeup_cpu_via_vmgexit()
1187 startup_cs = (u16)(rmh->trampoline_start >> 4); in sev_es_setup_ap_jump_table()
1189 rmh->trampoline_start); in sev_es_setup_ap_jump_table()
/linux/arch/x86/kernel/
H A Dsmpboot.c911 unsigned long start_ip = real_mode_header->trampoline_start; in do_boot_cpu()