Searched refs:inst_bytes (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/lib/libnvmm/ |
H A D | libnvmm_x86.c | 2676 x86_decode(uint8_t *inst_bytes, size_t inst_len, struct x86_instr *instr, in x86_decode() argument 2692 fsm.buf = inst_bytes; in x86_decode() 2693 fsm.end = inst_bytes + inst_len; in x86_decode() 2702 printf("%02x ", inst_bytes[i]); in x86_decode() 2710 instr->len = fsm.buf - inst_bytes; in x86_decode() 3103 uint8_t inst_bytes[5], byte; in fetch_segment() local 3108 fetchsize = sizeof(inst_bytes); in fetch_segment() 3119 ret = read_guest_memory(mach, vcpu, gva, inst_bytes, fetchsize); in fetch_segment() 3125 byte = inst_bytes[i]; in fetch_segment() 3166 fetchsize = sizeof(exit->u.mem.inst_bytes); in fetch_instruction() [all …]
|
/netbsd-src/sys/dev/nvmm/x86/ |
H A D | nvmm_x86.h | 42 uint8_t inst_bytes[15]; member
|
H A D | nvmm_x86_svm.c | 402 uint8_t inst_bytes[15]; member 1327 memcpy(exit->u.mem.inst_bytes, cpudata->vmcb->ctrl.inst_bytes, in svm_exit_npf() 1328 sizeof(exit->u.mem.inst_bytes)); in svm_exit_npf()
|