Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mm/
Dcopypage-v4mc.c23 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \ macro
74 set_top_pte(COPYPAGE_MINICACHE, mk_pte(from, minicache_pgprot)); in v4_mc_copy_user_highpage()
Dcopypage-xscale.c23 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \ macro
94 set_top_pte(COPYPAGE_MINICACHE, mk_pte(from, minicache_pgprot)); in xscale_mc_copy_user_highpage()