Home
last modified time | relevance | path

Searched defs:dbcr0 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/
H A Dinterrupt.c79 unsigned long dbcr0 = current->thread.debug.dbcr0; in booke_load_dbcr0() local
/openbmc/qemu/target/ppc/
H A Dhelper_regs.c145 target_ulong dbcr0 = env->spr[SPR_BOOKE_DBCR0]; in hreg_compute_hflags_value() local
/openbmc/linux/arch/powerpc/include/asm/
H A Dinterrupt.h144 unsigned long dbcr0 = current->thread.debug.dbcr0; in booke_restore_dbcr0() local
H A Dreg_booke.h417 #define DBCR_ACTIVE_EVENTS(dbcr0, dbcr1) (((dbcr0) & DBCR0_ACTIVE_EVENTS) || \ argument
519 #define DBCR_ACTIVE_EVENTS(dbcr0, dbcr1) (((dbcr0) & DBCR0_ACTIVE_EVENTS) || \ argument
H A Dprocessor.h100 uint32_t dbcr0; member