Home
last modified time | relevance | path

Searched refs:kvm_fep (Results 1 – 1 of 1) sorted by relevance

/tools/testing/selftests/kvm/x86/
A Dnested_emulation_test.c35 static uint8_t kvm_fep[] = { 0x0f, 0x0b, 0x6b, 0x76, 0x6d }; /* ud2 ; .ascii "kvm" */ variable
36 static uint8_t l2_guest_code[sizeof(kvm_fep) + 15];
37 static uint8_t *l2_instruction = &l2_guest_code[sizeof(kvm_fep)];
54 memcpy(l2_guest_code, kvm_fep, sizeof(kvm_fep)); in guest_code()

Completed in 2 milliseconds