Lines Matching refs:pu
113 pud_t *pu; in huge_pte_alloc() local
136 pu = pud_alloc(mm, p4, addr); in huge_pte_alloc()
137 if (!pu) in huge_pte_alloc()
140 return (pte_t *)pu; in huge_pte_alloc()
142 ptl = pud_lockptr(mm, pu); in huge_pte_alloc()
143 hpdp = (hugepd_t *)pu; in huge_pte_alloc()
146 pm = pmd_alloc(mm, pu, addr); in huge_pte_alloc()
164 pu = pud_alloc(mm, p4, addr); in huge_pte_alloc()
165 if (!pu) in huge_pte_alloc()
168 ptl = pud_lockptr(mm, pu); in huge_pte_alloc()
169 hpdp = (hugepd_t *)pu; in huge_pte_alloc()
172 pm = pmd_alloc(mm, pu, addr); in huge_pte_alloc()