Home
last modified time | relevance | path

Searched refs:VMCS_EXIT_CTLS (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/amd64/vmm/intel/
H A Dvmcs.h185 #define VMCS_EXIT_CTLS 0x0000400C macro
H A Dvmx.c1167 error += vmwrite(VMCS_EXIT_CTLS, exit_ctls); in vmx_vcpu_init()
4201 err += vmcs_snapshot_any(vmcs, run, VMCS_EXIT_CTLS, meta); in vmx_vcpu_snapshot()
/freebsd-14.2/usr.sbin/bhyvectl/
H A Dbhyvectl.c953 error = vm_get_vmcs_field(vcpu, VMCS_EXIT_CTLS, &ctl); in get_misc_vmcs()