Home
last modified time | relevance | path

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

/freebsd-12.1/sys/amd64/vmm/intel/
H A Dvmcs.h174 #define VMCS_EXIT_CTLS 0x0000400C macro
H A Dvmx.c1030 error += vmwrite(VMCS_EXIT_CTLS, exit_ctls); in vmx_vminit()
/freebsd-12.1/usr.sbin/bhyvectl/
H A Dbhyvectl.c1138 error = vm_get_vmcs_field(ctx, vcpu, VMCS_EXIT_CTLS, &ctl); in get_misc_vmcs()