Searched refs:dat_get_storage_key (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/s390/kvm/ |
| H A D | gaccess.c | 660 r = dat_get_storage_key(kvm->arch.gmap->asce, gpa_to_gfn(gpa), &storage_key); in vm_check_access_key_gpa() 719 r = dat_get_storage_key(vcpu->arch.gmap->asce, gpa_to_gfn(gpa), &storage_key); in vcpu_check_access_key_gpa()
|
| H A D | dat.h | 528 int dat_get_storage_key(union asce asce, gfn_t gfn, union skey *skey);
|
| H A D | dat.c | 613 int dat_get_storage_key(union asce asce, gfn_t gfn, union skey *skey) in dat_get_storage_key() function
|
| H A D | priv.c | 279 rc = dat_get_storage_key(vcpu->arch.gmap->asce, gpa_to_gfn(gaddr), &key); in handle_iske()
|
| H A D | kvm-s390.c | 573 r = dat_get_storage_key(asce, gfn, &skey); in kvm_s390_keyop() 2113 r = dat_get_storage_key(kvm->arch.gmap->asce, in kvm_s390_get_skeys()
|