Home
last modified time | relevance | path

Searched refs:MIPS_CPU_WATCH (Results 1 – 4 of 4) sorted by relevance

/linux/arch/mips/kernel/
H A Dcpu-probe.c473 c->options |= MIPS_CPU_WATCH; in decode_config1()
852 c->guest.options |= MIPS_CPU_WATCH; in decode_guest_config1()
854 c->guest.options_dyn |= MIPS_CPU_WATCH; in decode_guest_config1()
1115 MIPS_CPU_WATCH | MIPS_CPU_VCE | in cpu_probe_legacy()
1185 MIPS_CPU_WATCH | MIPS_CPU_LLSC; in cpu_probe_legacy()
1218 MIPS_CPU_COUNTER | MIPS_CPU_WATCH | in cpu_probe_legacy()
1228 MIPS_CPU_COUNTER | MIPS_CPU_WATCH | in cpu_probe_legacy()
1244 MIPS_CPU_COUNTER | MIPS_CPU_WATCH | in cpu_probe_legacy()
H A Dwatch.c122 if ((c->options & MIPS_CPU_WATCH) == 0) in mips_probe_watch_registers()
/linux/arch/mips/include/asm/
H A Dcpu-features.h165 #define cpu_has_watch __opt(MIPS_CPU_WATCH)
690 #define cpu_guest_has_watch (cpu_data[0].guest.options & MIPS_CPU_WATCH)
739 #define cpu_guest_has_dyn_watch (cpu_data[0].guest.options_dyn & MIPS_CPU_WATCH)
H A Dcpu.h367 #define MIPS_CPU_WATCH BIT_ULL( 8) /* watchpoint registers */ macro