Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dvmx.h355 #define DEBUG_REG_ACCESS_REG(eq) (((eq) >> 8) & 0xf) /* 11:8, general purpose reg. */ macro
/linux-4.1.27/arch/x86/kvm/
Dvmx.c5443 reg = DEBUG_REG_ACCESS_REG(exit_qualification); in handle_dr()