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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
H A Dpgtsun4.h24 #define SUN4C_REAL_PGDIR_MASK (~(SUN4C_REAL_PGDIR_SIZE-1)) macro
25 #define SUN4C_REAL_PGDIR_ALIGN(addr) (((addr)+SUN4C_REAL_PGDIR_SIZE-1)&SUN4C_REAL_PGDIR_MASK)
H A Dpgtsun4c.h23 #define SUN4C_REAL_PGDIR_MASK (~(SUN4C_REAL_PGDIR_SIZE-1)) macro
24 #define SUN4C_REAL_PGDIR_ALIGN(addr) (((addr)+SUN4C_REAL_PGDIR_SIZE-1)&SUN4C_REAL_PGDIR_MASK)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/mm/
H A Dsun4c.c981 addr &= SUN4C_REAL_PGDIR_MASK;
997 addr &= SUN4C_REAL_PGDIR_MASK;
2009 entry->vaddr = start = (address & SUN4C_REAL_PGDIR_MASK);

Completed in 44 milliseconds