Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/
A Dcrash.c65 set_ist(&idt_tables[cpu][TRAP_machine_check], IST_NONE); in do_nmi_crash()
137 set_ist(&idt_tables[cpu][TRAP_machine_check], IST_NONE); in nmi_shootdown_cpus()
A Dsmpboot.c731 set_ist(&idt_tables[cpu][TRAP_double_fault], IST_NONE); in cpu_smpboot_alloc()
732 set_ist(&idt_tables[cpu][TRAP_nmi], IST_NONE); in cpu_smpboot_alloc()
733 set_ist(&idt_tables[cpu][TRAP_machine_check], IST_NONE); in cpu_smpboot_alloc()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dprocessor.h444 #define IST_NONE 0UL macro
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dsvm.c1062 set_ist(&idt_tables[cpu][TRAP_double_fault], IST_NONE); in svm_ctxt_switch_to()
1063 set_ist(&idt_tables[cpu][TRAP_nmi], IST_NONE); in svm_ctxt_switch_to()
1064 set_ist(&idt_tables[cpu][TRAP_machine_check], IST_NONE); in svm_ctxt_switch_to()

Completed in 12 milliseconds