dat_protection 134 arch/s390/include/asm/gmap.h unsigned long *pgt, int *dat_protection, int *fake); dat_protection 621 arch/s390/kvm/gaccess.c int dat_protection = 0; dat_protection 677 arch/s390/kvm/gaccess.c dat_protection |= rfte.p; dat_protection 695 arch/s390/kvm/gaccess.c dat_protection |= rste.p; dat_protection 713 arch/s390/kvm/gaccess.c dat_protection |= rtte.fc1.p; dat_protection 723 arch/s390/kvm/gaccess.c dat_protection |= rtte.fc0.p; dat_protection 741 arch/s390/kvm/gaccess.c dat_protection |= ste.fc1.p; dat_protection 746 arch/s390/kvm/gaccess.c dat_protection |= ste.fc0.p; dat_protection 758 arch/s390/kvm/gaccess.c dat_protection |= pte.p; dat_protection 764 arch/s390/kvm/gaccess.c if (mode == GACC_STORE && dat_protection) { dat_protection 983 arch/s390/kvm/gaccess.c unsigned long *pgt, int *dat_protection, dat_protection 993 arch/s390/kvm/gaccess.c *dat_protection = 0; dat_protection 1047 arch/s390/kvm/gaccess.c *dat_protection |= rfte.p; dat_protection 1072 arch/s390/kvm/gaccess.c *dat_protection |= rste.p; dat_protection 1075 arch/s390/kvm/gaccess.c rste.p |= *dat_protection; dat_protection 1098 arch/s390/kvm/gaccess.c *dat_protection |= rtte.fc0.p; dat_protection 1107 arch/s390/kvm/gaccess.c *dat_protection |= rtte.fc0.p; dat_protection 1110 arch/s390/kvm/gaccess.c rtte.fc0.p |= *dat_protection; dat_protection 1132 arch/s390/kvm/gaccess.c *dat_protection |= ste.fc0.p; dat_protection 1141 arch/s390/kvm/gaccess.c ste.fc0.p |= *dat_protection; dat_protection 1170 arch/s390/kvm/gaccess.c int dat_protection, fake; dat_protection 1181 arch/s390/kvm/gaccess.c rc = gmap_shadow_pgt_lookup(sg, saddr, &pgt, &dat_protection, &fake); dat_protection 1183 arch/s390/kvm/gaccess.c rc = kvm_s390_shadow_tables(sg, saddr, &pgt, &dat_protection, dat_protection 1198 arch/s390/kvm/gaccess.c pte.p |= dat_protection; dat_protection 1987 arch/s390/mm/gmap.c unsigned long *pgt, int *dat_protection, dat_protection 2001 arch/s390/mm/gmap.c *dat_protection = !!(*table & _SEGMENT_ENTRY_PROTECT);