Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dnested.c221 vmcs_write64(VMCS_LINK_POINTER, -1ull); in vmx_disable_shadow_vmcs()
2176 vmcs_write64(EPT_POINTER, in prepare_vmcs02_constant_state()
2181 vmcs_write64(VM_FUNCTION_CONTROL, 0); in prepare_vmcs02_constant_state()
2187 vmcs_write64(MSR_BITMAP, __pa(vmx->nested.vmcs02.msr_bitmap)); in prepare_vmcs02_constant_state()
2197 vmcs_write64(PML_ADDRESS, page_to_phys(vmx->pml_pg)); in prepare_vmcs02_constant_state()
2202 vmcs_write64(ENCLS_EXITING_BITMAP, -1ull); in prepare_vmcs02_constant_state()
2209 vmcs_write64(VM_EXIT_MSR_STORE_ADDR, __pa(vmx->msr_autostore.guest.val)); in prepare_vmcs02_constant_state()
2210 vmcs_write64(VM_EXIT_MSR_LOAD_ADDR, __pa(vmx->msr_autoload.host.val)); in prepare_vmcs02_constant_state()
2211 vmcs_write64(VM_ENTRY_MSR_LOAD_ADDR, __pa(vmx->msr_autoload.guest.val)); in prepare_vmcs02_constant_state()
2221 vmcs_write64(VMCS_LINK_POINTER, -1ull); in prepare_vmcs02_early_rare()
[all …]
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()
1833 vmcs_write64(TSC_OFFSET, offset + g_tsc_offset); in vmx_write_l1_tsc_offset()
2098 vmcs_write64(GUEST_BNDCFGS, data); in vmx_set_msr()
2181 vmcs_write64(GUEST_IA32_PAT, data); in vmx_set_msr()
2218 vmcs_write64(GUEST_IA32_RTIT_CTL, data); in vmx_set_msr()
3044 vmcs_write64(GUEST_PDPTR0, mmu->pdptrs[0]); in vmx_ept_load_pdptrs()
3045 vmcs_write64(GUEST_PDPTR1, mmu->pdptrs[1]); in vmx_ept_load_pdptrs()
3046 vmcs_write64(GUEST_PDPTR2, mmu->pdptrs[2]); in vmx_ept_load_pdptrs()
3047 vmcs_write64(GUEST_PDPTR3, mmu->pdptrs[3]); in vmx_ept_load_pdptrs()
[all …]
Dvmx_ops.h197 static __always_inline void vmcs_write64(unsigned long field, u64 value) in vmcs_write64() function
Dvmx.h493 vmcs_write64(TSC_MULTIPLIER, vmx->current_tsc_ratio); in decache_tsc_multiplier()