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.c467 int dat_protection = 0; in guest_translate() local
523 dat_protection |= rfte.p; in guest_translate()
541 dat_protection |= rste.p; in guest_translate()
559 dat_protection |= rtte.fc1.p; in guest_translate()
569 dat_protection |= rtte.fc0.p; in guest_translate()
587 dat_protection |= ste.fc1.p; in guest_translate()
592 dat_protection |= ste.fc0.p; in guest_translate()
604 dat_protection |= pte.p; in guest_translate()
610 if (mode == GACC_STORE && dat_protection) { in guest_translate()
1214 unsigned long *pgt, int *dat_protection, in kvm_s390_shadow_tables() argument
[all …]