Searched refs:text8_smm (Results 1 – 1 of 1) sorted by relevance
/external/syzkaller/executor/ |
D | test_linux.h | 144 const char text8_smm[] = "\x66\xb8\xde\xc0\xad\x0b"; in test_kvm() local 145 if ((res = test_one(8, text8_smm, sizeof(text8_smm) - 1, KVM_SETUP_SMM, KVM_EXIT_HLT, true))) in test_kvm() 147 …if ((res = test_one(8, text8_smm, sizeof(text8_smm) - 1, KVM_SETUP_SMM | KVM_SETUP_PROTECTED, KVM_… in test_kvm() 151 if ((res = test_one(32, text8_smm, sizeof(text8_smm) - 1, KVM_SETUP_SMM, KVM_EXIT_HLT, true))) in test_kvm()
|