Lines Matching defs:prot
183 #define pfn_pte(pfn,prot) (__pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)))
285 * Mark the prot value as uncacheable and unbufferable.
287 #define pgprot_noncached(prot) __pgprot((pgprot_val(prot)&~_PAGE_C_MASK) | _PAGE_C_DEV)
288 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot)&~_PAGE_C_MASK) | _PAGE_C_DEV_WB)
297 static inline pmd_t __mk_pmd(pte_t * ptep, unsigned long prot)
307 pmd_val(pmd) = __virt_to_phys(ptr) | prot;
322 #define mk_pte(page,prot) pfn_pte(page_to_pfn(page),prot)
334 #define page_pte_prot(page,prot) mk_pte(page, prot)
371 * remap a physical address `phys' of size `size' with page protection `prot'