Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dreg_booke.h326 #define DBSR_DAC1W 0x00040000 /* Data Addr Compare 1 Write Event */ macro
345 #define DBSR_DAC1W 0x00800000 /* Data Address Compare 1 Write Event */ macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dreg_booke.h314 #define DBSR_DAC1W 0x00040000 /* Data Addr Compare 1 Write Event */ macro
333 #define DBSR_DAC1W 0x00800000 /* Data Address Compare 1 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()
879 if (dbsr & (DBSR_DAC1R | DBSR_DAC1W)) 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()
907 if (dbsr & (DBSR_DAC1R | DBSR_DAC1W)) in kvmppc_handle_debug()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dtraps.c1971 if (debug_status & (DBSR_DAC1R | DBSR_DAC1W)) { in handle_debug()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dtraps.c1976 if (debug_status & (DBSR_DAC1R | DBSR_DAC1W)) { in handle_debug()

Completed in 15 milliseconds