Home
last modified time | relevance | path

Searched refs:SPR_40x_PID (Results 1 – 4 of 4) sorted by relevance

/qemu/target/ppc/
H A Dmmu_helper.c678 if (env->spr[SPR_40x_PID] != val) { in helper_store_40x_pid()
679 env->spr[SPR_40x_PID] = val; in helper_store_40x_pid()
752 if ((tlb->prot & PAGE_VALID) && tlb->PID == env->spr[SPR_40x_PID]) { in helper_4xx_tlbwe_hi()
781 tlb->PID = env->spr[SPR_40x_PID]; /* PID */ in helper_4xx_tlbwe_hi()
803 if ((tlb->prot & PAGE_VALID) && tlb->PID == env->spr[SPR_40x_PID]) { in helper_4xx_tlbwe_lo()
830 return ppcemb_tlb_search(env, address, env->spr[SPR_40x_PID]); in helper_4xx_tlbsx()
H A Dmmu-booke.c83 env->spr[SPR_40x_PID], i)) { in mmu40x_get_physical_address()
H A Dcpu.h2173 #define SPR_40x_PID (0x3B1) macro
H A Dcpu_init.c1147 spr_register(env, SPR_40x_PID, "PID", in register_405_sprs()
7720 env->spr[SPR_40x_SRR3], env->spr[SPR_40x_PID]); in ppc_cpu_dump_state()