Searched refs:inst (Results 1 – 3 of 3) sorted by relevance
74 uint8_t inst[1]; in emulate_lock_instr() local91 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()
1695 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()
45 uint8_t inst[VIE_INST_SIZE]; /* instruction bytes */ member
Completed in 8 milliseconds