Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmmu-booke.c224 uint32_t tlb_pid; in ppcmas_tlb_check() local
244 tlb_pid = (tlb->mas1 & MAS1_TID_MASK) >> MAS1_TID_SHIFT; in ppcmas_tlb_check()
245 if (tlb_pid != 0 && tlb_pid != pid) { in ppcmas_tlb_check()