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

  /src/sys/arch/powerpc/ibm4xx/
pmap.c 123 volatile int tlbnext; variable in typeref:typename:volatile int
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;
    [all...]
pmap.c 123 volatile int tlbnext; variable in typeref:typename:volatile int
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;
    [all...]

Completed in 26 milliseconds