Searched defs:gmap (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/arch/s390/mm/ |
D | pgtable.c | 113 struct gmap *gmap; in gmap_alloc() local 166 static void gmap_flush_tlb(struct gmap *gmap) in gmap_flush_tlb() 202 void gmap_free(struct gmap *gmap) in gmap_free() 228 void gmap_enable(struct gmap *gmap) in gmap_enable() 238 void gmap_disable(struct gmap *gmap) in gmap_disable() 247 static int gmap_alloc_table(struct gmap *gmap, unsigned long *table, in gmap_alloc_table() 298 static int __gmap_unlink_by_vmaddr(struct gmap *gmap, unsigned long vmaddr) in __gmap_unlink_by_vmaddr() 320 static int __gmap_unmap_by_gaddr(struct gmap *gmap, unsigned long gaddr) in __gmap_unmap_by_gaddr() 337 int gmap_unmap_segment(struct gmap *gmap, unsigned long to, unsigned long len) in gmap_unmap_segment() 367 int gmap_map_segment(struct gmap *gmap, unsigned long from, in gmap_map_segment() [all …]
|
D | fault.c | 208 struct gmap *gmap = (struct gmap *)S390_lowcore.gmap; in dump_fault_info() local 374 struct gmap *gmap; in do_exception() local
|
/linux-4.4.14/arch/s390/include/asm/ |
D | pgtable.h | 765 struct gmap { struct 785 void (*notifier_call)(struct gmap *gmap, unsigned long gaddr); argument
|
D | lowcore.h | 151 __u64 gmap; /* 0x0398 */ member
|
D | kvm_host.h | 516 struct gmap *gmap; member 591 struct gmap *gmap; member
|
/linux-4.4.14/arch/s390/kvm/ |
D | priv.c | 747 struct gmap *gmap; in handle_essa() local
|
D | kvm-s390.c | 271 struct gmap *gmap = kvm->arch.gmap; in kvm_s390_sync_dirty_log() local 1534 static void kvm_gmap_notifier(struct gmap *gmap, unsigned long address) in kvm_gmap_notifier()
|
/linux-4.4.14/include/video/ |
D | gbe.h | 62 volatile uint32_t gmap[256]; /* gamma map */ member
|