Home
last modified time | relevance | path

Searched defs:gmap (Results 1 – 8 of 8) sorted by relevance

/arch/s390/include/asm/
Dgmap.h34 struct gmap { struct
52 struct gmap *parent; argument
60 * struct gmap_rmap - reverse mapping for shadow page table entries argument
86 static inline int gmap_is_shadow(struct gmap *gmap) in gmap_is_shadow()
Dlowcore.h135 __u64 gmap; /* 0x03b8 */ member
Dkvm_host.h617 struct gmap *gmap; member
727 struct gmap *gmap; member
/arch/s390/mm/
Dgmap.c34 struct gmap *gmap; in gmap_alloc() local
96 struct gmap *gmap; in gmap_create() local
115 static void gmap_flush_tlb(struct gmap *gmap) in gmap_flush_tlb()
180 static void gmap_free(struct gmap *gmap) in gmap_free()
212 struct gmap *gmap_get(struct gmap *gmap) in gmap_get()
225 void gmap_put(struct gmap *gmap) in gmap_put()
236 void gmap_remove(struct gmap *gmap) in gmap_remove()
272 void gmap_enable(struct gmap *gmap) in gmap_enable()
282 void gmap_disable(struct gmap *gmap) in gmap_disable()
302 static int gmap_alloc_table(struct gmap *gmap, unsigned long *table, in gmap_alloc_table()
[all …]
Dfault.c213 struct gmap *gmap = (struct gmap *)S390_lowcore.gmap; in dump_fault_info() local
399 struct gmap *gmap; in do_exception() local
/arch/s390/kvm/
Dvsie.c41 struct gmap *gmap; /* 0x0220 */ member
387 void kvm_s390_vsie_gmap_notifier(struct gmap *gmap, unsigned long start, in kvm_s390_vsie_gmap_notifier()
918 struct gmap *gmap; in acquire_gmap_shadow() local
Dpriv.c1027 struct gmap *gmap; in handle_essa() local
Dkvm-s390.c478 struct gmap *gmap = kvm->arch.gmap; in kvm_s390_sync_dirty_log() local
2622 static void kvm_gmap_notifier(struct gmap *gmap, unsigned long start, in kvm_gmap_notifier()