Home
last modified time | relevance | path

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

/qemu/target/ppc/translate/
H A Dprocessor-ctrl-impl.c.inc37 if (is_book3s_arch2x(ctx)) {
61 if (is_book3s_arch2x(ctx)) {
/qemu/target/ppc/
H A Dhelper_regs.c268 if (is_book3s_arch2x(env) && !(env->msr & MSR_HVB)) { in hreg_store_msr()
298 if (is_book3s_arch2x(env) && ((value >> MSR_PR) & 1)) { in hreg_store_msr()
H A Dexcp_helper.c2213 if (is_book3s_arch2x(env)) { in p8_deliver_interrupt()
2407 if (is_book3s_arch2x(env)) { in ppc_deliver_interrupt()
H A Dcpu.h2715 #define is_book3s_arch2x(ctx) (!!((ctx)->insns_flags & PPC_SEGMENT_64B)) macro
H A Dtranslate.c4262 if (unlikely(!is_book3s_arch2x(ctx))) { in gen_bcond()
4415 if (is_book3s_arch2x(ctx)) { in gen_rfi()
4767 if (unlikely(!is_book3s_arch2x(ctx))) { in gen_mtmsrd()
/qemu/hw/ppc/
H A Dppc.c1095 if (is_book3s_arch2x(env)) { in cpu_ppc_tb_init()