Searched refs:GACC_STORE (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/arch/s390/kvm/ |
| D | gaccess.c | 462 if (ale.fo == 1 && mode == GACC_STORE) in ar_translation() 547 tec->fsi = mode == GACC_STORE ? FSI_STORE : FSI_FETCH; in trans_exc_ending() 782 if (mode == GACC_STORE && dat_protection) { in guest_translate() 968 if (mode == GACC_STORE && lap_enabled && is_low_address(ga)) in guest_range_to_gpas() 1004 if (mode == GACC_STORE) in access_guest_page() 1031 if (!writable && mode == GACC_STORE) in access_guest_page_with_key() 1034 if (mode == GACC_STORE) in access_guest_page_with_key() 1040 if (mode == GACC_STORE) in access_guest_page_with_key() 1130 bool terminate = (mode == GACC_STORE) && (idx > 0); in access_guest_with_key() 1368 return trans_exc(vcpu, PGM_PROTECTION, gra, 0, GACC_STORE, PROT_TYPE_LA); in kvm_s390_check_low_addr_prot_real()
|
| 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()
|
| D | intercept.c | 376 reg1, &dstaddr, GACC_STORE, 0); in handle_mvpg_pei()
|
| D | priv.c | 1487 GACC_STORE, access_key); in handle_tprot()
|
| D | kvm-s390.c | 2880 acc_mode = mop->op == KVM_S390_MEMOP_ABSOLUTE_READ ? GACC_FETCH : GACC_STORE; in kvm_s390_vm_mem_op_abs() 2898 mop->size, GACC_STORE, mop->key); in kvm_s390_vm_mem_op_abs() 5396 acc_mode = mop->op == KVM_S390_MEMOP_LOGICAL_READ ? GACC_FETCH : GACC_STORE; in kvm_s390_vcpu_mem_op()
|