Searched refs:text64 (Results 1 – 2 of 2) sorted by relevance
/external/syzkaller/executor/ |
D | test_linux.h | 130 const char text64[] = "\x90\xb8\xde\xc0\xad\x0b"; in test_kvm() local 131 if ((res = test_one(64, text64, sizeof(text64) - 1, 0, KVM_EXIT_HLT, true))) in test_kvm() 133 if ((res = test_one(64, text64, sizeof(text64) - 1, KVM_SETUP_PAGING, KVM_EXIT_HLT, true))) in test_kvm() 135 if ((res = test_one(64, text64, sizeof(text64) - 1, KVM_SETUP_CPL3, KVM_EXIT_SHUTDOWN, true))) in test_kvm()
|
/external/syzkaller/sys/linux/ |
D | kvm.txt | 162 text64 kvm_text_x86_64
|