Searched defs:gmap (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | gmap.h | 46 struct gmap { struct 66 struct gmap *parent; argument 74 * struct gmap_rmap - reverse mapping for shadow page table entries argument 100 static inline int gmap_is_shadow(struct gmap *gmap) in gmap_is_shadow()
|
A D | lowcore.h | 163 __u64 gmap; /* 0x03d0 */ member
|
A D | kvm_host.h | 750 struct gmap *gmap; member 957 struct gmap *gmap; member
|
/linux-6.3-rc2/arch/s390/mm/ |
A D | gmap.c | 36 struct gmap *gmap; in gmap_alloc() local 98 struct gmap *gmap; in gmap_create() local 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() 512 struct gmap *gmap; in gmap_unlink() local 2257 struct gmap *gmap, *sg, *next; in ptep_notify() local 2323 struct gmap *gmap; in gmap_pmdp_clear() local 2376 struct gmap *gmap; in gmap_pmdp_idte_local() local [all …]
|
A D | fault.c | 361 struct gmap *gmap; in do_exception() local 793 struct gmap *gmap; in do_secure_storage_access() local 872 struct gmap *gmap = (struct gmap *)S390_lowcore.gmap; in do_non_secure_storage_access() local 888 struct gmap *gmap = (struct gmap *)S390_lowcore.gmap; in do_secure_storage_violation() local
|
/linux-6.3-rc2/arch/s390/kernel/ |
A D | uv.c | 276 int gmap_make_secure(struct gmap *gmap, unsigned long gaddr, void *uvcb) in gmap_make_secure() 359 int gmap_convert_to_secure(struct gmap *gmap, unsigned long gaddr) in gmap_convert_to_secure() 381 int gmap_destroy_page(struct gmap *gmap, unsigned long gaddr) in gmap_destroy_page()
|
/linux-6.3-rc2/arch/s390/kvm/ |
A D | vsie.c | 39 struct gmap *gmap; /* 0x0220 */ member 569 void kvm_s390_vsie_gmap_notifier(struct gmap *gmap, unsigned long start, in kvm_s390_vsie_gmap_notifier() 1194 struct gmap *gmap; in acquire_gmap_shadow() local
|
A D | priv.c | 1221 struct gmap *gmap; in handle_essa() local
|
A D | kvm-s390.c | 667 struct gmap *gmap = kvm->arch.gmap; in kvm_arch_sync_dirty_log() local 3971 static void kvm_gmap_notifier(struct gmap *gmap, unsigned long start, in kvm_gmap_notifier()
|
/linux-6.3-rc2/include/video/ |
A D | gbe.h | 60 volatile uint32_t gmap[256]; /* gamma map */ member
|
/linux-6.3-rc2/drivers/net/dsa/ |
A D | lantiq_gswip.c | 298 u8 gmap; member
|
Completed in 51 milliseconds