Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/lguest/
Dcore.c334 goto free_pgtables; in init()
349 free_pgtables: in init()
/linux-3.4.99/mm/
Dinternal.h16 void free_pgtables(struct mmu_gather *tlb, struct vm_area_struct *start_vma,
Dmmap.c1995 free_pgtables(&tlb, vma, prev ? prev->vm_end : FIRST_USER_ADDRESS, in unmap_region()
2384 free_pgtables(&tlb, vma, FIRST_USER_ADDRESS, USER_PGTABLES_CEILING); in exit_mmap()
Dmemory.c542 void free_pgtables(struct mmu_gather *tlb, struct vm_area_struct *vma, in free_pgtables() function