Home
last modified time | relevance | path

Searched refs:halt_request (Results 1 – 3 of 3) sorted by relevance

/arch/x86/include/asm/
Dkvm_host.h420 int halt_request; /* real mode on Intel only */ member
/arch/x86/kvm/
Dvmx.c4834 if (vcpu->arch.halt_request) { in handle_rmode_exception()
4835 vcpu->arch.halt_request = 0; in handle_rmode_exception()
5725 if (vcpu->arch.halt_request) { in handle_invalid_guest_state()
5726 vcpu->arch.halt_request = 0; in handle_invalid_guest_state()
Dx86.c4942 emul_to_vcpu(ctxt)->arch.halt_request = 1; in emulator_halt()