Home
last modified time | relevance | path

Searched refs:NMI_VECTOR (Results 1 – 13 of 13) sorted by relevance

/linux/arch/x86/kernel/apic/
H A Dhw_nmi.c36 __apic_send_IPI_mask(mask, NMI_VECTOR); in nmi_raise_cpu_backtrace()
H A Dx2apic_uv_x.c700 if (vector == NMI_VECTOR) in uv_send_IPI_one()
/linux/tools/arch/x86/include/asm/
H A Dirq_vectors.h
/linux/tools/perf/trace/beauty/arch/x86/include/asm/
H A Dirq_vectors.h30 #define NMI_VECTOR 0x02 macro
/linux/arch/x86/kernel/
H A Dsmp.c220 __apic_send_IPI(cpu, NMI_VECTOR); in native_stop_other_cpus()
H A Dkgdb.c419 apic_send_IPI_allbutself(NMI_VECTOR); in kgdb_roundup_cpus()
H A Dkvm.c539 case NMI_VECTOR: in __send_ipi_mask()
/linux/arch/x86/xen/
H A Dsmp.c192 case NMI_VECTOR: in xen_map_vector()
/linux/arch/x86/hyperv/
H A Dhv_crash.c396 apic->send_IPI_allbutself(NMI_VECTOR); in hv_crash_stop_other_cpus()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h35 #define NMI_VECTOR 0x02 macro
/linux/arch/x86/kvm/vmx/
H A Dnested.c3026 if (CC(intr_type == INTR_TYPE_NMI_INTR && vector != NMI_VECTOR) || in nested_check_vm_entry_controls()
3988 INTR_TYPE_NMI_INTR | INTR_INFO_VALID_MASK | NMI_VECTOR; in vmcs12_save_pending_event()
4409 NMI_VECTOR | INTR_TYPE_NMI_INTR | in vmx_check_nested_events()
H A Dvmx.c5223 kvm_inject_realmode_interrupt(vcpu, NMI_VECTOR, 0); in vmx_inject_nmi()
5228 INTR_TYPE_NMI_INTR | INTR_INFO_VALID_MASK | NMI_VECTOR); in vmx_inject_nmi()
7560 fred_entry_from_kvm(EVENT_TYPE_NMI, NMI_VECTOR); in vmx_handle_nmi()
/linux/arch/x86/kvm/
H A Dx86.c748 if (WARN_ON(vector > 31 || vector == NMI_VECTOR)) in exception_type()
5651 (events->exception.nr > 31 || events->exception.nr == NMI_VECTOR)) in kvm_vcpu_ioctl_x86_set_vcpu_events()