Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmem_encrypt.h99 #define __sme_pa(x) (__pa(x) | sme_me_mask) macro
H A Dprocessor.h257 write_cr3(__sme_pa(pgdir)); in load_cr3()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpsp-sev.h20 #define __psp_pa(x) __sme_pa(x)