Lines Matching refs:pu
114 pud_t *pu; in huge_pte_alloc() local
137 pu = pud_alloc(mm, p4, addr); in huge_pte_alloc()
138 if (!pu) in huge_pte_alloc()
141 return (pte_t *)pu; in huge_pte_alloc()
143 ptl = pud_lockptr(mm, pu); in huge_pte_alloc()
144 hpdp = (hugepd_t *)pu; in huge_pte_alloc()
147 pm = pmd_alloc(mm, pu, addr); in huge_pte_alloc()
165 pu = pud_alloc(mm, p4, addr); in huge_pte_alloc()
166 if (!pu) in huge_pte_alloc()
169 ptl = pud_lockptr(mm, pu); in huge_pte_alloc()
170 hpdp = (hugepd_t *)pu; in huge_pte_alloc()
173 pm = pmd_alloc(mm, pu, addr); in huge_pte_alloc()