Searched refs:vmcs_write64 (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/arch/x86/kvm/vmx/ |
| D | nested.c | 214 vmcs_write64(VMCS_LINK_POINTER, -1ull); in vmx_disable_shadow_vmcs() 1989 vmcs_write64(EPT_POINTER, construct_eptp(&vmx->vcpu, 0)); in prepare_vmcs02_constant_state() 1993 vmcs_write64(VM_FUNCTION_CONTROL, 0); in prepare_vmcs02_constant_state() 1999 vmcs_write64(MSR_BITMAP, __pa(vmx->nested.vmcs02.msr_bitmap)); in prepare_vmcs02_constant_state() 2009 vmcs_write64(PML_ADDRESS, page_to_phys(vmx->pml_pg)); in prepare_vmcs02_constant_state() 2014 vmcs_write64(ENCLS_EXITING_BITMAP, -1ull); in prepare_vmcs02_constant_state() 2022 vmcs_write64(VM_EXIT_MSR_LOAD_ADDR, __pa(vmx->msr_autoload.host.val)); in prepare_vmcs02_constant_state() 2023 vmcs_write64(VM_ENTRY_MSR_LOAD_ADDR, __pa(vmx->msr_autoload.guest.val)); in prepare_vmcs02_constant_state() 2033 vmcs_write64(VMCS_LINK_POINTER, -1ull); in prepare_vmcs02_early_rare() 2248 vmcs_write64(GUEST_PDPTR0, vmcs12->guest_pdptr0); in prepare_vmcs02_rare() [all …]
|
| D | vmx.c | 894 vmcs_write64(guest_val_vmcs, guest_val); in add_atomic_switch_msr_special() 896 vmcs_write64(host_val_vmcs, host_val); in add_atomic_switch_msr_special() 1723 vmcs_write64(TSC_OFFSET, offset + g_tsc_offset); in vmx_write_l1_tsc_offset() 1962 vmcs_write64(GUEST_BNDCFGS, data); in vmx_set_msr() 2040 vmcs_write64(GUEST_IA32_PAT, data); in vmx_set_msr() 2096 vmcs_write64(GUEST_IA32_RTIT_CTL, data); in vmx_set_msr() 2886 vmcs_write64(GUEST_PDPTR0, mmu->pdptrs[0]); in ept_load_pdptrs() 2887 vmcs_write64(GUEST_PDPTR1, mmu->pdptrs[1]); in ept_load_pdptrs() 2888 vmcs_write64(GUEST_PDPTR2, mmu->pdptrs[2]); in ept_load_pdptrs() 2889 vmcs_write64(GUEST_PDPTR3, mmu->pdptrs[3]); in ept_load_pdptrs() [all …]
|
| D | ops.h | 178 static __always_inline void vmcs_write64(unsigned long field, u64 value) in vmcs_write64() function
|
| D | vmx.h | 511 vmcs_write64(TSC_MULTIPLIER, vmx->current_tsc_ratio); in decache_tsc_multiplier()
|