Home
last modified time | relevance | path

Searched refs:__sme_pa (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/arch/x86/include/asm/
Dmem_encrypt.h98 #define __sme_pa(x) (__pa(x) | sme_me_mask) macro
Dprocessor.h262 write_cr3(__sme_pa(pgdir)); in load_cr3()
/linux-5.19.10/arch/x86/mm/
Dtlb.c160 return __sme_pa(pgd) | kern_pcid(asid); in build_cr3()
163 return __sme_pa(pgd); in build_cr3()
176 return __sme_pa(pgd) | kern_pcid(asid) | CR3_NOFLUSH; in build_cr3_noflush()
/linux-5.19.10/include/linux/
Dpsp-sev.h20 #define __psp_pa(x) __sme_pa(x)
/linux-5.19.10/arch/x86/kvm/svm/
Dsev.c631 vmsa.address = __sme_pa(svm->sev_es.vmsa); in __sev_launch_update_vmsa()