Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kvm/
H A Dgaccess.c462 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()
1006 if (mode == GACC_STORE) in access_guest_page()
1033 if (!writable && mode == GACC_STORE) in access_guest_page_with_key()
1036 if (mode == GACC_STORE) in access_guest_page_with_key()
1042 if (mode == GACC_STORE) in access_guest_page_with_key()
1132 bool terminate = (mode == GACC_STORE) && (idx > 0); in access_guest_with_key()
1372 return trans_exc(vcpu, PGM_PROTECTION, gra, 0, GACC_STORE, PROT_TYPE_LA); in kvm_s390_check_low_addr_prot_real()
H A Dgaccess.h185 GACC_STORE, enumerator
262 return access_guest_with_key(vcpu, ga, ar, data, len, GACC_STORE, in write_guest_with_key()
H A Dintercept.c376 reg1, &dstaddr, GACC_STORE, 0); in handle_mvpg_pei()
H A Dpriv.c1519 GACC_STORE, access_key); in handle_tprot()
H A Dkvm-s390.c2886 acc_mode = mop->op == KVM_S390_MEMOP_ABSOLUTE_READ ? GACC_FETCH : GACC_STORE; in kvm_s390_vm_mem_op_abs()
2904 mop->size, GACC_STORE, mop->key); in kvm_s390_vm_mem_op_abs()
5397 acc_mode = mop->op == KVM_S390_MEMOP_LOGICAL_READ ? GACC_FETCH : GACC_STORE; in kvm_s390_vcpu_mem_op()