Searched defs:p4d_index (Results 1 – 3 of 3) sorted by relevance
220 #define p4d_index(address) (((address) >> P4D_SHIFT) & (PTRS_PER_P4D - 1)) macro
902 static inline unsigned long p4d_index(unsigned long address) in p4d_index() function
1233 #define p4d_index(address) (((address) >> P4D_SHIFT) & (PTRS_PER_P4D-1)) macro
Completed in 14 milliseconds