Home
last modified time | relevance | path

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

/openbmc/linux/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()