Home
last modified time | relevance | path

Searched defs:pgprot_decrypted (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dpgtable.h886 #define pgprot_decrypted(prot) (prot) macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable.h22 #define pgprot_decrypted(prot) __pgprot(__sme_clr(pgprot_val(prot))) macro