Searched refs:BESCR_GE (Results 1 – 4 of 4) sorted by relevance
52 bescr &= ~BESCR_GE; in kvmhv_p9_tm_emulation_early()54 bescr |= BESCR_GE; in kvmhv_p9_tm_emulation_early()
84 bescr &= ~BESCR_GE; in kvmhv_p9_tm_emulation()86 bescr |= BESCR_GE; in kvmhv_p9_tm_emulation()
885 #define BESCR_GE 0x8000000000000000ULL /* Global Enable */ macro
681 if (ebb && !(current->thread.bescr & BESCR_GE)) in pmao_restore_workaround()