Searched defs:pte_pgprot (Results 1 – 7 of 7) sorted by relevance
55 #define pte_pgprot(x) __pgprot(pte_val(x)) macro73 #define pte_pgprot(x) (x) macro
22 static inline pgprot_t pte_pgprot(pte_t pte) { return __pgprot(pte_val(pte) & PAGE_PROT_BITS); } in pte_pgprot() function
107 #define pte_pgprot(x) __pgprot(pte_val(x) & PTE_FLAGS_MASK) macro
47 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
304 static inline pgprot_t pte_pgprot(pte_t pte) { return __pgprot(pte_val(pte) & PAGE_PROT_BITS); } in pte_pgprot() function
620 #define pte_pgprot(x) __pgprot(pte_flags(x)) macro
522 static inline pgprot_t pte_pgprot(pte_t pte) { return __pgprot(pte_val(pte) & PAGE_PROT_BITS); } in pte_pgprot() function