Lines Matching defs:p4d
131 static inline pud_t *pud_offset(p4d_t *p4d, unsigned long address) in pud_offset()
1021 #define p4d_access_permitted(p4d, write) \ argument
1085 #define set_p4d_safe(p4dp, p4d) \ argument
1233 #define p4d_clear_bad(p4d) do { } while (0) argument
1239 #define pud_clear_bad(p4d) do { } while (0) argument
1255 static inline int p4d_none_or_clear_bad(p4d_t *p4d) in p4d_none_or_clear_bad()
1690 static inline int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge()
1694 static inline void p4d_clear_huge(p4d_t *p4d) { } in p4d_clear_huge()
1705 static inline int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge()
1717 static inline void p4d_clear_huge(p4d_t *p4d) { } in p4d_clear_huge()
1726 static inline int p4d_free_pud_page(p4d_t *p4d, unsigned long addr) in p4d_free_pud_page()
1864 #define pud_offset_lockless(p4dp, p4d, address) pud_offset(&(p4d), address) argument