Searched defs:__prot (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/arch/riscv/mm/ |
D | init.c | 616 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 632 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 635 #define create_p4d_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0) argument 636 #define create_pud_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0) argument 637 #define create_pmd_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0) argument
|
/linux-6.6.21/arch/arm64/mm/ |
D | mmu.c | 220 pgprot_t __prot = prot; in alloc_init_cont_pte() local 298 pgprot_t __prot = prot; in alloc_init_cont_pmd() local
|