Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-sparc/
Dpgtsun4.h21 #define SUN4C_PGDIR_MASK (~(SUN4C_PGDIR_SIZE-1)) macro
22 #define SUN4C_PGDIR_ALIGN(addr) (((addr)+SUN4C_PGDIR_SIZE-1)&SUN4C_PGDIR_MASK)
Dpgtsun4c.h20 #define SUN4C_PGDIR_MASK (~(SUN4C_PGDIR_SIZE-1)) macro
21 #define SUN4C_PGDIR_ALIGN(addr) (((addr)+SUN4C_PGDIR_SIZE-1)&SUN4C_PGDIR_MASK)
/linux-2.4.37.9/arch/sparc/mm/
Dsun4c.c2077 BTFIXUPSET_SETHI(pgdir_mask, SUN4C_PGDIR_MASK); in ld_mmu_sun4c()