Searched refs:hpdp (Results 1 – 1 of 1) sorted by relevance
115 static int __hugepte_alloc(struct mm_struct *mm, hugepd_t *hpdp, in __hugepte_alloc() argument145 for (i = 0; i < num_hugepd; i++, hpdp++) { in __hugepte_alloc()146 if (unlikely(!hugepd_none(*hpdp))) in __hugepte_alloc()150 hpdp->pd = ((unsigned long)new & ~PD_HUGE) | pshift; in __hugepte_alloc()154 for (i = i - 1 ; i >= 0; i--, hpdp--) in __hugepte_alloc()155 hpdp->pd = 0; in __hugepte_alloc()159 if (!hugepd_none(*hpdp)) in __hugepte_alloc()163 hpdp->pd = (unsigned long)new | in __hugepte_alloc()166 hpdp->pd = ((unsigned long)new & ~PD_HUGE) | pshift; in __hugepte_alloc()196 hugepd_t *hpdp = NULL; in huge_pte_alloc() local[all …]