Lines Matching defs:gmap

58 	struct gmap *gmap;  in gmap_alloc()  local
117 struct gmap *gmap; in gmap_create() local
136 static void gmap_flush_tlb(struct gmap *gmap) in gmap_flush_tlb()
222 void gmap_free(struct gmap *gmap) in gmap_free()
250 struct gmap *gmap_get(struct gmap *gmap) in gmap_get()
263 void gmap_put(struct gmap *gmap) in gmap_put()
274 void gmap_remove(struct gmap *gmap) in gmap_remove()
309 static int gmap_alloc_table(struct gmap *gmap, unsigned long *table, in gmap_alloc_table()
333 static unsigned long host_to_guest_lookup(struct gmap *gmap, unsigned long vmaddr) in host_to_guest_lookup()
338 static unsigned long host_to_guest_delete(struct gmap *gmap, unsigned long vmaddr) in host_to_guest_delete()
343 static pmd_t *host_to_guest_pmd_delete(struct gmap *gmap, unsigned long vmaddr, in host_to_guest_pmd_delete()
359 static int __gmap_unlink_by_vmaddr(struct gmap *gmap, unsigned long vmaddr) in __gmap_unlink_by_vmaddr()
385 static int __gmap_unmap_by_gaddr(struct gmap *gmap, unsigned long gaddr) in __gmap_unmap_by_gaddr()
402 int gmap_unmap_segment(struct gmap *gmap, unsigned long to, unsigned long len) in gmap_unmap_segment()
433 int gmap_map_segment(struct gmap *gmap, unsigned long from, in gmap_map_segment()
480 unsigned long __gmap_translate(struct gmap *gmap, unsigned long gaddr) in __gmap_translate()
500 struct gmap *gmap; in gmap_unlink() local
526 int __gmap_link(struct gmap *gmap, unsigned long gaddr, unsigned long vmaddr) in __gmap_link()
619 void __gmap_zap(struct gmap *gmap, unsigned long gaddr) in __gmap_zap()
646 void gmap_discard(struct gmap *gmap, unsigned long from, unsigned long to) in gmap_discard()
712 static void gmap_call_notifier(struct gmap *gmap, unsigned long start, in gmap_call_notifier()
739 unsigned long *gmap_table_walk(struct gmap *gmap, unsigned long gaddr, int level) in gmap_table_walk()
801 static pte_t *gmap_pte_op_walk(struct gmap *gmap, unsigned long gaddr, in gmap_pte_op_walk()
825 static int gmap_pte_op_fixup(struct gmap *gmap, unsigned long gaddr, in gmap_pte_op_fixup()
861 static inline pmd_t *gmap_pmd_op_walk(struct gmap *gmap, unsigned long gaddr) in gmap_pmd_op_walk()
891 static inline void gmap_pmd_op_end(struct gmap *gmap, pmd_t *pmdp) in gmap_pmd_op_end()
911 static int gmap_protect_pmd(struct gmap *gmap, unsigned long gaddr, in gmap_protect_pmd()
956 static int gmap_protect_pte(struct gmap *gmap, unsigned long gaddr, in gmap_protect_pte()
996 int gmap_protect_one(struct gmap *gmap, unsigned long gaddr, int prot, unsigned long bits) in gmap_protect_one()
1035 int gmap_read_table(struct gmap *gmap, unsigned long gaddr, unsigned long *val) in gmap_read_table()
1979 struct gmap *gmap, *sg, *next; in ptep_notify() local
2005 static void pmdp_notify_gmap(struct gmap *gmap, pmd_t *pmdp, in pmdp_notify_gmap()
2022 static void gmap_pmdp_xchg(struct gmap *gmap, pmd_t *pmdp, pmd_t new, in gmap_pmdp_xchg()
2042 struct gmap *gmap; in gmap_pmdp_clear() local
2094 struct gmap *gmap; in gmap_pmdp_idte_local() local
2127 struct gmap *gmap; in gmap_pmdp_idte_global() local
2163 static bool gmap_test_and_clear_dirty_pmd(struct gmap *gmap, pmd_t *pmdp, in gmap_test_and_clear_dirty_pmd()
2190 void gmap_sync_dirty_log_pmd(struct gmap *gmap, unsigned long bitmap[4], in gmap_sync_dirty_log_pmd()
2604 int s390_replace_asce(struct gmap *gmap) in s390_replace_asce()