HomeSort by: relevance | last modified time | path
    Searched refs:MIPS3_PG_ASID (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/mips/include/
mips3_pte.h 91 #define MIPS3_PG_ASID 0x000000ff /* Address space ID */
  /src/sys/arch/mips/mips/
mipsX_subr.S 2065 li t0, MIPS3_PG_ASID
2103 and a1, a1, MIPS3_PG_ASID
2280 and a1, a1, MIPS3_PG_ASID
2393 and ta1, MIPS3_PG_ASID # focus on ASID
2582 and t0, t0, MIPS3_PG_ASID # focus on ASID
pmap_machdep.c 911 asid = __SHIFTOUT(tlbmask.tlb_hi, MIPS3_PG_ASID);

Completed in 15 milliseconds