Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dreg_booke.h320 #define DBSR_TIE 0x01000000 /* Trap Instruction Event */ macro
339 #define DBSR_TIE 0x10000000 /* Trap Instruction debug Event */ macro
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h171 #define DBSR_TIE 0x01000000 /* Book E Trap Instruction Event */ macro
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbooke.c858 if ((dbsr & DBSR_TIE) && !(vcpu->arch.shared->msr & MSR_DE)) in kvmppc_handle_debug()