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

  /src/sys/arch/powerpc/ibm4xx/
pmap.c 117 char ti_ctx; /* TLB_PID assiciated with the entry */ member in struct:tlb_info_s
1262 tlb_info[i].ti_ctx = 0;
1333 (tlb_info[tlbnext].ti_ctx == KERNEL_PID) &&
1368 tlb_info[i].ti_ctx = ctx;
1398 tlb_info[i].ti_ctx = KERNEL_PID;
1568 if (tlb_info[i].ti_ctx == cnum) {
pmap.c 117 char ti_ctx; /* TLB_PID assiciated with the entry */ member in struct:tlb_info_s
1262 tlb_info[i].ti_ctx = 0;
1333 (tlb_info[tlbnext].ti_ctx == KERNEL_PID) &&
1368 tlb_info[i].ti_ctx = ctx;
1398 tlb_info[i].ti_ctx = KERNEL_PID;
1568 if (tlb_info[i].ti_ctx == cnum) {
pmap.c 117 char ti_ctx; /* TLB_PID assiciated with the entry */ member in struct:tlb_info_s
1262 tlb_info[i].ti_ctx = 0;
1333 (tlb_info[tlbnext].ti_ctx == KERNEL_PID) &&
1368 tlb_info[i].ti_ctx = ctx;
1398 tlb_info[i].ti_ctx = KERNEL_PID;
1568 if (tlb_info[i].ti_ctx == cnum) {

Completed in 147 milliseconds