Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Ddebug_regs.c46 * The pending IRQ should finally be take when KVM_GUESTDBG_BLOCKIRQ is in guest_code()
92 * interrupt we raised is not handled due to KVM_GUESTDBG_BLOCKIRQ. in main()
236 KVM_GUESTDBG_BLOCKIRQ;
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h302 #define KVM_GUESTDBG_BLOCKIRQ 0x00100000 macro