Home
last modified time | relevance | path

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

/hypervisor/arch/x86/guest/
A Dlock_instr_emul.c74 uint8_t inst[1]; in emulate_lock_instr() local
91 status = copy_from_gva(vcpu, inst, vcpu_get_rip(vcpu), 1U, &err_code, &fault_addr); in emulate_lock_instr()
105 if (inst[0] == 0xf0U) { /* This is LOCK prefix */ in emulate_lock_instr()
A Dinstr_emul.c1695 ret = copy_from_gva(vie->vcpu, vie->inst + vie->num_valid, fetch_gva, fetch_len, in vie_fetch_instruction()
1748 *x = vie->inst[vie->num_processed]; in vie_peek()
/hypervisor/include/arch/x86/asm/guest/
A Dinstr_emul.h45 uint8_t inst[VIE_INST_SIZE]; /* instruction bytes */ member

Completed in 8 milliseconds