Searched refs:tlb1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/powerpc/booke/
H A Dplatform_bare.c253 uint32_t *tlb1; local
267 tlb1 = bp_tlb1;
268 while (i < bp_ntlb1s && tlb1 < bp_tlb1_end) {
271 tlb1[0] = mfspr(SPR_MAS1);
272 tlb1[1] = mfspr(SPR_MAS2);
273 tlb1[2] = mfspr(SPR_MAS3);
275 tlb1 += 3;
H A Dpmap.c189 static tlb_entry_t tlb1[TLB1_ENTRIES]; variable
1282 * have the snapshot of its contents in the s/w tlb1[] table, so use
1287 if (!(tlb1[i].mas1 & MAS1_VALID))
2495 tlb1[tlb1_idx].mas1 = 0;
2496 tlb1[tlb1_idx].mas2 = 0;
2497 tlb1[tlb1_idx].mas3 = 0;
2854 mtspr(SPR_MAS1, tlb1[idx].mas1);
2856 mtspr(SPR_MAS2, tlb1[idx].mas2);
2858 mtspr(SPR_MAS3, tlb1[idx].mas3);
2928 /* XXX LOCK tlb1[] */
[all...]

Completed in 121 milliseconds