Searched defs:__prot (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/riscv/mm/ |
D | init.c | 617 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 636 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 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.1.9/arch/arm64/mm/ |
D | mmu.c | 218 pgprot_t __prot = prot; in alloc_init_cont_pte() local 296 pgprot_t __prot = prot; in alloc_init_cont_pmd() local
|