Lines Matching refs:fc0
104 struct region3_table_entry_fc0 fc0;
146 struct segment_entry_fc0 fc0;
736 if (vaddr.sx01 < rtte.fc0.tf)
738 if (vaddr.sx01 > rtte.fc0.tl)
741 dat_protection |= rtte.fc0.p;
742 ptr = rtte.fc0.sto * PAGE_SIZE + vaddr.sx * 8;
764 dat_protection |= ste.fc0.p;
765 ptr = ste.fc0.pto * (PAGE_SIZE / 2) + vaddr.px * 8;
1506 *dat_protection |= rtte.fc0.p;
1512 if (vaddr.sx01 < rtte.fc0.tf || vaddr.sx01 > rtte.fc0.tl)
1515 *dat_protection |= rtte.fc0.p;
1516 ptr = rtte.fc0.sto * PAGE_SIZE;
1518 rtte.fc0.p |= *dat_protection;
1543 *dat_protection |= ste.fc0.p;
1550 ptr = ste.fc0.pto * (PAGE_SIZE / 2);
1552 ste.fc0.p |= *dat_protection;