Home
last modified time | relevance | path

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

/linux/Documentation/mm/
H A Dprocess_addrs.rst321 userland process (typically via :c:func:`!free_pgtables`) extreme care must
354 The :c:func:`!free_pgtables` function removes the relevant VMAs
538 tables concurrently (such as on invocation of :c:func:`!free_pgtables`).
550 :c:func:`!free_pgtables`), where the VMA is still visible in the
551 rmap tree. :c:func:`!free_pgtables` assumes that the zap has
712 The operation is typically performed via :c:func:`!free_pgtables`, which assumes
722 the zap and the invocation of :c:func:`!free_pgtables`.
/linux/tools/testing/vma/
H A Dvma_internal.h883 static inline void free_pgtables(struct mmu_gather *tlb, struct ma_state *mas, in free_pgtables() function
/linux/mm/
H A Dinternal.h445 void free_pgtables(struct mmu_gather *tlb, struct ma_state *mas,
H A Dvma.c487 free_pgtables(&tlb, mas, vma, prev ? prev->vm_end : FIRST_USER_ADDRESS, in unmap_region()
1233 free_pgtables(&tlb, mas_detach, vms->vma, vms->unmap_start, in vms_clear_ptes()
H A Dmmap.c1291 free_pgtables(&tlb, &vmi.mas, vma, FIRST_USER_ADDRESS, in exit_mmap()
H A Dmemory.c372 void free_pgtables(struct mmu_gather *tlb, struct ma_state *mas, in free_pgtables() function