Searched refs:vmcs_write64 (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/arch/x86/kvm/vmx/ |
| D | nested.c | 220 vmcs_write64(VMCS_LINK_POINTER, -1ull); in vmx_disable_shadow_vmcs() 2166 vmcs_write64(EPT_POINTER, in prepare_vmcs02_constant_state() 2171 vmcs_write64(VM_FUNCTION_CONTROL, 0); in prepare_vmcs02_constant_state() 2177 vmcs_write64(MSR_BITMAP, __pa(vmx->nested.vmcs02.msr_bitmap)); in prepare_vmcs02_constant_state() 2187 vmcs_write64(PML_ADDRESS, page_to_phys(vmx->pml_pg)); in prepare_vmcs02_constant_state() 2192 vmcs_write64(ENCLS_EXITING_BITMAP, -1ull); in prepare_vmcs02_constant_state() 2199 vmcs_write64(VM_EXIT_MSR_STORE_ADDR, __pa(vmx->msr_autostore.guest.val)); in prepare_vmcs02_constant_state() 2200 vmcs_write64(VM_EXIT_MSR_LOAD_ADDR, __pa(vmx->msr_autoload.host.val)); in prepare_vmcs02_constant_state() 2201 vmcs_write64(VM_ENTRY_MSR_LOAD_ADDR, __pa(vmx->msr_autoload.guest.val)); in prepare_vmcs02_constant_state() 2211 vmcs_write64(VMCS_LINK_POINTER, -1ull); in prepare_vmcs02_early_rare() [all …]
|
| D | vmx.c | 942 vmcs_write64(guest_val_vmcs, guest_val); in add_atomic_switch_msr_special() 944 vmcs_write64(host_val_vmcs, host_val); in add_atomic_switch_msr_special() 1753 vmcs_write64(TSC_OFFSET, offset + g_tsc_offset); in vmx_write_l1_tsc_offset() 2017 vmcs_write64(GUEST_BNDCFGS, data); in vmx_set_msr() 2100 vmcs_write64(GUEST_IA32_PAT, data); in vmx_set_msr() 2137 vmcs_write64(GUEST_IA32_RTIT_CTL, data); in vmx_set_msr() 2954 vmcs_write64(GUEST_PDPTR0, mmu->pdptrs[0]); in vmx_ept_load_pdptrs() 2955 vmcs_write64(GUEST_PDPTR1, mmu->pdptrs[1]); in vmx_ept_load_pdptrs() 2956 vmcs_write64(GUEST_PDPTR2, mmu->pdptrs[2]); in vmx_ept_load_pdptrs() 2957 vmcs_write64(GUEST_PDPTR3, mmu->pdptrs[3]); in vmx_ept_load_pdptrs() [all …]
|
| D | vmx_ops.h | 197 static __always_inline void vmcs_write64(unsigned long field, u64 value) in vmcs_write64() function
|
| D | vmx.h | 462 vmcs_write64(TSC_MULTIPLIER, vmx->current_tsc_ratio); in decache_tsc_multiplier()
|