Lines Matching defs:prot
79 #define pfn_pte(pfn,prot) \ argument
145 static inline pte_t clear_pte_bit(pte_t pte, pgprot_t prot) in clear_pte_bit()
151 static inline pte_t set_pte_bit(pte_t pte, pgprot_t prot) in set_pte_bit()
157 static inline pmd_t clear_pmd_bit(pmd_t pmd, pgprot_t prot) in clear_pmd_bit()
163 static inline pmd_t set_pmd_bit(pmd_t pmd, pgprot_t prot) in set_pmd_bit()
389 static inline pgprot_t mk_pud_sect_prot(pgprot_t prot) in mk_pud_sect_prot()
394 static inline pgprot_t mk_pmd_sect_prot(pgprot_t prot) in mk_pmd_sect_prot()
468 #define pfn_pmd(pfn,prot) __pmd(__phys_to_pmd_val((phys_addr_t)(pfn) << PAGE_SHIFT) | pgprot_val(pr… argument
469 #define mk_pmd(page,prot) pfn_pmd(page_to_pfn(page),prot) argument
480 #define pfn_pud(pfn,prot) __pud(__phys_to_pud_val((phys_addr_t)(pfn) << PAGE_SHIFT) | pgprot_val(pr… argument
491 #define __pgprot_modify(prot,mask,bits) \ argument
494 #define pgprot_nx(prot) \ argument
500 #define pgprot_noncached(prot) \ argument
502 #define pgprot_writecombine(prot) \ argument
504 #define pgprot_device(prot) \ argument
506 #define pgprot_tagged(prot) \ argument
517 #define pgprot_dmacoherent(prot) \ argument
612 #define mk_pte(page,prot) pfn_pte(page_to_pfn(page),prot) argument
1014 static inline pgprot_t arch_filter_pgprot(pgprot_t prot) in arch_filter_pgprot()