Lines Matching refs:fc0
103 struct region3_table_entry_fc0 fc0; member
145 struct segment_entry_fc0 fc0; member
718 if (vaddr.sx01 < rtte.fc0.tf) in guest_translate()
720 if (vaddr.sx01 > rtte.fc0.tl) in guest_translate()
723 dat_protection |= rtte.fc0.p; in guest_translate()
724 ptr = rtte.fc0.sto * PAGE_SIZE + vaddr.sx * 8; in guest_translate()
746 dat_protection |= ste.fc0.p; in guest_translate()
747 ptr = ste.fc0.pto * (PAGE_SIZE / 2) + vaddr.px * 8; in guest_translate()
1098 *dat_protection |= rtte.fc0.p; in kvm_s390_shadow_tables()
1104 if (vaddr.sx01 < rtte.fc0.tf || vaddr.sx01 > rtte.fc0.tl) in kvm_s390_shadow_tables()
1107 *dat_protection |= rtte.fc0.p; in kvm_s390_shadow_tables()
1108 ptr = rtte.fc0.sto * PAGE_SIZE; in kvm_s390_shadow_tables()
1110 rtte.fc0.p |= *dat_protection; in kvm_s390_shadow_tables()
1132 *dat_protection |= ste.fc0.p; in kvm_s390_shadow_tables()
1139 ptr = ste.fc0.pto * (PAGE_SIZE / 2); in kvm_s390_shadow_tables()
1141 ste.fc0.p |= *dat_protection; in kvm_s390_shadow_tables()