Searched refs:pmap_asid (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/mips/mips/
H A Dtlb.c135 mips_wr_entryhi(TLBHI_ENTRY(va, pmap_asid(pmap)));
189 if (uasid != pmap_asid(pmap))
223 asid = pmap_asid(pmap);
309 mips_wr_entryhi(TLBHI_ENTRY(va, pmap_asid(pmap)));
/freebsd-10-stable/sys/mips/include/
H A Dpmap.h102 #define pmap_asid(pmap) (pmap)->pm_asid[PCPU_GET(cpuid)].asid macro

Completed in 203 milliseconds