Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_tm_builtin.c63 bescr &= ~BESCR_GE; in kvmhv_p9_tm_emulation_early()
65 bescr |= BESCR_GE; in kvmhv_p9_tm_emulation_early()
H A Dbook3s_hv_tm.c107 bescr &= ~BESCR_GE; in kvmhv_p9_tm_emulation()
109 bescr |= BESCR_GE; in kvmhv_p9_tm_emulation()
/openbmc/qemu/target/ppc/
H A Dexcp_helper.c1571 env->spr[SPR_BESCR] &= ~BESCR_GE; in powerpc_excp_books()
1860 (env->spr[SPR_BESCR] & BESCR_GE)) { in p8_next_unmasked_interrupt()
2001 (env->spr[SPR_BESCR] & BESCR_GE)) { in p9_next_unmasked_interrupt()
2127 (env->spr[SPR_BESCR] & BESCR_GE)) { in ppc_next_unmasked_interrupt()
2704 env->spr[SPR_BESCR] |= BESCR_GE; in helper_rfebb()
2706 env->spr[SPR_BESCR] &= ~BESCR_GE; in helper_rfebb()
2747 env->spr[SPR_BESCR] & BESCR_GE; in raise_ebb_perfm_exception()
H A Dcpu.h572 #define BESCR_GE PPC_BIT(0) macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h920 #define BESCR_GE 0x8000000000000000ULL /* Global Enable */ macro
/openbmc/linux/arch/powerpc/perf/
H A Dcore-book3s.c738 if (ebb && !(current->thread.bescr & BESCR_GE)) in pmao_restore_workaround()