Home
last modified time | relevance | path

Searched refs:SUN4C_PGDIR_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/asm-sparc/
Dpgtsun4.h20 #define SUN4C_PGDIR_SIZE (1UL << SUN4C_PGDIR_SHIFT) macro
21 #define SUN4C_PGDIR_MASK (~(SUN4C_PGDIR_SIZE-1))
22 #define SUN4C_PGDIR_ALIGN(addr) (((addr)+SUN4C_PGDIR_SIZE-1)&SUN4C_PGDIR_MASK)
Dpgtsun4c.h19 #define SUN4C_PGDIR_SIZE (1UL << SUN4C_PGDIR_SHIFT) macro
20 #define SUN4C_PGDIR_MASK (~(SUN4C_PGDIR_SIZE-1))
21 #define SUN4C_PGDIR_ALIGN(addr) (((addr)+SUN4C_PGDIR_SIZE-1)&SUN4C_PGDIR_MASK)
/linux-2.4.37.9/arch/sparc/mm/
Dsun4c.c1843 memset (ret, 0, (KERNBASE / SUN4C_PGDIR_SIZE) * sizeof(pgd_t)); in sun4c_get_pgd_fast()
2023 vaddr += SUN4C_PGDIR_SIZE; in sun4c_paging_init()
2025 vaddr += SUN4C_PGDIR_SIZE; in sun4c_paging_init()
2027 vaddr += SUN4C_PGDIR_SIZE; in sun4c_paging_init()
2076 BTFIXUPSET_SETHI(pgdir_size, SUN4C_PGDIR_SIZE); in ld_mmu_sun4c()
2082 BTFIXUPSET_SIMM13(user_ptrs_per_pgd, KERNBASE / SUN4C_PGDIR_SIZE); in ld_mmu_sun4c()