Searched refs:GACC_STORE (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/s390/kvm/ |
| H A D | gaccess.h | 185 GACC_STORE, enumerator 262 return access_guest_with_key(vcpu, ga, ar, data, len, GACC_STORE, in write_guest_with_key()
|
| H A D | gaccess.c | 317 if (ale.fo == 1 && mode == GACC_STORE) in ar_translation() 385 teid->fsi = mode == GACC_STORE ? TEID_FSI_STORE : TEID_FSI_FETCH; in trans_exc_ending() 620 if (mode == GACC_STORE && dat_protection) { in guest_translate_gva() 790 if (mode == GACC_STORE && lap_enabled && is_low_address(ga)) in guest_range_to_gpas() 827 if (mode == GACC_STORE) in access_guest_page_gpa() 890 .store = mode == GACC_STORE, in access_guest_page_with_key_gpa() 895 .write_attempt = mode == GACC_STORE, in access_guest_page_with_key_gpa() 993 bool terminate = (mode == GACC_STORE) && (idx > 0); in access_guest_with_key() 1264 return trans_exc(vcpu, PGM_PROTECTION, gra, 0, GACC_STORE, PROT_TYPE_LA); in kvm_s390_check_low_addr_prot_real()
|
| H A D | intercept.c | 380 reg1, &dstaddr, GACC_STORE, 0); in handle_mvpg_pei()
|
| H A D | kvm-s390.c | 2762 acc_mode = mop->op == KVM_S390_MEMOP_ABSOLUTE_READ ? GACC_FETCH : GACC_STORE; in kvm_s390_vm_mem_op_abs() 2768 if (acc_mode == GACC_STORE && copy_from_user(tmpbuf, uaddr, mop->size)) in kvm_s390_vm_mem_op_abs() 2774 if (acc_mode != GACC_STORE && copy_to_user(uaddr, tmpbuf, mop->size)) in kvm_s390_vm_mem_op_abs() 5278 acc_mode = mop->op == KVM_S390_MEMOP_LOGICAL_READ ? GACC_FETCH : GACC_STORE; in kvm_s390_vcpu_mem_op()
|
| H A D | priv.c | 1472 GACC_STORE, access_key); in handle_tprot()
|