Home
last modified time | relevance | path

Searched refs:tidbusy (Results 1 – 1 of 1) sorted by path

/freebsd/sys/powerpc/booke/
H A Dpmap.c206 static volatile pmap_t tidbusy[MAXCPU][TID_MAX + 1]; variable
912 tidbusy[i][TID_KERNEL] = kernel_pmap; in mmu_booke_bootstrap()
2475 if (tidbusy[thiscpu][tid] != NULL) { in tid_alloc()
2478 tidbusy[thiscpu][tid]->pm_tid[thiscpu] = TID_NONE; in tid_alloc()
2484 tidbusy[thiscpu][tid] = pmap; in tid_alloc()