Lines Matching refs:prot
91 pgprot_t prot, in alloc_init_pte() argument
107 set_pte(pte, pfn_pte(pfn, prot)); in alloc_init_pte()
115 pgprot_t prot = __pgprot(pud_val(*old_pud) ^ addr); in split_pud() local
119 set_pmd(pmd, __pmd(addr | prot)); in split_pud()
126 phys_addr_t phys, pgprot_t prot, in alloc_init_pmd() argument
156 pgprot_val(mk_sect_prot(prot)))); in alloc_init_pmd()
171 prot, alloc); in alloc_init_pmd()
191 phys_addr_t phys, pgprot_t prot, in alloc_init_pud() argument
213 pgprot_val(mk_sect_prot(prot)))); in alloc_init_pud()
231 alloc_init_pmd(mm, pud, addr, next, phys, prot, alloc); in alloc_init_pud()
243 phys_addr_t size, pgprot_t prot, in __create_mapping() argument
254 alloc_init_pud(mm, pgd, addr, next, phys, prot, alloc); in __create_mapping()
270 phys_addr_t size, pgprot_t prot) in create_mapping() argument
278 size, prot, early_alloc); in create_mapping()
283 pgprot_t prot) in create_pgd_mapping() argument
285 __create_mapping(mm, pgd_offset(mm, virt), phys, virt, size, prot, in create_pgd_mapping()
290 phys_addr_t size, pgprot_t prot) in create_mapping_late() argument
299 phys, virt, size, prot, late_alloc); in create_mapping_late()