Searched refs:handle_vc_boot_ghcb (Results 1 – 4 of 4) sorted by relevance
79 extern bool handle_vc_boot_ghcb(struct pt_regs *regs);
420 SYM_DATA(initial_vc_handler, .quad handle_vc_boot_ghcb)
418 trapnr == X86_TRAP_VC && handle_vc_boot_ghcb(regs)) in do_early_exception()
2007 bool __init handle_vc_boot_ghcb(struct pt_regs *regs) in handle_vc_boot_ghcb() function