Searched refs:BESCR_GE (Results 1 – 3 of 3) sorted by relevance
63 bescr &= ~BESCR_GE; in kvmhv_p9_tm_emulation_early()65 bescr |= BESCR_GE; in kvmhv_p9_tm_emulation_early()
107 bescr &= ~BESCR_GE; in kvmhv_p9_tm_emulation()109 bescr |= BESCR_GE; in kvmhv_p9_tm_emulation()
916 #define BESCR_GE 0x8000000000000000ULL /* Global Enable */ macro