Searched refs:__prot (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/arm64/mm/ |
| H A D | mmu.c | 228 pgprot_t __prot = prot; in alloc_init_cont_pte() local 235 __prot = __pgprot(pgprot_val(prot) | PTE_CONT); in alloc_init_cont_pte() 237 init_pte(ptep, addr, next, phys, __prot); in alloc_init_cont_pte() 327 pgprot_t __prot = prot; in alloc_init_cont_pmd() local 334 __prot = __pgprot(pgprot_val(prot) | PTE_CONT); in alloc_init_cont_pmd() 336 ret = init_pmd(pmdp, addr, next, phys, __prot, pgtable_alloc, flags); in alloc_init_cont_pmd()
|