Home
last modified time | relevance | path

Searched refs:iep_protection (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/kvm/
H A Dgaccess.c622 int iep_protection = 0; in guest_translate() local
714 iep_protection = rtte.fc1.iep; in guest_translate()
742 iep_protection = ste.fc1.iep; in guest_translate()
759 iep_protection = pte.iep; in guest_translate()
768 if (mode == GACC_IFETCH && iep_protection && iep) { in guest_translate()
/kernel/linux/linux-6.6/arch/s390/kvm/
H A Dgaccess.c640 int iep_protection = 0; in guest_translate() local
732 iep_protection = rtte.fc1.iep; in guest_translate()
760 iep_protection = ste.fc1.iep; in guest_translate()
777 iep_protection = pte.iep; in guest_translate()
786 if (mode == GACC_IFETCH && iep_protection && iep) { in guest_translate()

Completed in 5 milliseconds