Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/include/asm/
Dcpu-features.h148 #define cpu_has_watch __opt(MIPS_CPU_WATCH)
647 #define cpu_guest_has_watch (cpu_data[0].guest.options & MIPS_CPU_WATCH)
693 #define cpu_guest_has_dyn_watch (cpu_data[0].guest.options_dyn & MIPS_CPU_WATCH)
Dcpu.h363 #define MIPS_CPU_WATCH BIT_ULL( 8) /* watchpoint registers */ macro
/Linux-v5.4/arch/mips/kernel/
Dcpu-probe.c700 c->options |= MIPS_CPU_WATCH; in decode_config1()
1080 c->guest.options |= MIPS_CPU_WATCH; in decode_guest_config1()
1082 c->guest.options_dyn |= MIPS_CPU_WATCH; in decode_guest_config1()
1343 MIPS_CPU_WATCH | MIPS_CPU_VCE | in cpu_probe_legacy()
1467 MIPS_CPU_WATCH | MIPS_CPU_LLSC; in cpu_probe_legacy()
1500 MIPS_CPU_COUNTER | MIPS_CPU_WATCH | in cpu_probe_legacy()
1510 MIPS_CPU_COUNTER | MIPS_CPU_WATCH | in cpu_probe_legacy()
1525 MIPS_CPU_COUNTER | MIPS_CPU_WATCH | in cpu_probe_legacy()
1992 MIPS_CPU_WATCH | in cpu_probe_netlogic()
Dwatch.c122 if ((c->options & MIPS_CPU_WATCH) == 0) in mips_probe_watch_registers()