Searched refs:inst_bytes (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/sys/amd64/include/ |
| HD | vmm_instruction_emul.h | 98 void vie_init(struct vie *vie, const char *inst_bytes, int inst_length);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | Disassembler.cpp | 1093 uint32_t inst_bytes; in GetIndexOfNextBranchInstruction() local 1098 &inst_bytes, in GetIndexOfNextBranchInstruction() 1099 sizeof(inst_bytes), in GetIndexOfNextBranchInstruction() 1107 if (((inst_bytes & 0xC000) == 0xC000) || in GetIndexOfNextBranchInstruction() 1108 ((inst_bytes & 0xC000) == 0x0000)) in GetIndexOfNextBranchInstruction()
|
| /NextBSD/sys/amd64/vmm/amd/ |
| HD | svm.c | 805 char *inst_bytes; in svm_handle_inst_emul() local 845 inst_bytes = ctrl->inst_bytes; in svm_handle_inst_emul() 848 inst_bytes = NULL; in svm_handle_inst_emul() 850 vie_init(&vmexit->u.inst_emul.vie, inst_bytes, inst_len); in svm_handle_inst_emul()
|
| HD | vmcb.h | 268 uint8_t inst_bytes[15]; member
|
| /NextBSD/sys/amd64/vmm/ |
| HD | vmm_instruction_emul.c | 1634 vie_init(struct vie *vie, const char *inst_bytes, int inst_length) in vie_init() argument 1646 bcopy(inst_bytes, vie->inst, inst_length); in vie_init()
|