Lines Matching refs:ee
251 int me, ee, i; in kvmhv_commence_exit() local
257 ee = vc->entry_exit_map; in kvmhv_commence_exit()
258 } while (cmpxchg(&vc->entry_exit_map, ee, ee | me) != ee); in kvmhv_commence_exit()
261 if ((ee >> 8) != 0) in kvmhv_commence_exit()
270 kvmhv_interrupt_vcore(vc, ee & ~(1 << ptid)); in kvmhv_commence_exit()
284 ee = vc->entry_exit_map; in kvmhv_commence_exit()
286 if ((ee >> 8) != 0) in kvmhv_commence_exit()
288 } while (cmpxchg(&vc->entry_exit_map, ee, in kvmhv_commence_exit()
289 ee | VCORE_EXIT_REQ) != ee); in kvmhv_commence_exit()
290 if ((ee >> 8) == 0) in kvmhv_commence_exit()
291 kvmhv_interrupt_vcore(vc, ee); in kvmhv_commence_exit()