Home
last modified time | relevance | path

Searched refs:handle_vc_boot_ghcb (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/x86/include/asm/
H A Dsev.h84 extern bool handle_vc_boot_ghcb(struct pt_regs *regs);
/linux-6.15/arch/x86/kernel/
H A Dhead_64.S481 SYM_DATA(initial_vc_handler, .quad handle_vc_boot_ghcb)
H A Dhead64.c375 trapnr == X86_TRAP_VC && handle_vc_boot_ghcb(regs)) in do_early_exception()
/linux-6.15/arch/x86/coco/sev/
H A Dcore.c2372 bool __init handle_vc_boot_ghcb(struct pt_regs *regs) in handle_vc_boot_ghcb() function