Searched refs:MIPS_CPU_WATCH (Results 1 – 4 of 4) sorted by relevance
669 c->options |= MIPS_CPU_WATCH; in decode_config1()996 c->guest.options |= MIPS_CPU_WATCH; in decode_guest_config1()998 c->guest.options_dyn |= MIPS_CPU_WATCH; in decode_guest_config1()1259 MIPS_CPU_WATCH | MIPS_CPU_VCE | in cpu_probe_legacy()1392 MIPS_CPU_WATCH | MIPS_CPU_LLSC; in cpu_probe_legacy()1400 MIPS_CPU_WATCH | MIPS_CPU_LLSC; in cpu_probe_legacy()1442 MIPS_CPU_COUNTER | MIPS_CPU_WATCH | in cpu_probe_legacy()1452 MIPS_CPU_COUNTER | MIPS_CPU_WATCH | in cpu_probe_legacy()1467 MIPS_CPU_COUNTER | MIPS_CPU_WATCH | in cpu_probe_legacy()1904 MIPS_CPU_WATCH | in cpu_probe_netlogic()
109 if ((c->options & MIPS_CPU_WATCH) == 0) in mips_probe_watch_registers()
130 #define cpu_has_watch __opt(MIPS_CPU_WATCH)611 #define cpu_guest_has_watch (cpu_data[0].guest.options & MIPS_CPU_WATCH)657 #define cpu_guest_has_dyn_watch (cpu_data[0].guest.options_dyn & MIPS_CPU_WATCH)
372 #define MIPS_CPU_WATCH MBIT_ULL( 8) /* watchpoint registers */ macro