Home
last modified time | relevance | path

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

/linux/arch/s390/kvm/
H A Dgaccess.c468 int iep_protection = 0; in guest_translate() local
560 iep_protection = rtte.fc1.iep; in guest_translate()
588 iep_protection = ste.fc1.iep; in guest_translate()
605 iep_protection = pte.iep; in guest_translate()
614 if (mode == GACC_IFETCH && iep_protection && iep) { in guest_translate()