Home
last modified time | relevance | path

Searched refs:__prot (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/arch/riscv/mm/
Dinit.c404 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument
405 create_pmd_mapping(__nextp, __va, __pa, __sz, __prot)
411 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument
412 create_pte_mapping(__nextp, __va, __pa, __sz, __prot)
414 #define create_pmd_mapping(__pmdp, __va, __pa, __sz, __prot) argument
/Linux-v5.15/arch/arm64/mm/
Dmmu.c203 pgprot_t __prot = prot; in alloc_init_cont_pte() local
210 __prot = __pgprot(pgprot_val(prot) | PTE_CONT); in alloc_init_cont_pte()
212 init_pte(pmdp, addr, next, phys, __prot); in alloc_init_cont_pte()
281 pgprot_t __prot = prot; in alloc_init_cont_pmd() local
288 __prot = __pgprot(pgprot_val(prot) | PTE_CONT); in alloc_init_cont_pmd()
290 init_pmd(pudp, addr, next, phys, __prot, pgtable_alloc, flags); in alloc_init_cont_pmd()