Lines Matching refs:IN_GUEST_MODE
78 IN_GUEST_MODE
84 The VCPU thread is transitioning from IN_GUEST_MODE to
201 - set ``vcpu->mode`` to IN_GUEST_MODE between disabling the interrupts and
218 WRITE_ONCE(vcpu->mode, IN_GUEST_MODE); kvm_make_request(REQ, vcpu);
221 IN_GUEST_MODE) {
228 ``vcpu->mode`` to IN_GUEST_MODE. WRITE_ONCE() and READ_ONCE() are used to
238 sending kick also change the VCPU mode to something !IN_GUEST_MODE. The
246 VCPU threads are in modes other than IN_GUEST_MODE. For example, one case
250 checking that the VCPU is IN_GUEST_MODE to checking that it is not
263 just about to set its mode to IN_GUEST_MODE, meaning no IPI is sent, then
274 IN_GUEST_MODE.