HomeSort by: relevance | last modified time | path
    Searched defs:text_slot (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/powerpc/booke/
e500_tlb.c 1140 const u_int text_slot = e500_alloc_tlb1_entry(); local in function:e500_tlb_minimize
1141 KASSERT(text_slot != (u_int)-1);
1142 struct e500_xtlb * const text_xtlb = &tlb1->tlb1_entries[text_slot];
1149 text_xtlb->e_hwtlb.hwtlb_mas0 |= __SHIFTIN(text_slot, MAS0_ESEL);
e500_tlb.c 1140 const u_int text_slot = e500_alloc_tlb1_entry(); local in function:e500_tlb_minimize
1141 KASSERT(text_slot != (u_int)-1);
1142 struct e500_xtlb * const text_xtlb = &tlb1->tlb1_entries[text_slot];
1149 text_xtlb->e_hwtlb.hwtlb_mas0 |= __SHIFTIN(text_slot, MAS0_ESEL);

Completed in 23 milliseconds