Searched refs:__prot (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/arch/riscv/mm/ |
D | init.c | 274 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 275 create_pmd_mapping(__nextp, __va, __pa, __sz, __prot) 282 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 283 create_pte_mapping(__nextp, __va, __pa, __sz, __prot)
|
/Linux-v5.4/arch/arm64/mm/ |
D | mmu.c | 184 pgprot_t __prot = prot; in alloc_init_cont_pte() local 191 __prot = __pgprot(pgprot_val(prot) | PTE_CONT); in alloc_init_cont_pte() 193 init_pte(pmdp, addr, next, phys, __prot); in alloc_init_cont_pte() 258 pgprot_t __prot = prot; in alloc_init_cont_pmd() local 265 __prot = __pgprot(pgprot_val(prot) | PTE_CONT); in alloc_init_cont_pmd() 267 init_pmd(pudp, addr, next, phys, __prot, pgtable_alloc, flags); in alloc_init_cont_pmd()
|
/Linux-v5.4/drivers/gpu/drm/ttm/ |
D | ttm_bo_util.c | 265 #define __ttm_kmap_atomic_prot(__page, __prot) kmap_atomic_prot(__page, __prot) argument 268 #define __ttm_kmap_atomic_prot(__page, __prot) vmap(&__page, 1, 0, __prot) argument
|