Lines Matching defs:prot
12 #define pgprot_noncached(prot) \
14 ? (__pgprot(pgprot_val(prot) | \
16 : (prot))
21 #define pgprot_encrypted(prot) __pgprot(__sme_set(pgprot_val(prot)))
22 #define pgprot_decrypted(prot) __pgprot(__sme_clr(pgprot_val(prot)))
678 static inline pgprot_t arch_filter_pgprot(pgprot_t prot)
680 return canon_pgprot(prot);
1003 unsigned long end, pgprot_t prot);
1448 extern bool pfn_modify_allowed(unsigned long pfn, pgprot_t prot);