Searched refs:hpdp (Results 1 – 1 of 1) sorted by relevance
134 static int __hugepte_alloc(struct mm_struct *mm, hugepd_t *hpdp, in __hugepte_alloc() argument164 for (i = 0; i < num_hugepd; i++, hpdp++) { in __hugepte_alloc()165 if (unlikely(!hugepd_none(*hpdp))) in __hugepte_alloc()169 hpdp->pd = ((unsigned long)new & ~PD_HUGE) | pshift; in __hugepte_alloc()173 for (i = i - 1 ; i >= 0; i--, hpdp--) in __hugepte_alloc()174 hpdp->pd = 0; in __hugepte_alloc()178 if (!hugepd_none(*hpdp)) in __hugepte_alloc()182 hpdp->pd = (unsigned long)new | in __hugepte_alloc()185 hpdp->pd = ((unsigned long)new & ~PD_HUGE) | pshift; in __hugepte_alloc()215 hugepd_t *hpdp = NULL; in huge_pte_alloc() local[all …]