Searched refs:MIPS_CPU_WATCH (Results 1 – 4 of 4) sorted by relevance
148 #define cpu_has_watch __opt(MIPS_CPU_WATCH)673 #define cpu_guest_has_watch (cpu_data[0].guest.options & MIPS_CPU_WATCH)722 #define cpu_guest_has_dyn_watch (cpu_data[0].guest.options_dyn & MIPS_CPU_WATCH)
367 #define MIPS_CPU_WATCH BIT_ULL( 8) /* watchpoint registers */ macro
471 c->options |= MIPS_CPU_WATCH; in decode_config1()851 c->guest.options |= MIPS_CPU_WATCH; in decode_guest_config1()853 c->guest.options_dyn |= MIPS_CPU_WATCH; in decode_guest_config1()1114 MIPS_CPU_WATCH | MIPS_CPU_VCE | in cpu_probe_legacy()1184 MIPS_CPU_WATCH | MIPS_CPU_LLSC; in cpu_probe_legacy()1217 MIPS_CPU_COUNTER | MIPS_CPU_WATCH | in cpu_probe_legacy()1227 MIPS_CPU_COUNTER | MIPS_CPU_WATCH | in cpu_probe_legacy()1243 MIPS_CPU_COUNTER | MIPS_CPU_WATCH | in cpu_probe_legacy()
122 if ((c->options & MIPS_CPU_WATCH) == 0) in mips_probe_watch_registers()
Completed in 13 milliseconds