Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sparc/include/asm/
Dpgtsun4c.h24 #define SUN4C_REAL_PGDIR_ALIGN(addr) (((addr)+SUN4C_REAL_PGDIR_SIZE-1)&SUN4C_REAL_PGDIR_MASK) macro
/linux-3.4.99/arch/sparc/mm/
Dsun4c.c1031 high = SUN4C_REAL_PGDIR_ALIGN(high); in sun4c_lockarea()
1089 high = SUN4C_REAL_PGDIR_ALIGN(high) + SUN4C_REAL_PGDIR_SIZE; in sun4c_unlockarea()
1161 SUN4C_REAL_PGDIR_ALIGN(sun4c_taskstack_end); in sun4c_init_lock_areas()
1958 kernel_end = SUN4C_REAL_PGDIR_ALIGN(kernel_end); in sun4c_paging_init()