Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Ddebug_regs.c192 run->debug.arch.exception == DB_VECTOR && in main()
215 run->debug.arch.exception == DB_VECTOR && in main()
241 run->debug.arch.exception == DB_VECTOR &&
259 run->debug.arch.exception == DB_VECTOR &&
274 run->debug.arch.exception == DB_VECTOR &&
288 vm_install_exception_handler(vm, DB_VECTOR, guest_db_handler);
/linux/tools/arch/x86/include/uapi/asm/
H A Dsvm.h167 { SVM_EXIT_EXCP_BASE + DB_VECTOR, "DB excp" }, \
H A Dkvm.h21 #define DB_VECTOR 1 macro