Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-sparc/
Dpgtsun4.h28 #define SUN4C_REAL_PGDIR_ALIGN(addr) (((addr)+SUN4C_REAL_PGDIR_SIZE-1)&SUN4C_REAL_PGDIR_MASK) macro
Dpgtsun4c.h27 #define SUN4C_REAL_PGDIR_ALIGN(addr) (((addr)+SUN4C_REAL_PGDIR_SIZE-1)&SUN4C_REAL_PGDIR_MASK) macro
/linux-2.4.37.9/arch/sparc/mm/
Dsun4c.c270 kernel_end = SUN4C_REAL_PGDIR_ALIGN(kernel_end); in sun4c_init_clean_mmu()
1144 high = SUN4C_REAL_PGDIR_ALIGN(high); in sun4c_lockarea()
1202 high = SUN4C_REAL_PGDIR_ALIGN(high) + SUN4C_REAL_PGDIR_SIZE; in sun4c_unlockarea()
1272 SUN4C_REAL_PGDIR_ALIGN(sun4c_taskstack_end); in sun4c_init_lock_areas()
1989 kernel_end = SUN4C_REAL_PGDIR_ALIGN(kernel_end); in sun4c_paging_init()