Home
last modified time | relevance | path

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

/arch/sparc/include/asm/
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)
/arch/sparc/mm/
Dsun4c.c1796 memset (ret, 0, (KERNBASE / SUN4C_PGDIR_SIZE) * sizeof(pgd_t)); in sun4c_get_pgd_fast()
1986 vaddr += SUN4C_PGDIR_SIZE; in sun4c_paging_init()
1988 vaddr += SUN4C_PGDIR_SIZE; in sun4c_paging_init()
1990 vaddr += SUN4C_PGDIR_SIZE; in sun4c_paging_init()
2042 BTFIXUPSET_SETHI(pgdir_size, SUN4C_PGDIR_SIZE); in ld_mmu_sun4c()
2047 BTFIXUPSET_SIMM13(user_ptrs_per_pgd, KERNBASE / SUN4C_PGDIR_SIZE); in ld_mmu_sun4c()