Home
last modified time | relevance | path

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

/linux/arch/arm/mm/
H A Dcopypage-xscale.c23 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \ macro
95 set_top_pte(COPYPAGE_MINICACHE, mk_pte(from, minicache_pgprot)); in xscale_mc_copy_user_highpage()
H A Dcopypage-v4mc.c23 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \ macro
75 set_top_pte(COPYPAGE_MINICACHE, mk_pte(from, minicache_pgprot)); in v4_mc_copy_user_highpage()