Home
last modified time | relevance | path

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

/arch/s390/kernel/
Duv.c219 int gmap_make_secure(struct gmap *gmap, unsigned long gaddr, void *uvcb) in gmap_make_secure() function
294 EXPORT_SYMBOL_GPL(gmap_make_secure);
305 return gmap_make_secure(gmap, gaddr, &uvcb); in gmap_convert_to_secure()
/arch/s390/include/asm/
Duv.h353 int gmap_make_secure(struct gmap *gmap, unsigned long gaddr, void *uvcb);
/arch/s390/kvm/
Dpv.c248 int ret = gmap_make_secure(kvm->arch.gmap, addr, &uvcb); in unpack_one()
Dintercept.c531 rc = gmap_make_secure(vcpu->arch.gmap, uvcb.gaddr, &uvcb); in handle_pv_uvc()