Searched refs:DR_TRAP_BITS (Results 1 – 6 of 6) sorted by relevance
454 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()
803 if (tsk->thread.debugreg6 & (DR_STEP | DR_TRAP_BITS) || user_icebp) in do_debug()
25 #define DR_TRAP_BITS (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3) macro
4681 vcpu->arch.dr6 &= ~DR_TRAP_BITS; in handle_exception_nmi()4926 vcpu->arch.dr6 &= ~DR_TRAP_BITS; in handle_dr()
431 vcpu->arch.dr6 &= ~DR_TRAP_BITS; in kvm_deliver_exception_payload()6586 vcpu->arch.dr6 &= ~DR_TRAP_BITS; in kvm_vcpu_check_breakpoint()
4293 dr6 &= ~DR_TRAP_BITS; in check_dr_read()