Lines Matching defs:gmap
36 struct gmap *gmap; in gmap_alloc() local
98 struct gmap *gmap; in gmap_create() local
117 static void gmap_flush_tlb(struct gmap *gmap) in gmap_flush_tlb()
182 static void gmap_free(struct gmap *gmap) in gmap_free()
214 struct gmap *gmap_get(struct gmap *gmap) in gmap_get()
227 void gmap_put(struct gmap *gmap) in gmap_put()
238 void gmap_remove(struct gmap *gmap) in gmap_remove()
274 void gmap_enable(struct gmap *gmap) in gmap_enable()
284 void gmap_disable(struct gmap *gmap) in gmap_disable()
304 static int gmap_alloc_table(struct gmap *gmap, unsigned long *table, in gmap_alloc_table()
354 static int __gmap_unlink_by_vmaddr(struct gmap *gmap, unsigned long vmaddr) in __gmap_unlink_by_vmaddr()
377 static int __gmap_unmap_by_gaddr(struct gmap *gmap, unsigned long gaddr) in __gmap_unmap_by_gaddr()
394 int gmap_unmap_segment(struct gmap *gmap, unsigned long to, unsigned long len) in gmap_unmap_segment()
425 int gmap_map_segment(struct gmap *gmap, unsigned long from, in gmap_map_segment()
472 unsigned long __gmap_translate(struct gmap *gmap, unsigned long gaddr) in __gmap_translate()
492 unsigned long gmap_translate(struct gmap *gmap, unsigned long gaddr) in gmap_translate()
512 struct gmap *gmap; in gmap_unlink() local
538 int __gmap_link(struct gmap *gmap, unsigned long gaddr, unsigned long vmaddr) in __gmap_link()
634 int gmap_fault(struct gmap *gmap, unsigned long gaddr, in gmap_fault()
672 void __gmap_zap(struct gmap *gmap, unsigned long gaddr) in __gmap_zap()
699 void gmap_discard(struct gmap *gmap, unsigned long from, unsigned long to) in gmap_discard()
765 static void gmap_call_notifier(struct gmap *gmap, unsigned long start, in gmap_call_notifier()
792 static inline unsigned long *gmap_table_walk(struct gmap *gmap, in gmap_table_walk()
854 static pte_t *gmap_pte_op_walk(struct gmap *gmap, unsigned long gaddr, in gmap_pte_op_walk()
878 static int gmap_pte_op_fixup(struct gmap *gmap, unsigned long gaddr, in gmap_pte_op_fixup()
914 static inline pmd_t *gmap_pmd_op_walk(struct gmap *gmap, unsigned long gaddr) in gmap_pmd_op_walk()
944 static inline void gmap_pmd_op_end(struct gmap *gmap, pmd_t *pmdp) in gmap_pmd_op_end()
964 static int gmap_protect_pmd(struct gmap *gmap, unsigned long gaddr, in gmap_protect_pmd()
1009 static int gmap_protect_pte(struct gmap *gmap, unsigned long gaddr, in gmap_protect_pte()
1045 static int gmap_protect_range(struct gmap *gmap, unsigned long gaddr, in gmap_protect_range()
1105 int gmap_mprotect_notify(struct gmap *gmap, unsigned long gaddr, in gmap_mprotect_notify()
1134 int gmap_read_table(struct gmap *gmap, unsigned long gaddr, unsigned long *val) in gmap_read_table()
2257 struct gmap *gmap, *sg, *next; in ptep_notify() local
2286 static void pmdp_notify_gmap(struct gmap *gmap, pmd_t *pmdp, in pmdp_notify_gmap()
2303 static void gmap_pmdp_xchg(struct gmap *gmap, pmd_t *pmdp, pmd_t new, in gmap_pmdp_xchg()
2323 struct gmap *gmap; in gmap_pmdp_clear() local
2376 struct gmap *gmap; in gmap_pmdp_idte_local() local
2411 struct gmap *gmap; in gmap_pmdp_idte_global() local
2449 static bool gmap_test_and_clear_dirty_pmd(struct gmap *gmap, pmd_t *pmdp, in gmap_test_and_clear_dirty_pmd()
2476 void gmap_sync_dirty_log_pmd(struct gmap *gmap, unsigned long bitmap[4], in gmap_sync_dirty_log_pmd()
2806 void s390_unlist_old_asce(struct gmap *gmap) in s390_unlist_old_asce()
2842 int s390_replace_asce(struct gmap *gmap) in s390_replace_asce()