Searched refs:inst_bytes (Results 1 – 5 of 5) sorted by relevance
277 ret.primary_opcode = inst_bytes[op_idx]; in InstructionLengthDecode()328 ret.modrm = inst_bytes[op_idx + 3]; in InstructionLengthDecode()338 ret.modrm = inst_bytes[op_idx + 4]; in InstructionLengthDecode()349 ret.modrm = inst_bytes[op_idx + 5]; in InstructionLengthDecode()358 ret.primary_opcode = inst_bytes[op_idx]; in InstructionLengthDecode()359 ret.modrm = inst_bytes[op_idx + 1]; in InstructionLengthDecode()369 ret.modrm = inst_bytes[op_idx + 1]; in InstructionLengthDecode()373 ret.modrm = inst_bytes[op_idx + 1]; in InstructionLengthDecode()377 ret.modrm = inst_bytes[op_idx + 1]; in InstructionLengthDecode()381 ret.modrm = inst_bytes[op_idx + 1]; in InstructionLengthDecode()[all …]
107 void vie_init(struct vie *vie, const char *inst_bytes, int inst_length);
296 uint8_t inst_bytes[15]; member
863 char *inst_bytes; in svm_handle_inst_emul() local903 inst_bytes = ctrl->inst_bytes; in svm_handle_inst_emul()906 inst_bytes = NULL; in svm_handle_inst_emul()908 vie_init(&vmexit->u.inst_emul.vie, inst_bytes, inst_len); in svm_handle_inst_emul()
2013 vie_init(struct vie *vie, const char *inst_bytes, int inst_length) in vie_init() argument2021 memcpy(vie->inst, inst_bytes, inst_length); in vie_init()