Searched refs:__sme_pa (Results 1 – 4 of 4) sorted by relevance
124 return __sme_pa(pgd) | kern_pcid(asid); in build_cr3()127 return __sme_pa(pgd); in build_cr3()140 return __sme_pa(pgd) | kern_pcid(asid) | CR3_NOFLUSH; in build_cr3_noflush()
90 #define __sme_pa(x) (__pa(x) | sme_me_mask) macro
243 write_cr3(__sme_pa(pgdir)); in load_cr3()
20 #define __psp_pa(x) __sme_pa(x)