Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/kernel/
Dinterrupt.c80 unsigned long dbcr0 = current->thread.debug.dbcr0; in booke_load_dbcr0() local
/linux-6.12.1/arch/powerpc/include/asm/
Dinterrupt.h144 unsigned long dbcr0 = current->thread.debug.dbcr0; in booke_restore_dbcr0() local
Dprocessor.h100 uint32_t dbcr0; member
Dreg_booke.h411 #define DBCR_ACTIVE_EVENTS(dbcr0, dbcr1) (((dbcr0) & DBCR0_ACTIVE_EVENTS) || \ argument