Home
last modified time | relevance | path

Searched refs:DBSR_TIE (Results 1 – 2 of 2) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dreg_booke.h278 #define DBSR_TIE 0x01000000 /* Trap Instruction Event */ macro
/linux/arch/powerpc/kvm/
H A Dbooke.c886 if ((dbsr & DBSR_TIE) && !(vcpu->arch.shared->msr & MSR_DE)) in kvmppc_handle_debug()