Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dreg_booke.h328 #define DBSR_DAC2W 0x00010000 /* Data Addr Compare 2 Write Event */ macro
347 #define DBSR_DAC2W 0x00200000 /* Data Address Compare 2 Write Event */ macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dreg_booke.h316 #define DBSR_DAC2W 0x00010000 /* Data Addr Compare 2 Write Event */ macro
335 #define DBSR_DAC2W 0x00200000 /* Data Address Compare 2 Write Event */ macro
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbooke.c875 if (dbsr & (DBSR_DAC1W | DBSR_DAC2W)) 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.c903 if (dbsr & (DBSR_DAC1W | DBSR_DAC2W)) 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 14 milliseconds