Searched refs:SUN4C_PGDIR_SIZE (Results 1 – 3 of 3) sorted by relevance
20 #define SUN4C_PGDIR_SIZE (1UL << SUN4C_PGDIR_SHIFT) macro21 #define SUN4C_PGDIR_MASK (~(SUN4C_PGDIR_SIZE-1))22 #define SUN4C_PGDIR_ALIGN(addr) (((addr)+SUN4C_PGDIR_SIZE-1)&SUN4C_PGDIR_MASK)
19 #define SUN4C_PGDIR_SIZE (1UL << SUN4C_PGDIR_SHIFT) macro20 #define SUN4C_PGDIR_MASK (~(SUN4C_PGDIR_SIZE-1))21 #define SUN4C_PGDIR_ALIGN(addr) (((addr)+SUN4C_PGDIR_SIZE-1)&SUN4C_PGDIR_MASK)
1843 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()