Searched defs:vmx (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/amd64/vmm/intel/ |
H A D | vmx_msr.h | 66 #define guest_msr_rw(vmx, msr) \ argument 69 #define guest_msr_ro(vmx, msr) \ argument
|
H A D | vmx.c | 457 vmx_allow_x2apic_msrs(struct vmx *vmx) in vmx_allow_x2apic_msrs() 1059 struct vmx *vmx; in vmx_init() local 1134 struct vmx *vmx = vmi; in vmx_vcpu_init() local 1289 vmx_invvpid(struct vmx *vmx, struct vmx_vcpu *vcpu, pmap_t pmap, int running) in vmx_invvpid() 1346 vmx_set_pcpu_defaults(struct vmx *vmx, struct vmx_vcpu *vcpu, pmap_t pmap) in vmx_set_pcpu_defaults() 1697 vmx_emulate_xsetbv(struct vmx *vmx, struct vmx_vcpu *vcpu, in vmx_emulate_xsetbv() 1938 vmx_emulate_cr8_access(struct vmx *vmx, struct vmx_vcpu *vcpu, in vmx_emulate_cr8_access() 2382 vmx_exit_process(struct vmx *vmx, struct vmx_vcpu *vcpu, struct vm_exit *vmexit) in vmx_exit_process() 3011 vmx_pmap_activate(struct vmx *vmx, pmap_t pmap) in vmx_pmap_activate() 3029 vmx_pmap_deactivate(struct vmx *vmx, pmap_t pmap) in vmx_pmap_deactivate() [all …]
|
H A D | vmx.h | 128 struct vmx *vmx; member 142 struct vmx { struct 153 VCPU_CTR0((vcpu)->vmx->vm, (vcpu)->vcpuid, format) argument
|
H A D | vmx_msr.c | 312 vmx_msr_guest_init(struct vmx *vmx, struct vmx_vcpu *vcpu) in vmx_msr_guest_init() 355 vmx_msr_guest_enter_tsc_aux(struct vmx *vmx, struct vmx_vcpu *vcpu) in vmx_msr_guest_enter_tsc_aux() 385 vmx_msr_guest_exit_tsc_aux(struct vmx *vmx, struct vmx_vcpu *vcpu) in vmx_msr_guest_exit_tsc_aux()
|
/freebsd/usr.bin/gcore/ |
H A D | elfcore.c | 709 struct vmxreg *vmx; in elf_note_powerpc_vmx() local
|
/freebsd/sys/contrib/xen/ |
H A D | vm_event.h | 342 } vmx; member
|
/freebsd/sys/amd64/include/ |
H A D | vmm.h | 707 } vmx; member
|
/freebsd/crypto/openssl/crypto/perlasm/ |
H A D | s390x.pm | 1041 sub vmx { subroutine
|