Searched refs:IST_NONE (Results 1 – 4 of 4) sorted by relevance
65 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()
731 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()
444 #define IST_NONE 0UL macro
1062 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