Searched refs:__sme_pa (Results 1 – 4 of 4) sorted by relevance
99 #define __sme_pa(x) (__pa(x) | sme_me_mask) macro
257 write_cr3(__sme_pa(pgdir)); in load_cr3()
151 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()
20 #define __psp_pa(x) __sme_pa(x)