Searched refs:SUN4C_PGDIR_SIZE (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/include/asm/
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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/include/asm/
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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/mm/
H A Dsun4c.c1793 memset (ret, 0, (KERNBASE / SUN4C_PGDIR_SIZE) * sizeof(pgd_t));
1983 vaddr += SUN4C_PGDIR_SIZE;
1985 vaddr += SUN4C_PGDIR_SIZE;
1987 vaddr += SUN4C_PGDIR_SIZE;
2039 BTFIXUPSET_SETHI(pgdir_size, SUN4C_PGDIR_SIZE);
2044 BTFIXUPSET_SIMM13(user_ptrs_per_pgd, KERNBASE / SUN4C_PGDIR_SIZE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/mm/
H A Dsun4c.c1793 memset (ret, 0, (KERNBASE / SUN4C_PGDIR_SIZE) * sizeof(pgd_t));
1983 vaddr += SUN4C_PGDIR_SIZE;
1985 vaddr += SUN4C_PGDIR_SIZE;
1987 vaddr += SUN4C_PGDIR_SIZE;
2039 BTFIXUPSET_SETHI(pgdir_size, SUN4C_PGDIR_SIZE);
2044 BTFIXUPSET_SIMM13(user_ptrs_per_pgd, KERNBASE / SUN4C_PGDIR_SIZE);

Completed in 167 milliseconds