Home
last modified time | relevance | path

Searched refs:DBCR0_BRT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dreg_booke.h369 #define DBCR0_BRT DBCR0_BT macro
431 #define DBCR0_BRT 0x04000000 /* Branch Taken */ macro
432 #define DBCR0_BT DBCR0_BRT
/openbmc/qemu/target/ppc/
H A Dhelper_regs.c149 if ((dbcr0 & DBCR0_BRT) && FIELD_EX64(env->msr, MSR, DE)) { in hreg_compute_hflags_value()
H A Dcpu.h643 #define DBCR0_BRT (1 << 26) macro
H A Dtranslate.c367 dbsr = DBCR0_BRT; in gen_debug_exception()