Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dpgtable.h886 #define pgprot_decrypted(prot) (prot) macro
/kernel/linux/linux-6.6/include/linux/
Dpgtable.h1166 #define pgprot_decrypted(prot) (prot) macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dpgtable.h22 #define pgprot_decrypted(prot) __pgprot(__sme_clr(pgprot_val(prot))) macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
Dpgtable.h41 #define pgprot_decrypted(prot) __pgprot(cc_mkdec(pgprot_val(prot))) macro