Searched refs:vmcs_write (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/amd64/vmm/intel/ |
| H A D | vmx.c | 1175 vmcs_write(VMCS_ENTRY_MSR_LOAD_COUNT, in vmx_vcpu_init() 1177 vmcs_write(VMCS_EXIT_MSR_STORE, 0); in vmx_vcpu_init() 1444 vmcs_write(VMCS_ENTRY_INTR_INFO, info); in vmx_inject_nmi() 1609 vmcs_write(VMCS_ENTRY_INTR_INFO, info); in vmx_inject_interrupts() 1828 vmcs_write(VMCS_GUEST_RSP, regval); in vmx_set_guest_reg() 1879 vmcs_write(VMCS_CR0_SHADOW, regval); in vmx_emulate_cr0_access() 1883 vmcs_write(VMCS_GUEST_CR0, crval); in vmx_emulate_cr0_access() 1917 vmcs_write(VMCS_CR4_SHADOW, regval); in vmx_emulate_cr4_access() 1921 vmcs_write(VMCS_GUEST_CR4, crval); in vmx_emulate_cr4_access() 3061 vmcs_write(VMCS_HOST_CR3, rcr3()); in vmx_run() [all …]
|
| H A D | vmcs.h | 86 vmcs_write(uint32_t encoding, uint64_t val) in vmcs_write() function
|