unmap_desc
goto unmap_desc;
unmap_desc:
void unmap_vmas(struct mmu_gather *tlb, struct unmap_desc *unmap);
void free_pgtables(struct mmu_gather *tlb, struct unmap_desc *desc);
void unmap_vmas(struct mmu_gather *tlb, struct unmap_desc *unmap)
void free_pgtables(struct mmu_gather *tlb, struct unmap_desc *unmap)
struct unmap_desc unmap;
struct unmap_desc unmap = {
void unmap_region(struct unmap_desc *unmap)
static inline void unmap_all_init(struct unmap_desc *unmap,
static inline void unmap_pgtable_init(struct unmap_desc *unmap,
struct unmap_desc name = { \
void unmap_region(struct unmap_desc *unmap);
struct unmap_desc;
static inline void unmap_vmas(struct mmu_gather *tlb, struct unmap_desc *unmap)
static inline void free_pgtables(struct mmu_gather *tlb, struct unmap_desc *unmap)