Home
last modified time | relevance | path

Searched refs:hpdp (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/powerpc/mm/
Dhugetlbpage.c54 static int __hugepte_alloc(struct mm_struct *mm, hugepd_t *hpdp, in __hugepte_alloc() argument
93 for (i = 0; i < num_hugepd; i++, hpdp++) { in __hugepte_alloc()
94 if (unlikely(!hugepd_none(*hpdp))) in __hugepte_alloc()
98 *hpdp = __hugepd(__pa(new) | in __hugepte_alloc()
101 *hpdp = __hugepd(__pa(new) | _PMD_USER | in __hugepte_alloc()
106 *hpdp = __hugepd(((unsigned long)new & ~PD_HUGE) | pshift); in __hugepte_alloc()
112 for (i = i - 1 ; i >= 0; i--, hpdp--) in __hugepte_alloc()
113 *hpdp = __hugepd(0); in __hugepte_alloc()
129 hugepd_t *hpdp = NULL; in huge_pte_alloc() local
146 hpdp = (hugepd_t *)pg; in huge_pte_alloc()
[all …]