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

/linux-master/arch/riscv/mm/
H A Dinit.c617 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \
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)))
633 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \
634 create_pte_mapping(__nextp, __va, __pa, __sz, __prot)
636 #define create_p4d_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0)
637 #define create_pud_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0)
638 #define create_pmd_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0)
/linux-master/arch/arm64/mm/
H A Dmmu.c223 pgprot_t __prot = prot; local
230 __prot = __pgprot(pgprot_val(prot) | PTE_CONT);
232 init_pte(pmdp, addr, next, phys, __prot);
301 pgprot_t __prot = prot; local
308 __prot = __pgprot(pgprot_val(prot) | PTE_CONT);
310 init_pmd(pudp, addr, next, phys, __prot, pgtable_alloc, flags);

Completed in 119 milliseconds