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()
1105 *dat_protection |= rtte.fc0.p; in kvm_s390_shadow_tables()
1111 if (vaddr.sx01 < rtte.fc0.tf || vaddr.sx01 > rtte.fc0.tl) in kvm_s390_shadow_tables()
1114 *dat_protection |= rtte.fc0.p; in kvm_s390_shadow_tables()
1115 ptr = rtte.fc0.sto * PAGE_SIZE; in kvm_s390_shadow_tables()
1117 rtte.fc0.p |= *dat_protection; in kvm_s390_shadow_tables()
1141 *dat_protection |= ste.fc0.p; in kvm_s390_shadow_tables()
1148 ptr = ste.fc0.pto * (PAGE_SIZE / 2); in kvm_s390_shadow_tables()
1150 ste.fc0.p |= *dat_protection; in kvm_s390_shadow_tables()