Searched defs:vie (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/vmm/ |
H A D | vmm_instruction_emul.c | 98 struct vie { struct 99 uint8_t inst[VIE_INST_SIZE]; /* instruction bytes */ 100 uint8_t num_valid; /* size of the instruction */ 101 uint8_t num_processed; 103 uint8_t addrsize:4, opsize:4; /* address and operand sizes */ 104 uint8_t rex_w:1, /* REX prefix */ 105 rex_r:1, 106 rex_x:1, 107 rex_b:1, 108 rex_present:1, [all …]
|
H A D | vmm.c | 1703 struct vie *vie; in vm_handle_mmio_emul() local 1787 struct vie *vie; in vm_handle_inout() local 1837 struct vie *vie; in vm_handle_inst_emul() local 2380 struct vie *vie = vcpu->vie_ctx; in vm_entry_actions() local 2449 struct vie *vie; in vm_loop_checks() local
|
/illumos-gate/usr/src/uts/intel/io/vmm/intel/ |
H A D | vmx.c | 1826 vmexit_mmio_emul(struct vm_exit *vmexit, struct vie *vie, uint64_t gpa, in vmexit_mmio_emul() 1859 vmexit_inout(struct vm_exit *vmexit, struct vie *vie, uint64_t qual, in vmexit_inout() 2051 struct vie *vie; in vmx_handle_apic_access() local 2193 struct vie *vie; in vmx_exit_process() local
|
/illumos-gate/usr/src/uts/intel/io/vmm/amd/ |
H A D | svm.c | 567 struct vie *vie; in svm_handle_inout() local 679 struct vie *vie; in svm_handle_mmio_emul() local 873 struct vie *vie; in svm_inst_emul_other() local
|