Lines Matching defs:pudp
932 static inline void set_pud(pud_t *pudp, pud_t pud)
934 WRITE_ONCE(*pudp, pud);
1461 static inline pmd_t *pmd_offset_lockless(pud_t *pudp, pud_t pud, unsigned long address)
1465 return (pmd_t *) pudp;
1469 static inline pmd_t *pmd_offset(pud_t *pudp, unsigned long address)
1471 return pmd_offset_lockless(pudp, *pudp, address);
1647 static __always_inline void __pudp_idte(unsigned long addr, pud_t *pudp,
1653 r3o = __pa(pudp) - pud_index(addr) * sizeof(pud_t);
1659 : "+m" (*pudp)
1667 : "+m" (*pudp)