Searched refs:guest_fault (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/s390/kvm/ |
| H A D | gaccess.c | 40 struct guest_fault raw_entries[WALK_N_ENTRIES]; 46 static inline struct guest_fault *get_entries(struct pgtwalk *w) in get_entries() 866 static void _access_guest_page_with_key_gpa(struct guest_fault *f) in _access_guest_page_with_key_gpa() 892 struct guest_fault fault = { in access_guest_page_with_key_gpa() 1104 static void _cmpxchg_guest_abs_with_key(struct guest_fault *f) in _cmpxchg_guest_abs_with_key() 1147 struct guest_fault fault = { in cmpxchg_guest_abs_with_key() 1282 struct guest_fault *entries; in walk_guest_tables() 1423 struct guest_fault *f, bool p) in _do_shadow_pte() 1465 struct guest_fault *f, bool p) in _do_shadow_crste() 1508 struct guest_fault *entries; in _gaccess_do_shadow()
|
| H A D | gmap.h | 88 int gmap_try_fixup_minor(struct gmap *gmap, struct guest_fault *fault); 93 int gmap_link(struct kvm_s390_mmu_cache *mc, struct gmap *gmap, struct guest_fault *fault);
|
| H A D | gmap.c | 522 static int gmap_handle_minor_crste_fault(struct gmap *gmap, struct guest_fault *f) in gmap_handle_minor_crste_fault() 555 struct guest_fault *f) in _gmap_handle_minor_pte_fault() 593 int gmap_try_fixup_minor(struct gmap *gmap, struct guest_fault *fault) in gmap_try_fixup_minor() 631 struct guest_fault *f) in _gmap_link() 681 int gmap_link(struct kvm_s390_mmu_cache *mc, struct gmap *gmap, struct guest_fault *f) in gmap_link() 1157 struct guest_fault f[CRST_TABLE_PAGES];
|
| H A D | pv.c | 80 static int __kvm_s390_pv_make_secure(struct guest_fault *f, struct folio *folio) in __kvm_s390_pv_make_secure() 102 static void _kvm_s390_pv_make_secure(struct guest_fault *f) in _kvm_s390_pv_make_secure() 131 struct guest_fault f = { in kvm_s390_pv_make_secure()
|
| H A D | dat.h | 488 struct guest_fault { struct 498 void (*callback)(struct guest_fault *f); argument
|
| H A D | kvm-s390.c | 4531 struct guest_fault f = { in vcpu_dat_fault_handler()
|