Lines Matching refs:prot
97 pgprot_t prot, in alloc_init_pte() argument
113 set_pte(pte, pfn_pte(pfn, prot)); in alloc_init_pte()
121 pgprot_t prot = __pgprot(pud_val(*old_pud) ^ addr); in split_pud() local
125 set_pmd(pmd, __pmd(addr | pgprot_val(prot))); in split_pud()
132 phys_addr_t phys, pgprot_t prot, in alloc_init_pmd() argument
162 pgprot_val(mk_sect_prot(prot)))); in alloc_init_pmd()
177 prot, alloc); in alloc_init_pmd()
197 phys_addr_t phys, pgprot_t prot, in alloc_init_pud() argument
219 pgprot_val(mk_sect_prot(prot)))); in alloc_init_pud()
237 alloc_init_pmd(mm, pud, addr, next, phys, prot, alloc); in alloc_init_pud()
249 phys_addr_t size, pgprot_t prot, in __create_mapping() argument
260 alloc_init_pud(mm, pgd, addr, next, phys, prot, alloc); in __create_mapping()
276 phys_addr_t size, pgprot_t prot) in create_mapping() argument
284 size, prot, early_alloc); in create_mapping()
289 pgprot_t prot) in create_pgd_mapping() argument
291 __create_mapping(mm, pgd_offset(mm, virt), phys, virt, size, prot, in create_pgd_mapping()
296 phys_addr_t size, pgprot_t prot) in create_mapping_late() argument
305 phys, virt, size, prot, late_alloc); in create_mapping_late()
648 pgprot_t prot = PAGE_KERNEL_RO; in fixmap_remap_fdt() local
683 SWAPPER_BLOCK_SIZE, prot); in fixmap_remap_fdt()
694 round_up(offset + size, SWAPPER_BLOCK_SIZE), prot); in fixmap_remap_fdt()