Home
last modified time | relevance | path

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

/freebsd-13.1/sys/amd64/vmm/intel/
H A Dvmcs.h187 #define VMCS_EXIT_CTLS 0x0000400C macro
H A Dvmx.c1121 error += vmwrite(VMCS_EXIT_CTLS, exit_ctls); in vmx_init()
4162 err += vmcs_snapshot_any(vmcs, run, VMCS_EXIT_CTLS, meta); in vmx_vmcx_snapshot()
/freebsd-13.1/usr.sbin/bhyvectl/
H A Dbhyvectl.c1141 error = vm_get_vmcs_field(ctx, vcpu, VMCS_EXIT_CTLS, &ctl); in get_misc_vmcs()