Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/arch/x86/include/asm/
H A Drealmode.h22 u32 trampoline_start; member
/linux-6.15/kernel/bpf/
H A Dbpf_struct_ops.c689 u32 i, trampoline_start, image_off = 0; in bpf_struct_ops_map_update_elem() local
821 trampoline_start = image_off; in bpf_struct_ops_map_update_elem()
833 trampoline_start = 0; in bpf_struct_ops_map_update_elem()
836 *(void **)(kdata + moff) = image + trampoline_start + cfi_get_offset(); in bpf_struct_ops_map_update_elem()
843 image + trampoline_start, in bpf_struct_ops_map_update_elem()
844 image_off - trampoline_start, in bpf_struct_ops_map_update_elem()
/linux-6.15/arch/x86/kernel/
H A Dsmpboot.c847 unsigned long start_ip = real_mode_header->trampoline_start; in do_boot_cpu()
/linux-6.15/arch/x86/coco/sev/
H A Dcore.c1304 if (WARN_ONCE(start_ip != real_mode_header->trampoline_start, in wakeup_cpu_via_vmgexit()
1449 startup_cs = (u16)(rmh->trampoline_start >> 4); in sev_es_setup_ap_jump_table()
1451 rmh->trampoline_start); in sev_es_setup_ap_jump_table()