Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86_64/
H A Ddebug_regs.c51 * interrupt we raised is not handled due to KVM_GUESTDBG_BLOCKIRQ. in guest_code()
173 KVM_GUESTDBG_BLOCKIRQ; in main()
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h297 #define KVM_GUESTDBG_BLOCKIRQ 0x00100000 macro
/linux/arch/x86/kvm/
H A Dx86.c10369 if (vcpu->guest_debug & KVM_GUESTDBG_BLOCKIRQ) in kvm_check_and_inject_events()
12029 if (vcpu->guest_debug & KVM_GUESTDBG_BLOCKIRQ) { in kvm_arch_vcpu_guestdbg_update_apicv_inhibit()