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

/freebsd-12-stable/sys/mips/mips/
H A Dtlb.c130 mips_wr_entryhi(TLBHI_ENTRY(va, pmap_asid(pmap)));
184 if (uasid != pmap_asid(pmap))
218 asid = pmap_asid(pmap);
304 mips_wr_entryhi(TLBHI_ENTRY(va, pmap_asid(pmap)));
/freebsd-12-stable/sys/mips/include/
H A Dpmap.h106 #define pmap_asid(pmap) (pmap)->pm_asid[PCPU_GET(cpuid)].asid macro

Completed in 51 milliseconds