Home
last modified time | relevance | path

Searched defs:NMI_VECTOR (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/hypervisor/src/whpx/
Dvcpu.rs808 const NMI_VECTOR: u32 = 2; // 2 is the NMI vector. in inject_nmi() constant
/external/linux-kselftest/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h22 #define NMI_VECTOR 0x02 macro