Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dkvm_host.h639 int halt_request; /* real mode on Intel only */ member
/arch/x86/kvm/vmx/
Dvmx.c4827 if (vcpu->arch.halt_request) { in handle_rmode_exception()
4828 vcpu->arch.halt_request = 0; in handle_rmode_exception()
5567 if (vcpu->arch.halt_request) { in handle_invalid_guest_state()
5568 vcpu->arch.halt_request = 0; in handle_invalid_guest_state()
/arch/x86/kvm/
Dx86.c7013 emul_to_vcpu(ctxt)->arch.halt_request = 1; in emulator_halt()