Searched refs:user_pgprot (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dmmu.c295 unsigned int user_pgprot, kern_pgprot, vecs_pgprot; local
411 vecs_pgprot = kern_pgprot = user_pgprot = cp->pte;
457 user_pgprot |= L_PTE_SHARED;
491 protection_map[i] = __pgprot(v | user_pgprot);
497 pgprot_user = __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | user_pgprot);

Completed in 117 milliseconds