Home
last modified time | relevance | path

Searched refs:DR_TRAP_BITS (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/
H A 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()
H A Dtraps.c1008 if (dr6 & (DR_STEP | DR_TRAP_BITS) || icebp) in exc_debug_user()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A 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()
H A Dtraps.c1074 if (dr6 & (DR_STEP | DR_TRAP_BITS) || icebp) in exc_debug_user()
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H A Ddebugreg.h25 #define DR_TRAP_BITS (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3) macro
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H A Ddebugreg.h25 #define DR_TRAP_BITS (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H A Ddebugreg.h30 #define DR_TRAP_BITS (DR_TRAP0 | DR_TRAP1 | DR_TRAP2 | DR_TRAP3) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H A Ddebugreg.h30 #define DR_TRAP_BITS (DR_TRAP0 | DR_TRAP1 | DR_TRAP2 | DR_TRAP3) macro
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Demulate.c4321 dr6 &= ~DR_TRAP_BITS; in check_dr_read()
H A Dx86.c508 vcpu->arch.dr6 &= ~DR_TRAP_BITS; in kvm_deliver_exception_payload()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Demulate.c3891 dr6 &= ~DR_TRAP_BITS; in check_dr_read()
H A Dx86.c586 vcpu->arch.dr6 &= ~DR_TRAP_BITS; in kvm_deliver_exception_payload()

Completed in 46 milliseconds