Searched refs:SUN4C_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.h18 #define SUN4C_PGDIR_MASK (~(SUN4C_PGDIR_SIZE-1)) macro
19 #define SUN4C_PGDIR_ALIGN(addr) (((addr)+SUN4C_PGDIR_SIZE-1)&SUN4C_PGDIR_MASK)
H A Dpgtsun4c.h17 #define SUN4C_PGDIR_MASK (~(SUN4C_PGDIR_SIZE-1)) macro
18 #define SUN4C_PGDIR_ALIGN(addr) (((addr)+SUN4C_PGDIR_SIZE-1)&SUN4C_PGDIR_MASK)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/mm/
H A Dsun4c.c2151 BTFIXUPSET_SETHI(pgdir_mask, SUN4C_PGDIR_MASK);

Completed in 41 milliseconds