Searched refs:__prot (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/riscv/mm/ |
| H A D | init.c | 691 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 693 create_p4d_mapping(__nextp, __va, __pa, __sz, __prot) : \ 695 create_pud_mapping((pud_t *)__nextp, __va, __pa, __sz, __prot) : \ 696 create_pmd_mapping((pmd_t *)__nextp, __va, __pa, __sz, __prot))) 707 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 708 create_pte_mapping(__nextp, __va, __pa, __sz, __prot) 710 #define create_p4d_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0) argument 711 #define create_pud_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0) argument 712 #define create_pmd_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0) argument
|
| /linux-6.15/arch/arm64/mm/ |
| H A D | mmu.c | 221 pgprot_t __prot = prot; in alloc_init_cont_pte() local 228 __prot = __pgprot(pgprot_val(prot) | PTE_CONT); in alloc_init_cont_pte() 230 init_pte(ptep, addr, next, phys, __prot); in alloc_init_cont_pte() 308 pgprot_t __prot = prot; in alloc_init_cont_pmd() local 315 __prot = __pgprot(pgprot_val(prot) | PTE_CONT); in alloc_init_cont_pmd() 317 init_pmd(pmdp, addr, next, phys, __prot, pgtable_alloc, flags); in alloc_init_cont_pmd()
|