Home
last modified time | relevance | path

Searched refs:__sme_pa (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
H A Dpsp.h9 #define __psp_pa(x) __sme_pa(x)
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dmem_encrypt.h95 * The __sme_pa() and __sme_pa_nodebug() macros are meant for use when
100 #define __sme_pa(x) (__pa(x) | sme_me_mask) macro
H A Dprocessor.h257 write_cr3(__sme_pa(pgdir)); in load_cr3()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dmem_encrypt.h99 * The __sme_pa() and __sme_pa_nodebug() macros are meant for use when
104 #define __sme_pa(x) (__pa(x) | sme_me_mask) macro
H A Dprocessor.h213 write_cr3(__sme_pa(pgdir)); in load_cr3()
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dtlb.c151 return __sme_pa(pgd) | kern_pcid(asid); in build_cr3()
154 return __sme_pa(pgd); in build_cr3()
167 return __sme_pa(pgd) | kern_pcid(asid) | CR3_NOFLUSH; in build_cr3_noflush()
/kernel/linux/linux-5.10/include/linux/
H A Dpsp-sev.h20 #define __psp_pa(x) __sme_pa(x)
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dtlb.c160 unsigned long cr3 = __sme_pa(pgd) | lam; in build_cr3()
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H A Dsev.c650 vmsa.address = __sme_pa(svm->sev_es.vmsa); in __sev_launch_update_vmsa()

Completed in 12 milliseconds