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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
H A Dpgtsun4.h131 static inline unsigned long sun4c_get_pte(unsigned long addr) function
H A Dpgtsun4c.h132 static inline unsigned long sun4c_get_pte(unsigned long addr) function
H A Dpgtable.h407 return sun4c_get_pte (addr) << PAGE_SHIFT;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/mm/
H A Dsun4c.c132 if ((int)sun4c_get_pte(addr) < 0)
205 if ((sun4c_get_pte(addr) & (_SUN4C_PAGE_NOCACHE | _SUN4C_PAGE_VALID)) ==
532 (sun4c_get_pte((unsigned long) &start) | _SUN4C_PAGE_NOCACHE));
563 unsigned long pte = sun4c_get_pte(busa);
619 if (sun4c_get_pte(start) & _SUN4C_PAGE_VALID)
620 sun4c_put_pte(start, (sun4c_get_pte(start) | bits_on) &
1071 unsigned long pages = BUCKET_PTE_PAGE(sun4c_get_pte(tiaddr));

Completed in 47 milliseconds