Searched refs:GACC_STORE (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/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() 1259 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 259 return access_guest_with_key(vcpu, ga, ar, data, len, GACC_STORE, in write_guest_with_key()
|
D | intercept.c | 345 reg1, &dstaddr, GACC_STORE, 0); in handle_mvpg_pei()
|
D | priv.c | 1489 GACC_STORE, access_key); in handle_tprot()
|
D | kvm-s390.c | 2788 r = check_gpa_range(kvm, mop->gaddr, mop->size, GACC_STORE, mop->key); in kvm_s390_vm_mem_op() 2795 mop->size, GACC_STORE, mop->key); in kvm_s390_vm_mem_op() 5244 GACC_STORE, mop->key); in kvm_s390_vcpu_mem_op()
|