Home
last modified time | relevance | path

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

/linux/arch/alpha/include/asm/
H A Dpgtable.h148 #define PTR_MASK (~(sizeof(void*)-1)) macro
155 ((unsigned long)(address)>>(PAGE_SHIFT-SIZEOF_PTR_LOG2)&PTR_MASK&~PAGE_MASK)
/linux/arch/openrisc/include/asm/
H A Dpgtable.h190 #define PTR_MASK (~(sizeof(void *)-1)) macro
198 ((unsigned long)(address)>>(PAGE_SHIFT-SIZEOF_PTR_LOG2)&PTR_MASK&~PAGE_MASK)
/linux/arch/m68k/include/asm/
H A Dpgtable_mm.h126 #define PTR_MASK (~(sizeof(void*)-1)) macro