Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dreg_booke.h313 #define DBSR_DAC1R 0x00080000 /* Data Addr Compare 1 Read Event */ macro
332 #define DBSR_DAC1R 0x01000000 /* Data Address Compare 1 Read Event */ macro
/openbmc/linux/arch/powerpc/kvm/
H A Dbooke.c905 else if (dbsr & (DBSR_DAC1R | DBSR_DAC2R)) in kvmppc_handle_debug()
907 if (dbsr & (DBSR_DAC1R | DBSR_DAC1W)) in kvmppc_handle_debug()
/openbmc/linux/arch/powerpc/kernel/
H A Dtraps.c1976 if (debug_status & (DBSR_DAC1R | DBSR_DAC1W)) { in handle_debug()