Lines Matching defs:gmap
136 struct gmap *gmap; in gmap_alloc() local
164 static int gmap_unlink_segment(struct gmap *gmap, unsigned long *table) in gmap_unlink_segment()
185 static void gmap_flush_tlb(struct gmap *gmap) in gmap_flush_tlb()
198 void gmap_free(struct gmap *gmap) in gmap_free()
234 void gmap_enable(struct gmap *gmap) in gmap_enable()
244 void gmap_disable(struct gmap *gmap) in gmap_disable()
253 static int gmap_alloc_table(struct gmap *gmap, in gmap_alloc_table()
284 int gmap_unmap_segment(struct gmap *gmap, unsigned long to, unsigned long len) in gmap_unmap_segment()
335 int gmap_map_segment(struct gmap *gmap, unsigned long from, in gmap_map_segment()
391 unsigned long __gmap_fault(unsigned long address, struct gmap *gmap) in __gmap_fault()
461 unsigned long gmap_fault(unsigned long address, struct gmap *gmap) in gmap_fault()
473 void gmap_discard(unsigned long from, unsigned long to, struct gmap *gmap) in gmap_discard()