Home
last modified time | relevance | path

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

/tools/testing/selftests/kvm/x86_64/
Ddebug_regs.c130 run->debug.arch.exception == DB_VECTOR && in main()
153 run->debug.arch.exception == DB_VECTOR && in main()
180 run->debug.arch.exception == DB_VECTOR && in main()
198 run->debug.arch.exception == DB_VECTOR && in main()
/tools/arch/x86/include/uapi/asm/
Dsvm.h146 { SVM_EXIT_EXCP_BASE + DB_VECTOR, "DB excp" }, \
Dkvm.h18 #define DB_VECTOR 1 macro