Lines Matching refs:dat_protection
639 int dat_protection = 0;
695 dat_protection |= rfte.p;
713 dat_protection |= rste.p;
731 dat_protection |= rtte.fc1.p;
741 dat_protection |= rtte.fc0.p;
759 dat_protection |= ste.fc1.p;
764 dat_protection |= ste.fc0.p;
776 dat_protection |= pte.p;
782 if (mode == GACC_STORE && dat_protection) {
1378 * @dat_protection: referenced memory is write protected
1382 unsigned long *pgt, int *dat_protection,
1393 *dat_protection = 0;
1449 *dat_protection |= rfte.p;
1477 *dat_protection |= rste.p;
1480 rste.p |= *dat_protection;
1506 *dat_protection |= rtte.fc0.p;
1515 *dat_protection |= rtte.fc0.p;
1518 rtte.fc0.p |= *dat_protection;
1543 *dat_protection |= ste.fc0.p;
1552 ste.fc0.p |= *dat_protection;
1584 int dat_protection, fake;
1595 rc = gmap_shadow_pgt_lookup(sg, saddr, &pgt, &dat_protection, &fake);
1597 rc = kvm_s390_shadow_tables(sg, saddr, &pgt, &dat_protection,
1618 *datptr = pgt | dat_protection * PEI_DAT_PROT;
1624 pte.p |= dat_protection;