Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/kvm/x86/
H A Dnested_emulation_test.c14 struct emulated_instruction { struct
20 static struct emulated_instruction instructions[] = { argument
39 static uint32_t get_instruction_length(struct emulated_instruction *insn) in get_instruction_length()
83 struct emulated_instruction *insn = &instructions[i]; in guest_code()