Lines Matching refs:ee
243 int me, ee, i; in kvmhv_commence_exit() local
249 ee = vc->entry_exit_map; in kvmhv_commence_exit()
250 } while (cmpxchg(&vc->entry_exit_map, ee, ee | me) != ee); in kvmhv_commence_exit()
253 if ((ee >> 8) != 0) in kvmhv_commence_exit()
262 kvmhv_interrupt_vcore(vc, ee & ~(1 << ptid)); in kvmhv_commence_exit()
276 ee = vc->entry_exit_map; in kvmhv_commence_exit()
278 if ((ee >> 8) != 0) in kvmhv_commence_exit()
280 } while (cmpxchg(&vc->entry_exit_map, ee, in kvmhv_commence_exit()
281 ee | VCORE_EXIT_REQ) != ee); in kvmhv_commence_exit()
282 if ((ee >> 8) == 0) in kvmhv_commence_exit()
283 kvmhv_interrupt_vcore(vc, ee); in kvmhv_commence_exit()