Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmmu_helper.c833 static bool mmubooke_pid_match(CPUPPCState *env, ppcemb_tlb_t *tlb) in mmubooke_pid_match() function
864 if ((tlb->prot & PAGE_VALID) && mmubooke_pid_match(env, tlb)) { in helper_440_tlbwe()