Searched defs:p4d_pgtable (Results 1 – 9 of 9) sorted by relevance
62 static inline pud_t *p4d_pgtable(p4d_t p4d) in p4d_pgtable() function
52 #define p4d_pgtable(p4d) ((pud_t *)(pud_pgtable((pud_t){ p4d }))) macro
114 #define p4d_pgtable(p4d) ((pud_t *)(p4d_val(p4d) & PAGE_MASK)) macro
212 static inline pud_t *p4d_pgtable(p4d_t p4d) in p4d_pgtable() function
284 #define p4d_pgtable(p4d) ((pud_t *) __va(p4d_val(p4d) & _PFN_MASK)) macro
859 #define p4d_pgtable(p4d) \ macro
880 static inline pud_t *p4d_pgtable(p4d_t p4d) in p4d_pgtable() function
1054 static inline pud_t *p4d_pgtable(p4d_t p4d) in p4d_pgtable() function
719 static inline pud_t *p4d_pgtable(p4d_t p4d) in p4d_pgtable() function
Completed in 22 milliseconds