Searched refs:DBSR_DAC1W (Results 1 – 3 of 3) sorted by relevance
314 #define DBSR_DAC1W 0x00040000 /* Data Addr Compare 1 Write Event */ macro333 #define DBSR_DAC1W 0x00800000 /* Data Address Compare 1 Write Event */ macro
901 if (dbsr & (DBSR_DAC1W | DBSR_DAC2W)) in kvmppc_handle_debug()905 if (dbsr & (DBSR_DAC1R | DBSR_DAC1W)) in kvmppc_handle_debug()
1929 if (debug_status & (DBSR_DAC1R | DBSR_DAC1W)) { in handle_debug()
Completed in 14 milliseconds