Searched refs:gmap_make_secure (Results 1 – 4 of 4) sorted by relevance
/linux/arch/s390/kvm/ |
H A D | gmap.c | 120 int gmap_make_secure(struct gmap *gmap, unsigned long gaddr, void *uvcb) in gmap_make_secure() function 147 return gmap_make_secure(gmap, gaddr, &uvcb); in gmap_convert_to_secure()
|
H A D | gmap.h | 15 int gmap_make_secure(struct gmap *gmap, unsigned long gaddr, void *uvcb);
|
H A D | intercept.c | 548 rc = gmap_make_secure(vcpu->arch.gmap, uvcb.gaddr, &uvcb); in handle_pv_uvc()
|
H A D | pv.c | 641 int ret = gmap_make_secure(kvm->arch.gmap, addr, &uvcb); in unpack_one()
|