Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/mm/
Dmmu.c173 pgprot_t __prot = prot; in alloc_init_cont_pte() local
180 __prot = __pgprot(pgprot_val(prot) | PTE_CONT); in alloc_init_cont_pte()
182 init_pte(pmdp, addr, next, phys, __prot); in alloc_init_cont_pte()
247 pgprot_t __prot = prot; in alloc_init_cont_pmd() local
254 __prot = __pgprot(pgprot_val(prot) | PTE_CONT); in alloc_init_cont_pmd()
256 init_pmd(pudp, addr, next, phys, __prot, pgtable_alloc, flags); in alloc_init_cont_pmd()
/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_bo_util.c265 #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