Searched refs:KVM_EXIT_STRING (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/kvm/lib/ |
H A D | kvm_util.c | 1913 #define KVM_EXIT_STRING(x) {KVM_EXIT_##x, #x} macro 1920 KVM_EXIT_STRING(UNKNOWN), 1921 KVM_EXIT_STRING(EXCEPTION), 1922 KVM_EXIT_STRING(IO), 1923 KVM_EXIT_STRING(HYPERCALL), 1924 KVM_EXIT_STRING(DEBUG), 1925 KVM_EXIT_STRING(HLT), 1926 KVM_EXIT_STRING(MMIO), 1927 KVM_EXIT_STRING(IRQ_WINDOW_OPEN), 1928 KVM_EXIT_STRING(SHUTDOWN), [all …]
|