Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_hv_tm_builtin.c55 bescr &= ~BESCR_GE; in kvmhv_p9_tm_emulation_early()
57 bescr |= BESCR_GE; in kvmhv_p9_tm_emulation_early()
Dbook3s_hv_tm.c87 bescr &= ~BESCR_GE; in kvmhv_p9_tm_emulation()
89 bescr |= BESCR_GE; in kvmhv_p9_tm_emulation()
/Linux-v4.19/arch/powerpc/include/asm/
Dreg.h870 #define BESCR_GE 0x8000000000000000ULL /* Global Enable */ macro
/Linux-v4.19/arch/powerpc/perf/
Dcore-book3s.c672 if (ebb && !(current->thread.bescr & BESCR_GE)) in pmao_restore_workaround()