Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dhw_breakpoint.c454 if ((dr6 & DR_TRAP_BITS) == 0) in hw_breakpoint_handler()
465 current->thread.debugreg6 &= ~DR_TRAP_BITS; in hw_breakpoint_handler()
512 if ((current->thread.debugreg6 & DR_TRAP_BITS) || in hw_breakpoint_handler()
513 (dr6 & (~DR_TRAP_BITS))) in hw_breakpoint_handler()
Dtraps.c803 if (tsk->thread.debugreg6 & (DR_STEP | DR_TRAP_BITS) || user_icebp) in do_debug()
/arch/x86/include/uapi/asm/
Ddebugreg.h25 #define DR_TRAP_BITS (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3) macro
/arch/x86/kvm/vmx/
Dvmx.c4681 vcpu->arch.dr6 &= ~DR_TRAP_BITS; in handle_exception_nmi()
4926 vcpu->arch.dr6 &= ~DR_TRAP_BITS; in handle_dr()
/arch/x86/kvm/
Dx86.c431 vcpu->arch.dr6 &= ~DR_TRAP_BITS; in kvm_deliver_exception_payload()
6586 vcpu->arch.dr6 &= ~DR_TRAP_BITS; in kvm_vcpu_check_breakpoint()
Demulate.c4293 dr6 &= ~DR_TRAP_BITS; in check_dr_read()