Lines Matching refs:PID
702 helper_store_40x_pid(env, tlb->PID); in helper_4xx_tlbre_hi()
753 if ((tlb->prot & PAGE_VALID) && tlb->PID == env->spr[SPR_40x_PID]) { in helper_4xx_tlbwe_hi()
782 tlb->PID = env->spr[SPR_40x_PID]; /* PID */ in helper_4xx_tlbwe_hi()
790 tlb->prot & PAGE_VALID ? 'v' : '-', (int)tlb->PID); in helper_4xx_tlbwe_hi()
804 if ((tlb->prot & PAGE_VALID) && tlb->PID == env->spr[SPR_40x_PID]) { in helper_4xx_tlbwe_lo()
826 tlb->prot & PAGE_VALID ? 'v' : '-', (int)tlb->PID); in helper_4xx_tlbwe_lo()
836 if (tlb->PID == env->spr[SPR_BOOKE_PID]) { in mmubooke_pid_match()
843 if (env->spr[SPR_BOOKE_PID1] && tlb->PID == env->spr[SPR_BOOKE_PID1]) { in mmubooke_pid_match()
846 if (env->spr[SPR_BOOKE_PID2] && tlb->PID == env->spr[SPR_BOOKE_PID2]) { in mmubooke_pid_match()
885 tlb->PID = env->spr[SPR_440_MMUCR] & 0x000000FF; in helper_440_tlbwe()
941 env->spr[SPR_440_MMUCR] |= tlb->PID; in helper_440_tlbre()