Lines Matching defs:gmap

149 	struct gmap *gmap;  in gmap_alloc()  local
202 static void gmap_flush_tlb(struct gmap *gmap) in gmap_flush_tlb()
238 void gmap_free(struct gmap *gmap) in gmap_free()
264 void gmap_enable(struct gmap *gmap) in gmap_enable()
274 void gmap_disable(struct gmap *gmap) in gmap_disable()
283 static int gmap_alloc_table(struct gmap *gmap, unsigned long *table, in gmap_alloc_table()
334 static int __gmap_unlink_by_vmaddr(struct gmap *gmap, unsigned long vmaddr) in __gmap_unlink_by_vmaddr()
356 static int __gmap_unmap_by_gaddr(struct gmap *gmap, unsigned long gaddr) in __gmap_unmap_by_gaddr()
373 int gmap_unmap_segment(struct gmap *gmap, unsigned long to, unsigned long len) in gmap_unmap_segment()
403 int gmap_map_segment(struct gmap *gmap, unsigned long from, in gmap_map_segment()
447 unsigned long __gmap_translate(struct gmap *gmap, unsigned long gaddr) in __gmap_translate()
466 unsigned long gmap_translate(struct gmap *gmap, unsigned long gaddr) in gmap_translate()
486 struct gmap *gmap; in gmap_unlink() local
507 int __gmap_link(struct gmap *gmap, unsigned long gaddr, unsigned long vmaddr) in __gmap_link()
583 int gmap_fault(struct gmap *gmap, unsigned long gaddr, in gmap_fault()
624 void __gmap_zap(struct gmap *gmap, unsigned long gaddr) in __gmap_zap()
659 void gmap_discard(struct gmap *gmap, unsigned long from, unsigned long to) in gmap_discard()
721 int gmap_ipte_notify(struct gmap *gmap, unsigned long gaddr, unsigned long len) in gmap_ipte_notify()
780 struct gmap *gmap; in gmap_do_ipte_notify() local
1314 bool gmap_test_and_clear_dirty(unsigned long address, struct gmap *gmap) in gmap_test_and_clear_dirty()