Searched refs:kvm_fep (Results 1 – 1 of 1) sorted by relevance
35 static uint8_t kvm_fep[] = { 0x0f, 0x0b, 0x6b, 0x76, 0x6d }; /* ud2 ; .ascii "kvm" */ variable36 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