Searched refs:__prot (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/arch/riscv/mm/ |
A D | init.c | 617 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 619 create_p4d_mapping(__nextp, __va, __pa, __sz, __prot) : \ 621 create_pud_mapping((pud_t *)__nextp, __va, __pa, __sz, __prot) : \ 622 create_pmd_mapping((pmd_t *)__nextp, __va, __pa, __sz, __prot))) 636 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 637 create_pte_mapping(__nextp, __va, __pa, __sz, __prot) 640 #define create_p4d_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0) argument 641 #define create_pud_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0) argument 642 #define create_pmd_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0) argument
|
/linux-6.3-rc2/arch/arm64/mm/ |
A D | mmu.c | 222 pgprot_t __prot = prot; in alloc_init_cont_pte() local 229 __prot = __pgprot(pgprot_val(prot) | PTE_CONT); in alloc_init_cont_pte() 231 init_pte(pmdp, addr, next, phys, __prot); in alloc_init_cont_pte() 300 pgprot_t __prot = prot; in alloc_init_cont_pmd() local 307 __prot = __pgprot(pgprot_val(prot) | PTE_CONT); in alloc_init_cont_pmd() 309 init_pmd(pudp, addr, next, phys, __prot, pgtable_alloc, flags); in alloc_init_cont_pmd()
|
Completed in 8 milliseconds