Searched defs:pud_index (Results 1 – 4 of 4) sorted by relevance
35 #define pud_index(x) (((x) >> PUD_SHIFT) & (PTRS_PER_PUD-1)) macro
103 static inline unsigned long pud_index(unsigned long address) in pud_index() function
551 static inline unsigned long pud_index(unsigned long address) in pud_index() function
1112 #define pud_index(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1)) macro