Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpsp.h9 #define __psp_pa(x) __sme_pa(x)
/linux/arch/x86/include/asm/
H A Dmem_encrypt.h112 #define __sme_pa(x) (__pa(x) | sme_me_mask) macro
H A Dprocessor.h255 write_cr3(__sme_pa(pgdir)); in load_cr3()
/linux/arch/x86/mm/
H A Dtlb.c159 unsigned long cr3 = __sme_pa(pgd) | lam; in build_cr3()