Home
last modified time | relevance | path

Searched refs:pm_tid (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/powerpc/include/
HDpmap.h189 tlbtid_t pm_tid[MAXCPU]; member
/freebsd-14-stable/sys/powerpc/booke/
HDpmap.c903 kernel_pmap->pm_tid[i] = TID_KERNEL; in mmu_booke_bootstrap()
1606 if (pmap->pm_tid[cpuid] == TID_NONE) in mmu_booke_activate()
1610 mtspr(SPR_PID0, pmap->pm_tid[cpuid]); in mmu_booke_activate()
1618 pmap->pm_tid[PCPU_GET(cpuid)], td->td_proc->p_comm); in mmu_booke_activate()
2473 tidbusy[thiscpu][tid]->pm_tid[thiscpu] = TID_NONE; in tid_alloc()
2480 pmap->pm_tid[thiscpu] = tid; in tid_alloc()
HDpmap_64.c600 pmap->pm_tid[i] = TID_NONE; in mmu_booke_pinit()
HDpmap_32.c698 pmap->pm_tid[i] = TID_NONE; in mmu_booke_pinit()