Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sparc/include/asm/
Dpgtsun4c.h23 #define SUN4C_REAL_PGDIR_MASK (~(SUN4C_REAL_PGDIR_SIZE-1)) macro
24 #define SUN4C_REAL_PGDIR_ALIGN(addr) (((addr)+SUN4C_REAL_PGDIR_SIZE-1)&SUN4C_REAL_PGDIR_MASK)
/linux-3.4.99/arch/sparc/mm/
Dsun4c.c882 addr &= SUN4C_REAL_PGDIR_MASK; in get_locked_segment()
898 addr &= SUN4C_REAL_PGDIR_MASK; in free_locked_segment()
1904 entry->vaddr = start = (address & SUN4C_REAL_PGDIR_MASK); in sun4c_update_mmu_cache()