Home
last modified time | relevance | path

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

/freebsd-12.1/sys/amd64/vmm/intel/
H A Dvmx.c1038 vmcs_write(VMCS_ENTRY_MSR_LOAD_COUNT, in vmx_vminit()
1040 vmcs_write(VMCS_EXIT_MSR_STORE, 0); in vmx_vminit()
1311 vmcs_write(VMCS_ENTRY_INTR_INFO, info); in vmx_inject_nmi()
1472 vmcs_write(VMCS_ENTRY_INTR_INFO, info); in vmx_inject_interrupts()
1690 vmcs_write(VMCS_GUEST_RSP, regval); in vmx_set_guest_reg()
1741 vmcs_write(VMCS_CR0_SHADOW, regval); in vmx_emulate_cr0_access()
1745 vmcs_write(VMCS_GUEST_CR0, crval); in vmx_emulate_cr0_access()
1779 vmcs_write(VMCS_CR4_SHADOW, regval); in vmx_emulate_cr4_access()
1783 vmcs_write(VMCS_GUEST_CR4, crval); in vmx_emulate_cr4_access()
2866 vmcs_write(VMCS_HOST_CR3, rcr3()); in vmx_run()
[all …]
H A Dvmcs.h75 vmcs_write(uint32_t encoding, uint64_t val) in vmcs_write() function