Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/include/
H A Dtlb.h159 #define TID_KERNEL 0 /* TLB TID to use for kernel (shared) translations */ macro
/freebsd/sys/powerpc/booke/
H A Dpmap_64.c752 if (tid == TID_KERNEL) in tid_flush()
H A Dpmap_32.c946 if (tid == TID_KERNEL) in tid_flush()
H A Dpmap.c913 kernel_pmap->pm_tid[i] = TID_KERNEL; in mmu_booke_bootstrap()
916 tidbusy[i][TID_KERNEL] = kernel_pmap; in mmu_booke_bootstrap()
2753 tid = (TID_KERNEL << MAS1_TID_SHIFT) & MAS1_TID_MASK; in tlb1_set_entry()