Home
last modified time | relevance | path

Searched refs:vmcs_write64 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dnested.c221 vmcs_write64(VMCS_LINK_POINTER, -1ull); in vmx_disable_shadow_vmcs()
2180 vmcs_write64(EPT_POINTER, in prepare_vmcs02_constant_state()
2185 vmcs_write64(VM_FUNCTION_CONTROL, 0); in prepare_vmcs02_constant_state()
2191 vmcs_write64(MSR_BITMAP, __pa(vmx->nested.vmcs02.msr_bitmap)); in prepare_vmcs02_constant_state()
2201 vmcs_write64(PML_ADDRESS, page_to_phys(vmx->pml_pg)); in prepare_vmcs02_constant_state()
2206 vmcs_write64(ENCLS_EXITING_BITMAP, -1ull); in prepare_vmcs02_constant_state()
2213 vmcs_write64(VM_EXIT_MSR_STORE_ADDR, __pa(vmx->msr_autostore.guest.val)); in prepare_vmcs02_constant_state()
2214 vmcs_write64(VM_EXIT_MSR_LOAD_ADDR, __pa(vmx->msr_autoload.host.val)); in prepare_vmcs02_constant_state()
2215 vmcs_write64(VM_ENTRY_MSR_LOAD_ADDR, __pa(vmx->msr_autoload.guest.val)); in prepare_vmcs02_constant_state()
2225 vmcs_write64(VMCS_LINK_POINTER, -1ull); in prepare_vmcs02_early_rare()
[all …]
H A Dvmx.c1020 vmcs_write64(guest_val_vmcs, guest_val); in add_atomic_switch_msr_special()
1022 vmcs_write64(host_val_vmcs, host_val); in add_atomic_switch_msr_special()
1841 vmcs_write64(TSC_OFFSET, offset + g_tsc_offset); in vmx_write_l1_tsc_offset()
2106 vmcs_write64(GUEST_BNDCFGS, data); in vmx_set_msr()
2189 vmcs_write64(GUEST_IA32_PAT, data); in vmx_set_msr()
2226 vmcs_write64(GUEST_IA32_RTIT_CTL, data); in vmx_set_msr()
3052 vmcs_write64(GUEST_PDPTR0, mmu->pdptrs[0]); in vmx_ept_load_pdptrs()
3053 vmcs_write64(GUEST_PDPTR1, mmu->pdptrs[1]); in vmx_ept_load_pdptrs()
3054 vmcs_write64(GUEST_PDPTR2, mmu->pdptrs[2]); in vmx_ept_load_pdptrs()
3055 vmcs_write64(GUEST_PDPTR3, mmu->pdptrs[3]); in vmx_ept_load_pdptrs()
[all …]
H A Dvmx_ops.h197 static __always_inline void vmcs_write64(unsigned long field, u64 value) in vmcs_write64() function
H A Dvmx.h497 vmcs_write64(TSC_MULTIPLIER, vmx->current_tsc_ratio); in decache_tsc_multiplier()