Home | History | Annotate | Download | only in ibm4xx

Lines Matching defs:tlbnext

123 volatile int tlbnext;
286 tlbnext = tlb_nreserved;
1299 tlbnext = i;
1324 if (++tlbnext >= NTLB)
1325 tlbnext = tlb_nreserved;
1326 flags = tlb_info[tlbnext].ti_flags;
1331 if (!((tlb_info[tlbnext].ti_va ^ stack) &
1333 (tlb_info[tlbnext].ti_ctx == KERNEL_PID) &&
1337 tlb_info[tlbnext].ti_flags = flags;
1340 return tlbnext;
1343 tlb_info[tlbnext].ti_flags = (flags & ~TLBF_REF);