Lines Matching full:ee
255 int me, ee, i; in kvmhv_commence_exit() local
261 ee = vc->entry_exit_map; in kvmhv_commence_exit()
262 } while (cmpxchg(&vc->entry_exit_map, ee, ee | me) != ee); in kvmhv_commence_exit()
265 if ((ee >> 8) != 0) in kvmhv_commence_exit()
274 kvmhv_interrupt_vcore(vc, ee & ~(1 << ptid)); in kvmhv_commence_exit()
288 ee = vc->entry_exit_map; in kvmhv_commence_exit()
290 if ((ee >> 8) != 0) in kvmhv_commence_exit()
292 } while (cmpxchg(&vc->entry_exit_map, ee, in kvmhv_commence_exit()
293 ee | VCORE_EXIT_REQ) != ee); in kvmhv_commence_exit()
294 if ((ee >> 8) == 0) in kvmhv_commence_exit()
295 kvmhv_interrupt_vcore(vc, ee); in kvmhv_commence_exit()