Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dpgtable.h881 #define pgprot_decrypted(prot) (prot) macro
/Linux-v5.10/arch/x86/include/asm/
Dpgtable.h22 #define pgprot_decrypted(prot) __pgprot(__sme_clr(pgprot_val(prot))) macro