Lines Matching refs:dat_protection
621 int dat_protection = 0;
677 dat_protection |= rfte.p;
695 dat_protection |= rste.p;
713 dat_protection |= rtte.fc1.p;
723 dat_protection |= rtte.fc0.p;
741 dat_protection |= ste.fc1.p;
746 dat_protection |= ste.fc0.p;
758 dat_protection |= pte.p;
764 if (mode == GACC_STORE && dat_protection) {
985 unsigned long *pgt, int *dat_protection,
995 *dat_protection = 0;
1050 *dat_protection |= rfte.p;
1077 *dat_protection |= rste.p;
1080 rste.p |= *dat_protection;
1105 *dat_protection |= rtte.fc0.p;
1114 *dat_protection |= rtte.fc0.p;
1117 rtte.fc0.p |= *dat_protection;
1141 *dat_protection |= ste.fc0.p;
1150 ste.fc0.p |= *dat_protection;
1181 int dat_protection, fake;
1192 rc = gmap_shadow_pgt_lookup(sg, saddr, &pgt, &dat_protection, &fake);
1194 rc = kvm_s390_shadow_tables(sg, saddr, &pgt, &dat_protection,
1215 *datptr = pgt | dat_protection * PEI_DAT_PROT;
1221 pte.p |= dat_protection;