Lines Matching defs:prot
194 pgprot_t prot;
261 prot = PAGE_KERNEL_IO;
263 prot = pgprot_encrypted(prot);
265 prot = pgprot_decrypted(prot);
270 prot = __pgprot(pgprot_val(prot) |
274 prot = __pgprot(pgprot_val(prot) |
278 prot = __pgprot(pgprot_val(prot) |
282 prot = __pgprot(pgprot_val(prot) |
301 if (ioremap_page_range(vaddr, vaddr + size, phys_addr, prot))
787 pgprot_t prot)
792 return prot;
805 return encrypted_prot ? pgprot_encrypted(prot)
806 : pgprot_decrypted(prot);
928 /* Sanitize 'prot' against any unsupported bits: */