Home
last modified time | relevance | path

Searched refs:vmcb_pa (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
Dkvm.h448 __u64 vmcb_pa; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
Dkvm.h367 __u64 vmcb_pa; member
/kernel/linux/linux-5.10/tools/arch/x86/include/uapi/asm/
Dkvm.h448 __u64 vmcb_pa; member
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
Dnested.c1117 kvm_state.hdr.svm.vmcb_pa = svm->nested.vmcb12_gpa; in svm_get_nested_state()
1195 if (!page_address_valid(vcpu, kvm_state->hdr.svm.vmcb_pa)) in svm_set_nested_state()
1246 svm->nested.vmcb12_gpa = kvm_state->hdr.svm.vmcb_pa; in svm_set_nested_state()
Dsvm.h107 unsigned long vmcb_pa; member
Dsvm.c1320 svm->vmcb_pa = __sme_set(page_to_pfn(vmcb_page) << PAGE_SHIFT); in svm_create_vcpu()
1357 __free_page(pfn_to_page(__sme_clr(svm->vmcb_pa) >> PAGE_SHIFT)); in svm_free_vcpu()
3490 void __svm_vcpu_run(unsigned long vmcb_pa, unsigned long *regs);
3515 __svm_vcpu_run(svm->vmcb_pa, (unsigned long *)&svm->vcpu.arch.regs); in svm_vcpu_enter_exit()