Home
last modified time | relevance | path

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

/linux/arch/s390/kvm/
H A Dgaccess.c477 int dat_protection = 0; in guest_translate_gva() local
533 dat_protection |= rfte.p; in guest_translate_gva()
551 dat_protection |= rste.p; in guest_translate_gva()
569 dat_protection |= rtte.fc1.p; in guest_translate_gva()
579 dat_protection |= rtte.fc0.p; in guest_translate_gva()
597 dat_protection |= ste.fc1.p; in guest_translate_gva()
602 dat_protection |= ste.fc0.p; in guest_translate_gva()
614 dat_protection |= pte.p; in guest_translate_gva()
620 if (mode == GACC_STORE && dat_protection) { in guest_translate_gva()