Home
last modified time | relevance | path

Searched refs:guest_asce (Results 1 – 4 of 4) sorted by relevance

/linux/arch/s390/kvm/
H A Dgmap.h70 union asce guest_asce; member
250 return sg->guest_asce.val == asce.val && sg->edat_level == edat_level; in gmap_is_shadow_valid()
H A Dgmap.c1116 start = sg->guest_asce.rsto; in _gmap_handle_vsie_unshadow_event()
1117 end = start + sg->guest_asce.tl + 1; in _gmap_handle_vsie_unshadow_event()
1118 if (!sg->guest_asce.r && gfn >= start && gfn < end) { in _gmap_handle_vsie_unshadow_event()
1216 union asce asce = sg->guest_asce; in gmap_protect_asce_top_level()
1273 new->guest_asce = asce; in gmap_create_shadow()
1288 if (sg->guest_asce.r) { in gmap_create_shadow()
H A Dgaccess.c1294 asce = sg->guest_asce; in walk_guest_tables()
1646 datptr->real = sg->guest_asce.r; in __gaccess_shadow_fault()
1668 rc = __gaccess_shadow_fault(vcpu, sg, saddr, datptr, wr || sg->guest_asce.r); in gaccess_shadow_fault()
H A Dpv.c716 uvcb.guest_asce = kvm->arch.gmap->asce.val; in kvm_s390_pv_init_vm()