Lines Matching refs:pu
115 pud_t *pu; in huge_pte_alloc() local
138 pu = pud_alloc(mm, p4, addr); in huge_pte_alloc()
139 if (!pu) in huge_pte_alloc()
142 return (pte_t *)pu; in huge_pte_alloc()
144 ptl = pud_lockptr(mm, pu); in huge_pte_alloc()
145 hpdp = (hugepd_t *)pu; in huge_pte_alloc()
148 pm = pmd_alloc(mm, pu, addr); in huge_pte_alloc()
166 pu = pud_alloc(mm, p4, addr); in huge_pte_alloc()
167 if (!pu) in huge_pte_alloc()
170 ptl = pud_lockptr(mm, pu); in huge_pte_alloc()
171 hpdp = (hugepd_t *)pu; in huge_pte_alloc()
174 pm = pmd_alloc(mm, pu, addr); in huge_pte_alloc()