Lines Matching full:ee
250 int me, ee, i; in kvmhv_commence_exit() local
256 ee = vc->entry_exit_map; in kvmhv_commence_exit()
257 } while (cmpxchg(&vc->entry_exit_map, ee, ee | me) != ee); in kvmhv_commence_exit()
260 if ((ee >> 8) != 0) in kvmhv_commence_exit()
269 kvmhv_interrupt_vcore(vc, ee & ~(1 << ptid)); in kvmhv_commence_exit()
283 ee = vc->entry_exit_map; in kvmhv_commence_exit()
285 if ((ee >> 8) != 0) in kvmhv_commence_exit()
287 } while (cmpxchg(&vc->entry_exit_map, ee, in kvmhv_commence_exit()
288 ee | VCORE_EXIT_REQ) != ee); in kvmhv_commence_exit()
289 if ((ee >> 8) == 0) in kvmhv_commence_exit()
290 kvmhv_interrupt_vcore(vc, ee); in kvmhv_commence_exit()