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

/linux-master/arch/s390/kvm/
H A Dgaccess.h185 GACC_STORE, enumerator in enum:gacc_mode
262 return access_guest_with_key(vcpu, ga, ar, data, len, GACC_STORE,
H A Dgaccess.c463 if (ale.fo == 1 && mode == GACC_STORE)
531 teid->fsi = mode == GACC_STORE ? TEID_FSI_STORE : TEID_FSI_FETCH;
766 if (mode == GACC_STORE && dat_protection) {
952 if (mode == GACC_STORE && lap_enabled && is_low_address(ga))
988 if (mode == GACC_STORE)
1015 if (!writable && mode == GACC_STORE)
1018 if (mode == GACC_STORE)
1024 if (mode == GACC_STORE)
1114 bool terminate = (mode == GACC_STORE) && (idx > 0);
1352 return trans_exc(vcpu, PGM_PROTECTION, gra, 0, GACC_STORE, PROT_TYPE_L
[all...]
H A Dintercept.c376 reg1, &dstaddr, GACC_STORE, 0);
H A Dkvm-s390.c2886 acc_mode = mop->op == KVM_S390_MEMOP_ABSOLUTE_READ ? GACC_FETCH : GACC_STORE;
2904 mop->size, GACC_STORE, mop->key);
5383 acc_mode = mop->op == KVM_S390_MEMOP_LOGICAL_READ ? GACC_FETCH : GACC_STORE;
H A Dpriv.c1491 GACC_STORE, access_key);

Completed in 153 milliseconds