Lines Matching refs:IN_GUEST_MODE
76 IN_GUEST_MODE
82 The VCPU thread is transitioning from IN_GUEST_MODE to
199 - set ``vcpu->mode`` to IN_GUEST_MODE between disabling the interrupts and
216 WRITE_ONCE(vcpu->mode, IN_GUEST_MODE); kvm_make_request(REQ, vcpu);
219 IN_GUEST_MODE) {
226 ``vcpu->mode`` to IN_GUEST_MODE. WRITE_ONCE() and READ_ONCE() are used to
236 sending kick also change the VCPU mode to something !IN_GUEST_MODE. The
244 VCPU threads are in modes other than IN_GUEST_MODE. For example, one case
248 checking that the VCPU is IN_GUEST_MODE to checking that it is not
261 just about to set its mode to IN_GUEST_MODE, meaning no IPI is sent, then
272 IN_GUEST_MODE.