Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/boot/compressed/
H A Didt_64.c37 set_idt_entry(X86_TRAP_VC, boot_stage1_vc); in load_stage1_idt()
72 set_idt_entry(X86_TRAP_VC, boot_stage2_vc); in load_stage2_idt()
74 set_idt_entry(X86_TRAP_VC, NULL); in load_stage2_idt()
H A Dmem_encrypt.S222 movl $X86_TRAP_VC, %edx
/openbmc/linux/arch/x86/include/asm/
H A Dtrapnr.h29 #define X86_TRAP_VC 29 /* VMM Communication Exception */ macro
H A Didtentry.h665 DECLARE_IDTENTRY_VC(X86_TRAP_VC, exc_vmm_communication);
/openbmc/linux/arch/x86/kernel/
H A Dhead64.c417 trapnr == X86_TRAP_VC && handle_vc_boot_ghcb(regs)) in do_early_exception()
601 set_bringup_idt_handler(idt, X86_TRAP_VC, handler); in startup_64_load_idt()
614 set_bringup_idt_handler(bringup_idt_table, X86_TRAP_VC, vc_boot_ghcb); in early_setup_idt()
H A Didt.c115 ISTG(X86_TRAP_VC, asm_exc_vmm_communication, IST_INDEX_VC),
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c4096 if (vector == X86_TRAP_VC) in svm_complete_interrupts()