Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c1129 vmcs_write(VMCS_ENTRY_MSR_LOAD_COUNT, in vmx_init()
1131 vmcs_write(VMCS_EXIT_MSR_STORE, 0); in vmx_init()
1407 vmcs_write(VMCS_ENTRY_INTR_INFO, info); in vmx_inject_nmi()
1568 vmcs_write(VMCS_ENTRY_INTR_INFO, info); in vmx_inject_interrupts()
1786 vmcs_write(VMCS_GUEST_RSP, regval); in vmx_set_guest_reg()
1837 vmcs_write(VMCS_CR0_SHADOW, regval); in vmx_emulate_cr0_access()
1841 vmcs_write(VMCS_GUEST_CR0, crval); in vmx_emulate_cr0_access()
1875 vmcs_write(VMCS_CR4_SHADOW, regval); in vmx_emulate_cr4_access()
1879 vmcs_write(VMCS_GUEST_CR4, crval); in vmx_emulate_cr4_access()
3008 vmcs_write(VMCS_HOST_CR3, rcr3()); in vmx_run()
[all …]
H A Dvmcs.h88 vmcs_write(uint32_t encoding, uint64_t val) in vmcs_write() function