Lines Matching refs:fc0
103 struct region3_table_entry_fc0 fc0;
145 struct segment_entry_fc0 fc0;
718 if (vaddr.sx01 < rtte.fc0.tf)
720 if (vaddr.sx01 > rtte.fc0.tl)
723 dat_protection |= rtte.fc0.p;
724 ptr = rtte.fc0.sto * PAGE_SIZE + vaddr.sx * 8;
746 dat_protection |= ste.fc0.p;
747 ptr = ste.fc0.pto * (PAGE_SIZE / 2) + vaddr.px * 8;
1105 *dat_protection |= rtte.fc0.p;
1111 if (vaddr.sx01 < rtte.fc0.tf || vaddr.sx01 > rtte.fc0.tl)
1114 *dat_protection |= rtte.fc0.p;
1115 ptr = rtte.fc0.sto * PAGE_SIZE;
1117 rtte.fc0.p |= *dat_protection;
1141 *dat_protection |= ste.fc0.p;
1148 ptr = ste.fc0.pto * (PAGE_SIZE / 2);
1150 ste.fc0.p |= *dat_protection;