Lines Matching refs:ee
280 int me, ee, i, t; in kvmhv_commence_exit() local
287 ee = vc->entry_exit_map; in kvmhv_commence_exit()
288 } while (cmpxchg(&vc->entry_exit_map, ee, ee | me) != ee); in kvmhv_commence_exit()
291 if ((ee >> 8) != 0) in kvmhv_commence_exit()
300 kvmhv_interrupt_vcore(vc, ee & ~(1 << ptid)); in kvmhv_commence_exit()
314 ee = vc->entry_exit_map; in kvmhv_commence_exit()
316 if ((ee >> 8) != 0) in kvmhv_commence_exit()
318 } while (cmpxchg(&vc->entry_exit_map, ee, in kvmhv_commence_exit()
319 ee | VCORE_EXIT_REQ) != ee); in kvmhv_commence_exit()
320 if ((ee >> 8) == 0) in kvmhv_commence_exit()
321 kvmhv_interrupt_vcore(vc, ee); in kvmhv_commence_exit()