Searched refs:TLBIE_F_PRS (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/ppc/ | ||
H A D | mmu-book3s-v3.h | 61 #define TLBIE_F_PRS (1 << TLBIE_F_PRS_SHIFT) macro |
H A D | mmu_helper.c | 429 bool prs = flags & TLBIE_F_PRS; in helper_tlbie_isa300() |