Searched refs:SUN4C_REAL_PGDIR_ALIGN (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.h25 #define SUN4C_REAL_PGDIR_ALIGN(addr) (((addr)+SUN4C_REAL_PGDIR_SIZE-1)&SUN4C_REAL_PGDIR_MASK) macro
H A Dpgtsun4c.h24 #define SUN4C_REAL_PGDIR_ALIGN(addr) (((addr)+SUN4C_REAL_PGDIR_SIZE-1)&SUN4C_REAL_PGDIR_MASK) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/mm/
H A Dsun4c.c271 kernel_end = SUN4C_REAL_PGDIR_ALIGN(kernel_end);
1144 high = SUN4C_REAL_PGDIR_ALIGN(high);
1202 high = SUN4C_REAL_PGDIR_ALIGN(high) + SUN4C_REAL_PGDIR_SIZE;
1272 SUN4C_REAL_PGDIR_ALIGN(sun4c_taskstack_end);
2065 kernel_end = SUN4C_REAL_PGDIR_ALIGN(kernel_end);

Completed in 96 milliseconds