Searched refs:X86_TRAP_VC (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/x86/boot/compressed/ |
| A D | idt_64.c | 37 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()
|
| A D | mem_encrypt.S | 222 movl $X86_TRAP_VC, %edx
|
| /linux/arch/x86/include/asm/ |
| A D | trapnr.h | 41 #define X86_TRAP_VC 29 /* VMM Communication Exception */ macro
|
| A D | idtentry.h | 680 DECLARE_IDTENTRY_VC(X86_TRAP_VC, exc_vmm_communication);
|
| /linux/arch/x86/kernel/ |
| A D | head64.c | 369 trapnr == X86_TRAP_VC && handle_vc_boot_ghcb(regs)) in do_early_exception() 536 init_idt_data(&data, X86_TRAP_VC, vc_handler); in startup_64_load_idt() 538 native_write_idt_entry((gate_desc *)desc.address, X86_TRAP_VC, &idt_desc); in startup_64_load_idt()
|
| A D | idt.c | 116 ISTG(X86_TRAP_VC, asm_exc_vmm_communication, IST_INDEX_VC),
|
| /linux/arch/x86/kvm/svm/ |
| A D | svm.c | 4119 if (vector == X86_TRAP_VC) in svm_complete_interrupts()
|
Completed in 21 milliseconds