Home
last modified time | relevance | path

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

/freebsd-13.1/sys/amd64/vmm/intel/
H A Dvmcs.h190 #define VMCS_ENTRY_CTLS 0x00004012 macro
H A Dvmx.c1122 error += vmwrite(VMCS_ENTRY_CTLS, entry_ctls); in vmx_init()
1855 entry_ctls = vmcs_read(VMCS_ENTRY_CTLS); in vmx_emulate_cr0_access()
1857 vmcs_write(VMCS_ENTRY_CTLS, entry_ctls); in vmx_emulate_cr0_access()
3390 VMCS_IDENT(VMCS_ENTRY_CTLS), &ctls); in vmx_setreg()
3396 VMCS_IDENT(VMCS_ENTRY_CTLS), ctls); in vmx_setreg()
4161 err += vmcs_snapshot_any(vmcs, run, VMCS_ENTRY_CTLS, meta); in vmx_vmcx_snapshot()
/freebsd-13.1/usr.sbin/bhyvectl/
H A Dbhyvectl.c1147 error = vm_get_vmcs_field(ctx, vcpu, VMCS_ENTRY_CTLS, &ctl); in get_misc_vmcs()