Searched refs:GACC_STORE (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/kvm/ |
H A 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_L in kvm_s390_check_low_addr_prot_real() [all...] |
H A 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()
|
H A D | intercept.c | 376 reg1, &dstaddr, GACC_STORE, 0); in handle_mvpg_pei()
|
H A D | kvm-s390.c | 2887 acc_mode = mop->op == KVM_S390_MEMOP_ABSOLUTE_READ ? GACC_FETCH : GACC_STORE; in kvm_s390_vm_mem_op_abs() 2905 mop->size, GACC_STORE, mop->key); in kvm_s390_vm_mem_op_abs() 5398 acc_mode = mop->op == KVM_S390_MEMOP_LOGICAL_READ ? GACC_FETCH : GACC_STORE; in kvm_s390_vcpu_mem_op()
|
H A D | priv.c | 1487 GACC_STORE, access_key); in handle_tprot()
|
/kernel/linux/linux-5.10/arch/s390/kvm/ |
H A D | gaccess.h | 185 GACC_STORE, enumerator 249 return access_guest(vcpu, ga, ar, data, len, GACC_STORE); in write_guest()
|
H A D | gaccess.c | 461 if (ale.fo == 1 && mode == GACC_STORE) in ar_translation() 535 tec->fsi = mode == GACC_STORE ? FSI_STORE : FSI_FETCH; in trans_exc() 764 if (mode == GACC_STORE && dat_protection) { in guest_translate() 808 if (mode == GACC_STORE && lap_enabled && is_low_address(ga)) in guest_page_range() 860 if (mode == GACC_STORE) in access_guest() 917 if (mode == GACC_STORE) in guest_translate_address() 972 return trans_exc(vcpu, PGM_PROTECTION, gra, 0, GACC_STORE, PROT_TYPE_LA); in kvm_s390_check_low_addr_prot_real()
|
H A D | intercept.c | 359 reg1, &dstaddr, GACC_STORE); in handle_mvpg_pei()
|
H A D | priv.c | 1476 ret = guest_translate_address(vcpu, address1, ar, &gpa, GACC_STORE); in handle_tprot()
|
H A D | kvm-s390.c | 4735 mop->size, GACC_STORE); in kvm_s390_guest_mem_op()
|
Completed in 21 milliseconds