Home
last modified time | relevance | path

Searched refs:DBSR_DAC2R (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dreg_booke.h327 #define DBSR_DAC2R 0x00020000 /* Data Addr Compare 2 Read Event */ macro
346 #define DBSR_DAC2R 0x00400000 /* Data Address Compare 2 Read Event */ macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dreg_booke.h315 #define DBSR_DAC2R 0x00020000 /* Data Addr Compare 2 Read Event */ macro
334 #define DBSR_DAC2R 0x00400000 /* Data Address Compare 2 Read Event */ macro
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbooke.c877 else if (dbsr & (DBSR_DAC1R | DBSR_DAC2R)) in kvmppc_handle_debug()
881 else if (dbsr & (DBSR_DAC2R | DBSR_DAC2W)) in kvmppc_handle_debug()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbooke.c905 else if (dbsr & (DBSR_DAC1R | DBSR_DAC2R)) in kvmppc_handle_debug()
909 else if (dbsr & (DBSR_DAC2R | DBSR_DAC2W)) in kvmppc_handle_debug()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dtraps.c1979 } else if (debug_status & (DBSR_DAC2R | DBSR_DAC2W)) { in handle_debug()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dtraps.c1984 } else if (debug_status & (DBSR_DAC2R | DBSR_DAC2W)) { in handle_debug()

Completed in 15 milliseconds