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

  /src/sys/arch/mips/include/
cpuregs.h 799 #define MIPS1_TLB_PID 0x00000fc0
836 #define MIPS_TLB_PID MIPS1_TLB_PID
852 ((MIPS_HAS_R4K_MMU) ? MIPS3_TLB_PID : MIPS1_TLB_PID)
  /src/sys/arch/mips/mips/
locore_mips1.S 1115 and v0, MIPS1_TLB_PID # mask out only the PID
1138 and a0, MIPS1_TLB_PID
1271 and a1, MIPS1_TLB_PID # make it off
1319 and t0, MIPS1_TLB_PID # mask off ASID
1407 and t0, MIPS1_TLB_PID
pmap_machdep.c 914 asid = __SHIFTOUT(tlbmask.tlb_hi, MIPS1_TLB_PID);

Completed in 16 milliseconds