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 | 1927 #define KVM_EXIT_STRING(x) {KVM_EXIT_##x, #x} macro 1934 KVM_EXIT_STRING(UNKNOWN), 1935 KVM_EXIT_STRING(EXCEPTION), 1936 KVM_EXIT_STRING(IO), 1937 KVM_EXIT_STRING(HYPERCALL), 1938 KVM_EXIT_STRING(DEBUG), 1939 KVM_EXIT_STRING(HLT), 1940 KVM_EXIT_STRING(MMIO), 1941 KVM_EXIT_STRING(IRQ_WINDOW_OPEN), 1942 KVM_EXIT_STRING(SHUTDOWN), [all …]
|