Searched refs:gmap_make_secure (Results 1 – 4 of 4) sorted by relevance
/linux/arch/s390/kernel/ |
H A D | uv.c | 340 int gmap_make_secure(struct gmap *gmap, unsigned long gaddr, void *uvcb) in gmap_make_secure() function 439 EXPORT_SYMBOL_GPL(gmap_make_secure); 450 return gmap_make_secure(gmap, gaddr, &uvcb); in gmap_convert_to_secure()
|
/linux/arch/s390/include/asm/ |
H A D | uv.h | 479 int gmap_make_secure(struct gmap *gmap, unsigned long gaddr, void *uvcb);
|
/linux/arch/s390/kvm/ |
H A D | intercept.c | 547 rc = gmap_make_secure(vcpu->arch.gmap, uvcb.gaddr, &uvcb); in handle_pv_uvc()
|
H A D | pv.c | 640 int ret = gmap_make_secure(kvm->arch.gmap, addr, &uvcb); in unpack_one()
|