Lines Matching defs:gmap

48 	struct gmap *gmap;  in gmap_alloc()  local
110 struct gmap *gmap; in gmap_create() local
129 static void gmap_flush_tlb(struct gmap *gmap) in gmap_flush_tlb()
194 static void gmap_free(struct gmap *gmap) in gmap_free()
226 struct gmap *gmap_get(struct gmap *gmap) in gmap_get()
239 void gmap_put(struct gmap *gmap) in gmap_put()
250 void gmap_remove(struct gmap *gmap) in gmap_remove()
286 void gmap_enable(struct gmap *gmap) in gmap_enable()
296 void gmap_disable(struct gmap *gmap) in gmap_disable()
316 static int gmap_alloc_table(struct gmap *gmap, unsigned long *table, in gmap_alloc_table()
366 static int __gmap_unlink_by_vmaddr(struct gmap *gmap, unsigned long vmaddr) in __gmap_unlink_by_vmaddr()
389 static int __gmap_unmap_by_gaddr(struct gmap *gmap, unsigned long gaddr) in __gmap_unmap_by_gaddr()
406 int gmap_unmap_segment(struct gmap *gmap, unsigned long to, unsigned long len) in gmap_unmap_segment()
437 int gmap_map_segment(struct gmap *gmap, unsigned long from, in gmap_map_segment()
484 unsigned long __gmap_translate(struct gmap *gmap, unsigned long gaddr) in __gmap_translate()
504 unsigned long gmap_translate(struct gmap *gmap, unsigned long gaddr) in gmap_translate()
524 struct gmap *gmap; in gmap_unlink() local
550 int __gmap_link(struct gmap *gmap, unsigned long gaddr, unsigned long vmaddr) in __gmap_link()
646 int gmap_fault(struct gmap *gmap, unsigned long gaddr, in gmap_fault()
684 void __gmap_zap(struct gmap *gmap, unsigned long gaddr) in __gmap_zap()
711 void gmap_discard(struct gmap *gmap, unsigned long from, unsigned long to) in gmap_discard()
777 static void gmap_call_notifier(struct gmap *gmap, unsigned long start, in gmap_call_notifier()
804 static inline unsigned long *gmap_table_walk(struct gmap *gmap, in gmap_table_walk()
866 static pte_t *gmap_pte_op_walk(struct gmap *gmap, unsigned long gaddr, in gmap_pte_op_walk()
890 static int gmap_pte_op_fixup(struct gmap *gmap, unsigned long gaddr, in gmap_pte_op_fixup()
926 static inline pmd_t *gmap_pmd_op_walk(struct gmap *gmap, unsigned long gaddr) in gmap_pmd_op_walk()
956 static inline void gmap_pmd_op_end(struct gmap *gmap, pmd_t *pmdp) in gmap_pmd_op_end()
976 static int gmap_protect_pmd(struct gmap *gmap, unsigned long gaddr, in gmap_protect_pmd()
1021 static int gmap_protect_pte(struct gmap *gmap, unsigned long gaddr, in gmap_protect_pte()
1057 static int gmap_protect_range(struct gmap *gmap, unsigned long gaddr, in gmap_protect_range()
1117 int gmap_mprotect_notify(struct gmap *gmap, unsigned long gaddr, in gmap_mprotect_notify()
1146 int gmap_read_table(struct gmap *gmap, unsigned long gaddr, unsigned long *val) in gmap_read_table()
2270 struct gmap *gmap, *sg, *next; in ptep_notify() local
2299 static void pmdp_notify_gmap(struct gmap *gmap, pmd_t *pmdp, in pmdp_notify_gmap()
2316 static void gmap_pmdp_xchg(struct gmap *gmap, pmd_t *pmdp, pmd_t new, in gmap_pmdp_xchg()
2336 struct gmap *gmap; in gmap_pmdp_clear() local
2389 struct gmap *gmap; in gmap_pmdp_idte_local() local
2424 struct gmap *gmap; in gmap_pmdp_idte_global() local
2462 static bool gmap_test_and_clear_dirty_pmd(struct gmap *gmap, pmd_t *pmdp, in gmap_test_and_clear_dirty_pmd()
2489 void gmap_sync_dirty_log_pmd(struct gmap *gmap, unsigned long bitmap[4], in gmap_sync_dirty_log_pmd()
2905 void s390_unlist_old_asce(struct gmap *gmap) in s390_unlist_old_asce()
2944 int s390_replace_asce(struct gmap *gmap) in s390_replace_asce()