Searched refs:pte_free (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/sparc/include/asm/ |
| H A D | pgalloc_32.h | 74 void pte_free(struct mm_struct * mm, pgtable_t pte); 75 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
|
| H A D | pgalloc_64.h | 66 void pte_free(struct mm_struct *mm, pgtable_t ptepage);
|
| /linux/arch/xtensa/include/asm/ |
| H A D | tlb.h | 19 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
|
| /linux/arch/powerpc/include/asm/ |
| H A D | pgalloc.h | 43 static inline void pte_free(struct mm_struct *mm, pgtable_t ptepage) in pte_free() function
|
| /linux/arch/m68k/include/asm/ |
| H A D | motorola_pgalloc.h | 42 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable) in pte_free() function
|
| H A D | mcf_pgalloc.h | 64 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable) in pte_free() function
|
| /linux/arch/arm/mm/ |
| H A D | pgd.c | 169 pte_free(mm, pte); in pgd_free()
|
| /linux/include/asm-generic/ |
| H A D | pgalloc.h | 114 static inline void pte_free(struct mm_struct *mm, struct page *pte_page) in pte_free() function
|
| /linux/mm/ |
| H A D | huge_memory.c | 1430 pte_free(vma->vm_mm, pgtable); in __do_huge_pmd_anonymous_page() 1446 pte_free(vma->vm_mm, pgtable); in __do_huge_pmd_anonymous_page() 1563 pte_free(vma->vm_mm, pgtable); in do_huge_pmd_anonymous_page() 1573 pte_free(vma->vm_mm, pgtable); in do_huge_pmd_anonymous_page() 1576 pte_free(vma->vm_mm, pgtable); in do_huge_pmd_anonymous_page() 1587 pte_free(vma->vm_mm, pgtable); in do_huge_pmd_anonymous_page() 1670 pte_free(mm, pgtable); in insert_pmd() 1980 pte_free(dst_mm, pgtable); in copy_huge_pmd() 2006 pte_free(dst_mm, pgtable); in copy_huge_pmd() 2417 pte_free(mm, pgtable); in zap_deposited_table()
|
| H A D | migrate_device.c | 876 pte_free(vma->vm_mm, pgtable); in migrate_vma_insert_huge_pmd_page()
|
| H A D | memory.c | 459 pte_free(mm, new); in __pte_alloc() 6035 pte_free(vm_mm, vmf->prealloc_pte); in do_fault()
|