Searched refs:SUN4C_PGDIR_SIZE (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.h17 #define SUN4C_PGDIR_SIZE (1UL << SUN4C_PGDIR_SHIFT) macro
18 #define SUN4C_PGDIR_MASK (~(SUN4C_PGDIR_SIZE-1))
19 #define SUN4C_PGDIR_ALIGN(addr) (((addr)+SUN4C_PGDIR_SIZE-1)&SUN4C_PGDIR_MASK)
H A Dpgtsun4c.h16 #define SUN4C_PGDIR_SIZE (1UL << SUN4C_PGDIR_SHIFT) macro
17 #define SUN4C_PGDIR_MASK (~(SUN4C_PGDIR_SIZE-1))
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.c1908 memset (ret, 0, (KERNBASE / SUN4C_PGDIR_SIZE) * sizeof(pgd_t));
2093 vaddr += SUN4C_PGDIR_SIZE;
2095 vaddr += SUN4C_PGDIR_SIZE;
2097 vaddr += SUN4C_PGDIR_SIZE;
2150 BTFIXUPSET_SETHI(pgdir_size, SUN4C_PGDIR_SIZE);
2155 BTFIXUPSET_SIMM13(user_ptrs_per_pgd, KERNBASE / SUN4C_PGDIR_SIZE);

Completed in 19 milliseconds