Searched defs:__prot (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/riscv/mm/ |
D | init.c | 642 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 658 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 661 #define create_p4d_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0) argument 662 #define create_pud_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0) argument 663 #define create_pmd_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0) argument
|
/linux-6.12.1/arch/arm64/mm/ |
D | mmu.c | 221 pgprot_t __prot = prot; in alloc_init_cont_pte() local 308 pgprot_t __prot = prot; in alloc_init_cont_pmd() local
|