Searched defs:pud_index (Results 1 – 3 of 3) sorted by relevance
55 #define pud_index(addr) (((addr) >> PUD_SHIFT) & (PTRS_PER_PUD - 1)) macro
100 #define pud_index(addr) \ macro
114 #define pud_index(addr) (((addr) >> PUD_SHIFT) & (PTRS_PER_PUD - 1)) macro