Home
last modified time | relevance | path

Searched refs:PTR_MASK (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/openrisc/include/asm/
H A Dpgtable.h206 #define PTR_MASK (~(sizeof(void *)-1)) macro
214 ((unsigned long)(address)>>(PAGE_SHIFT-SIZEOF_PTR_LOG2)&PTR_MASK&~PAGE_MASK)
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Dpgtable.h164 #define PTR_MASK (~(sizeof(void*)-1)) macro
171 ((unsigned long)(address)>>(PAGE_SHIFT-SIZEOF_PTR_LOG2)&PTR_MASK&~PAGE_MASK)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dpgtable_mm.h122 #define PTR_MASK (~(sizeof(void*)-1)) macro
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dpgtable_mm.h126 #define PTR_MASK (~(sizeof(void*)-1)) macro

Completed in 5 milliseconds