Searched refs:inst_bytes (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/sys/amd64/include/ |
| H A D | vmm_instruction_emul.h | 107 void vie_init(struct vie *vie, const char *inst_bytes, int inst_length);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Disassembler.cpp | 1116 uint32_t inst_bytes; in GetIndexOfNextBranchInstruction() local 1120 &inst_bytes, sizeof(inst_bytes), error, &load_addr); in GetIndexOfNextBranchInstruction() 1126 if (((inst_bytes & 0xC000) == 0xC000) || in GetIndexOfNextBranchInstruction() 1127 ((inst_bytes & 0xC000) == 0x0000)) { in GetIndexOfNextBranchInstruction()
|
| /freebsd-12.1/sys/amd64/vmm/amd/ |
| H A D | svm.c | 839 char *inst_bytes; in svm_handle_inst_emul() local 879 inst_bytes = ctrl->inst_bytes; in svm_handle_inst_emul() 882 inst_bytes = NULL; in svm_handle_inst_emul() 884 vie_init(&vmexit->u.inst_emul.vie, inst_bytes, inst_len); in svm_handle_inst_emul()
|
| H A D | vmcb.h | 279 uint8_t inst_bytes[15]; member
|
| /freebsd-12.1/sys/amd64/vmm/ |
| H A D | vmm_instruction_emul.c | 1901 vie_init(struct vie *vie, const char *inst_bytes, int inst_length) in vie_init() argument 1913 bcopy(inst_bytes, vie->inst, inst_length); in vie_init()
|