Searched refs:trampoline_start (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/x86/realmode/rm/
H A Dtrampoline_32.S17 * On entry to trampoline_start, the processor is in real mode
32 SYM_CODE_START(trampoline_start)
57 SYM_CODE_END(trampoline_start)
H A Dtrampoline_64.S14 * On entry to trampoline_start, the processor is in real mode
61 SYM_CODE_START(trampoline_start)
101 SYM_CODE_END(trampoline_start)
H A Dwakeup_asm.S136 jmp trampoline_start
/linux-master/arch/x86/include/asm/
H A Drealmode.h22 u32 trampoline_start; member in struct:real_mode_header
/linux-master/kernel/bpf/
H A Dbpf_struct_ops.c600 u32 i, trampoline_start, image_off = 0; local
717 trampoline_start = image_off;
729 trampoline_start = 0;
734 *(void **)(kdata + moff) = image + trampoline_start + cfi_get_offset();
/linux-master/arch/x86/kernel/
H A Dsev.c998 if (WARN_ONCE(start_ip != real_mode_header->trampoline_start,
1157 startup_cs = (u16)(rmh->trampoline_start >> 4);
1159 rmh->trampoline_start);
H A Dsmpboot.c879 unsigned long start_ip = real_mode_header->trampoline_start;

Completed in 135 milliseconds