Home
last modified time | relevance | path

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

/linux/arch/m68k/include/asm/
H A Dmotorola_pgalloc.h14 TABLE_PTE, enumerator
29 return get_pointer_table(mm, TABLE_PTE); in pte_alloc_one_kernel()
34 free_pointer_table(pte, TABLE_PTE); in pte_free_kernel()
39 return get_pointer_table(mm, TABLE_PTE); in pte_alloc_one()
44 free_pointer_table(pgtable, TABLE_PTE); in pte_free()
50 free_pointer_table(pgtable, TABLE_PTE); in __pte_free_tlb()
/linux/arch/arm64/mm/
H A Dmmu.c215 pte_phys = pgtable_alloc(TABLE_PTE); in alloc_init_cont_pte()
543 case TABLE_PTE: in __pgd_pgtable_alloc()
596 pte_phys = pgd_pgtable_alloc_init_mm_gfp(TABLE_PTE, gfp); in split_pmd()