Home
last modified time | relevance | path

Searched refs:DR_TRAP_BITS (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/arch/x86/kernel/
Dhw_breakpoint.c523 if ((dr6 & DR_TRAP_BITS) == 0) in hw_breakpoint_handler()
570 if ((current->thread.virtual_dr6 & DR_TRAP_BITS) || in hw_breakpoint_handler()
571 (dr6 & (~DR_TRAP_BITS))) in hw_breakpoint_handler()
Dtraps.c1151 if (dr6 & (DR_STEP | DR_TRAP_BITS) || icebp) in exc_debug_user()
/linux-5.19.10/arch/x86/include/uapi/asm/
Ddebugreg.h25 #define DR_TRAP_BITS (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3) macro
/linux-5.19.10/arch/x86/kvm/
Demulate.c4193 dr6 &= ~DR_TRAP_BITS; in check_dr_read()
Dx86.c582 vcpu->arch.dr6 &= ~DR_TRAP_BITS; in kvm_deliver_exception_payload()