Lines Matching defs:gmap

60 	struct gmap *gmap;  in gmap_alloc()  local
119 struct gmap *gmap; in gmap_create() local
138 static void gmap_flush_tlb(struct gmap *gmap) in gmap_flush_tlb()
224 void gmap_free(struct gmap *gmap) in gmap_free()
252 struct gmap *gmap_get(struct gmap *gmap) in gmap_get()
265 void gmap_put(struct gmap *gmap) in gmap_put()
276 void gmap_remove(struct gmap *gmap) in gmap_remove()
311 static int gmap_alloc_table(struct gmap *gmap, unsigned long *table, in gmap_alloc_table()
335 static unsigned long host_to_guest_lookup(struct gmap *gmap, unsigned long vmaddr) in host_to_guest_lookup()
340 static unsigned long host_to_guest_delete(struct gmap *gmap, unsigned long vmaddr) in host_to_guest_delete()
345 static pmd_t *host_to_guest_pmd_delete(struct gmap *gmap, unsigned long vmaddr, in host_to_guest_pmd_delete()
361 static int __gmap_unlink_by_vmaddr(struct gmap *gmap, unsigned long vmaddr) in __gmap_unlink_by_vmaddr()
387 static int __gmap_unmap_by_gaddr(struct gmap *gmap, unsigned long gaddr) in __gmap_unmap_by_gaddr()
404 int gmap_unmap_segment(struct gmap *gmap, unsigned long to, unsigned long len) in gmap_unmap_segment()
435 int gmap_map_segment(struct gmap *gmap, unsigned long from, in gmap_map_segment()
482 unsigned long __gmap_translate(struct gmap *gmap, unsigned long gaddr) in __gmap_translate()
502 struct gmap *gmap; in gmap_unlink() local
528 int __gmap_link(struct gmap *gmap, unsigned long gaddr, unsigned long vmaddr) in __gmap_link()
621 void __gmap_zap(struct gmap *gmap, unsigned long gaddr) in __gmap_zap()
648 void gmap_discard(struct gmap *gmap, unsigned long from, unsigned long to) in gmap_discard()
714 static void gmap_call_notifier(struct gmap *gmap, unsigned long start, in gmap_call_notifier()
741 unsigned long *gmap_table_walk(struct gmap *gmap, unsigned long gaddr, int level) in gmap_table_walk()
803 static pte_t *gmap_pte_op_walk(struct gmap *gmap, unsigned long gaddr, in gmap_pte_op_walk()
827 static int gmap_pte_op_fixup(struct gmap *gmap, unsigned long gaddr, in gmap_pte_op_fixup()
863 static inline pmd_t *gmap_pmd_op_walk(struct gmap *gmap, unsigned long gaddr) in gmap_pmd_op_walk()
893 static inline void gmap_pmd_op_end(struct gmap *gmap, pmd_t *pmdp) in gmap_pmd_op_end()
913 static int gmap_protect_pmd(struct gmap *gmap, unsigned long gaddr, in gmap_protect_pmd()
958 static int gmap_protect_pte(struct gmap *gmap, unsigned long gaddr, in gmap_protect_pte()
998 int gmap_protect_one(struct gmap *gmap, unsigned long gaddr, int prot, unsigned long bits) in gmap_protect_one()
1037 int gmap_read_table(struct gmap *gmap, unsigned long gaddr, unsigned long *val) in gmap_read_table()
1981 struct gmap *gmap, *sg, *next; in ptep_notify() local
2007 static void pmdp_notify_gmap(struct gmap *gmap, pmd_t *pmdp, in pmdp_notify_gmap()
2024 static void gmap_pmdp_xchg(struct gmap *gmap, pmd_t *pmdp, pmd_t new, in gmap_pmdp_xchg()
2044 struct gmap *gmap; in gmap_pmdp_clear() local
2096 struct gmap *gmap; in gmap_pmdp_idte_local() local
2129 struct gmap *gmap; in gmap_pmdp_idte_global() local
2165 static bool gmap_test_and_clear_dirty_pmd(struct gmap *gmap, pmd_t *pmdp, in gmap_test_and_clear_dirty_pmd()
2192 void gmap_sync_dirty_log_pmd(struct gmap *gmap, unsigned long bitmap[4], in gmap_sync_dirty_log_pmd()
2603 int s390_replace_asce(struct gmap *gmap) in s390_replace_asce()