Home
last modified time | relevance | path

Searched refs:unmap_desc (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/vma/include/
H A Dstubs.h20 struct unmap_desc;
393 static inline void unmap_vmas(struct mmu_gather *tlb, struct unmap_desc *unmap) in unmap_vmas()
397 static inline void free_pgtables(struct mmu_gather *tlb, struct unmap_desc *unmap) in free_pgtables()
/linux/mm/
H A Dvma.h170 struct unmap_desc { struct
186 static inline void unmap_all_init(struct unmap_desc *unmap, in unmap_all_init()
210 static inline void unmap_pgtable_init(struct unmap_desc *unmap, in unmap_pgtable_init()
220 struct unmap_desc name = { \
420 void unmap_region(struct unmap_desc *unmap);
H A Dinternal.h272 void unmap_vmas(struct mmu_gather *tlb, struct unmap_desc *unmap);
582 void free_pgtables(struct mmu_gather *tlb, struct unmap_desc *desc);
H A Dvma.c525 void unmap_region(struct unmap_desc *unmap) in unmap_region()
1358 struct unmap_desc unmap = { in vms_clear_ptes()
H A Dmemory.c373 void free_pgtables(struct mmu_gather *tlb, struct unmap_desc *unmap) in free_pgtables()
2292 void unmap_vmas(struct mmu_gather *tlb, struct unmap_desc *unmap) in unmap_vmas()