Home
last modified time | relevance | path

Searched refs:guest_handle (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/s390/kvm/
H A Dpv.c118 uvcb.guest_handle = kvm_s390_pv_get_handle(vcpu->kvm); in kvm_s390_pv_create_cpu()
285 WRITE_ONCE(kvm->arch.gmap->guest_handle, 0); in kvm_s390_pv_deinit_vm_fast()
348 WRITE_ONCE(kvm->arch.gmap->guest_handle, 0); in kvm_s390_pv_set_aside()
392 WRITE_ONCE(kvm->arch.gmap->guest_handle, 0); in kvm_s390_pv_deinit_vm()
586 uvcb.guest_handle, uvcb.guest_stor_len, *rc, *rrc, uvcb.flags.raw); in kvm_s390_pv_init_vm()
589 kvm->arch.pv.handle = uvcb.guest_handle; in kvm_s390_pv_init_vm()
601 kvm->arch.gmap->guest_handle = uvcb.guest_handle; in kvm_s390_pv_init_vm()
618 .guest_handle = kvm_s390_pv_get_handle(kvm), in kvm_s390_pv_set_sec_parms()
635 .guest_handle = kvm_s390_pv_get_handle(kvm), in unpack_one()
H A Dintercept.c537 .guest_handle = kvm_s390_pv_get_handle(vcpu->kvm), in handle_pv_uvc()
/openbmc/linux/arch/s390/include/asm/
H A Duv.h161 u64 guest_handle; member
185 u64 guest_handle; member
197 u64 guest_handle; member
212 u64 guest_handle; member
223 u64 guest_handle; member
H A Dgmap.h60 unsigned long guest_handle; member
/openbmc/linux/arch/s390/kernel/
H A Duv.c377 .guest_handle = gmap->guest_handle, in gmap_convert_to_secure()