Lines Matching defs:gmap

113 	struct gmap *gmap;  in gmap_alloc()  local
166 static void gmap_flush_tlb(struct gmap *gmap) in gmap_flush_tlb()
202 void gmap_free(struct gmap *gmap) in gmap_free()
228 void gmap_enable(struct gmap *gmap) in gmap_enable()
238 void gmap_disable(struct gmap *gmap) in gmap_disable()
247 static int gmap_alloc_table(struct gmap *gmap, unsigned long *table, in gmap_alloc_table()
298 static int __gmap_unlink_by_vmaddr(struct gmap *gmap, unsigned long vmaddr) in __gmap_unlink_by_vmaddr()
320 static int __gmap_unmap_by_gaddr(struct gmap *gmap, unsigned long gaddr) in __gmap_unmap_by_gaddr()
337 int gmap_unmap_segment(struct gmap *gmap, unsigned long to, unsigned long len) in gmap_unmap_segment()
367 int gmap_map_segment(struct gmap *gmap, unsigned long from, in gmap_map_segment()
411 unsigned long __gmap_translate(struct gmap *gmap, unsigned long gaddr) in __gmap_translate()
430 unsigned long gmap_translate(struct gmap *gmap, unsigned long gaddr) in gmap_translate()
450 struct gmap *gmap; in gmap_unlink() local
471 int __gmap_link(struct gmap *gmap, unsigned long gaddr, unsigned long vmaddr) in __gmap_link()
547 int gmap_fault(struct gmap *gmap, unsigned long gaddr, in gmap_fault()
588 void __gmap_zap(struct gmap *gmap, unsigned long gaddr) in __gmap_zap()
623 void gmap_discard(struct gmap *gmap, unsigned long from, unsigned long to) in gmap_discard()
685 int gmap_ipte_notify(struct gmap *gmap, unsigned long gaddr, unsigned long len) in gmap_ipte_notify()
744 struct gmap *gmap; in gmap_do_ipte_notify() local
1238 bool gmap_test_and_clear_dirty(unsigned long address, struct gmap *gmap) in gmap_test_and_clear_dirty()