Searched refs:GACC_IFETCH (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/kvm/ |
H A D | gaccess.h | 186 GACC_IFETCH, enumerator 290 return access_guest(vcpu, ga, 0, data, len, GACC_IFETCH); in read_guest_instr()
|
H A D | gaccess.c | 566 if ((mode == GACC_IFETCH) && (psw.as != PSW_BITS_AS_HOME)) in get_vcpu_asce() 768 if (mode == GACC_IFETCH && iep_protection && iep) { in guest_translate()
|
/kernel/linux/linux-6.6/arch/s390/kvm/ |
H A D | gaccess.h | 186 GACC_IFETCH, enumerator 350 return access_guest_with_key(vcpu, ga, 0, data, len, GACC_IFETCH, in read_guest_instr()
|
H A D | gaccess.c | 584 if ((mode == GACC_IFETCH) && (psw.as != PSW_BITS_AS_HOME)) in get_vcpu_asce() 786 if (mode == GACC_IFETCH && iep_protection && iep) { in guest_translate() 839 if ((mode == GACC_FETCH || mode == GACC_IFETCH) && !fetch_protected) in vm_check_access_key() 850 if (mode == GACC_FETCH || mode == GACC_IFETCH) { in fetch_prot_override_applicable() 903 if (mode == GACC_FETCH || mode == GACC_IFETCH) { in vcpu_check_access_key()
|
Completed in 6 milliseconds