Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dreg_booke.h367 #define DBCR0_ICMP DBCR0_IC macro
413 #define DBCR0_ACTIVE_EVENTS (DBCR0_ICMP | DBCR0_IAC1 | DBCR0_IAC2 | \
429 #define DBCR0_ICMP 0x08000000 /* Instruction Completion */ macro
430 #define DBCR0_IC DBCR0_ICMP
514 #define DBCR0_ACTIVE_EVENTS (DBCR0_ICMP | DBCR0_IAC1 | DBCR0_IAC2 | \
/openbmc/qemu/target/ppc/
H A Dhelper_regs.c146 if ((dbcr0 & DBCR0_ICMP) && FIELD_EX64(env->msr, MSR, DE)) { in hreg_compute_hflags_value()
H A Dcpu.h642 #define DBCR0_ICMP (1 << 27) macro
H A Dtranslate.c364 dbsr = DBCR0_ICMP; in gen_debug_exception()