Searched refs:GACC_STORE (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/arch/s390/kvm/ |
D | gaccess.c | 306 if (ale.fo == 1 && mode == GACC_STORE) in ar_translation() 374 teid->fsi = mode == GACC_STORE ? TEID_FSI_STORE : TEID_FSI_FETCH; in trans_exc_ending() 609 if (mode == GACC_STORE && dat_protection) { in guest_translate() 795 if (mode == GACC_STORE && lap_enabled && is_low_address(ga)) in guest_range_to_gpas() 833 if (mode == GACC_STORE) in access_guest_page() 860 if (!writable && mode == GACC_STORE) in access_guest_page_with_key() 863 if (mode == GACC_STORE) in access_guest_page_with_key() 869 if (mode == GACC_STORE) in access_guest_page_with_key() 959 bool terminate = (mode == GACC_STORE) && (idx > 0); in access_guest_with_key() 1199 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 | 1523 GACC_STORE, access_key); in handle_tprot()
|
D | kvm-s390.c | 2894 acc_mode = mop->op == KVM_S390_MEMOP_ABSOLUTE_READ ? GACC_FETCH : GACC_STORE; in kvm_s390_vm_mem_op_abs() 2912 mop->size, GACC_STORE, mop->key); in kvm_s390_vm_mem_op_abs() 5387 acc_mode = mop->op == KVM_S390_MEMOP_LOGICAL_READ ? GACC_FETCH : GACC_STORE; in kvm_s390_vcpu_mem_op()
|