Searched refs:X86_TRAP_VC (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/boot/compressed/ |
| H A D | idt_64.c | 37 set_idt_entry(X86_TRAP_VC, boot_stage1_vc); in load_stage1_idt() 50 set_idt_entry(X86_TRAP_VC, boot_stage2_vc); in load_stage2_idt()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | head64.c | 410 trapnr == X86_TRAP_VC && handle_vc_boot_ghcb(regs)) in do_early_exception() 574 set_bringup_idt_handler(idt, X86_TRAP_VC, handler); in startup_64_load_idt() 586 set_bringup_idt_handler(bringup_idt_table, X86_TRAP_VC, vc_boot_ghcb); in early_setup_idt()
|
| H A D | idt.c | 236 ISTG(X86_TRAP_VC, asm_exc_vmm_communication, IST_INDEX_VC),
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | trapnr.h | 29 #define X86_TRAP_VC 29 /* VMM Communication Exception */ macro
|
| H A D | idtentry.h | 617 DECLARE_IDTENTRY_VC(X86_TRAP_VC, exc_vmm_communication);
|