Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/kvm/
Dgaccess.c546 int dat_protection = 0; in guest_translate() local
600 dat_protection |= rfte.p; in guest_translate()
618 dat_protection |= rste.p; in guest_translate()
636 dat_protection |= rtte.fc1.p; in guest_translate()
645 dat_protection |= rtte.fc0.p; in guest_translate()
663 dat_protection |= ste.fc1.p; in guest_translate()
667 dat_protection |= ste.fc0.p; in guest_translate()
681 dat_protection |= pte.p; in guest_translate()
686 if (write && dat_protection) in guest_translate()