Home
last modified time | relevance | path

Searched refs:VMCS_IDENT (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/amd64/vmm/intel/
H A Dvmcs.h112 #define VMCS_IDENT(encoding) ((encoding) | 0x80000000) macro
H A Dvmx.c1006 error = vmcs_setreg(vmcs, 0, VMCS_IDENT(mask_ident), mask_value); in vmx_setup_cr_shadow()
1010 error = vmcs_setreg(vmcs, 0, VMCS_IDENT(shadow_ident), initial); in vmx_setup_cr_shadow()
3284 VMCS_IDENT(VMCS_GUEST_INTERRUPTIBILITY), &gi); in vmx_get_intr_shadow()
3305 ident = VMCS_IDENT(VMCS_GUEST_INTERRUPTIBILITY); in vmx_modify_intr_shadow()
3390 VMCS_IDENT(VMCS_ENTRY_CTLS), &ctls); in vmx_setreg()
3396 VMCS_IDENT(VMCS_ENTRY_CTLS), ctls); in vmx_setreg()
3405 VMCS_IDENT(shadow), val); in vmx_setreg()