Lines Matching +full:user +full:- +full:level
1 /* SPDX-License-Identifier: GPL-2.0 */
11 * __pte_alloc_one_kernel - allocate memory for a PTE-level kernel page table
32 * pte_alloc_one_kernel - allocate memory for a PTE-level kernel page table
45 * pte_free_kernel - free PTE-level kernel page table memory
55 * __pte_alloc_one - allocate memory for a PTE-level user page table
84 * pte_alloc_one - allocate a page for PTE-level user page table
104 * pte_free - free PTE-level user page table memory
120 * pmd_alloc_one - allocate memory for a PMD-level page table
125 * Allocations use %GFP_PGTABLE_USER in user context and
154 BUG_ON((unsigned long)pmd & (PAGE_SIZE-1)); in pmd_free()
183 * pud_alloc_one - allocate memory for a PUD-level page table
186 * Allocate memory for a page table using %GFP_PGTABLE_USER for user context
202 BUG_ON((unsigned long)pud & (PAGE_SIZE-1)); in __pud_free()
247 BUG_ON((unsigned long)p4d & (PAGE_SIZE-1)); in __p4d_free()
283 BUG_ON((unsigned long)pgd & (PAGE_SIZE-1)); in __pgd_free()