Searched refs:__prot (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/arch/riscv/mm/ |
D | init.c | 368 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 369 create_pmd_mapping(__nextp, __va, __pa, __sz, __prot) 375 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 376 create_pte_mapping(__nextp, __va, __pa, __sz, __prot)
|
/Linux-v5.10/arch/arm64/mm/ |
D | mmu.c | 197 pgprot_t __prot = prot; in alloc_init_cont_pte() local 204 __prot = __pgprot(pgprot_val(prot) | PTE_CONT); in alloc_init_cont_pte() 206 init_pte(pmdp, addr, next, phys, __prot); in alloc_init_cont_pte() 271 pgprot_t __prot = prot; in alloc_init_cont_pmd() local 278 __prot = __pgprot(pgprot_val(prot) | PTE_CONT); in alloc_init_cont_pmd() 280 init_pmd(pudp, addr, next, phys, __prot, pgtable_alloc, flags); in alloc_init_cont_pmd()
|