Home
last modified time | relevance | path

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

/arch/mips/kernel/
Dwatch.c106 if ((c->options & MIPS_CPU_WATCH) == 0) in mips_probe_watch_registers()
Dcpu-probe.c638 c->options |= MIPS_CPU_WATCH; in decode_config1()
931 MIPS_CPU_WATCH | MIPS_CPU_VCE | in cpu_probe_legacy()
1064 MIPS_CPU_WATCH | MIPS_CPU_LLSC; in cpu_probe_legacy()
1072 MIPS_CPU_WATCH | MIPS_CPU_LLSC; in cpu_probe_legacy()
1132 MIPS_CPU_COUNTER | MIPS_CPU_WATCH | in cpu_probe_legacy()
1142 MIPS_CPU_COUNTER | MIPS_CPU_WATCH | in cpu_probe_legacy()
1157 MIPS_CPU_COUNTER | MIPS_CPU_WATCH | in cpu_probe_legacy()
1534 MIPS_CPU_WATCH | in cpu_probe_netlogic()
/arch/mips/include/asm/
Dcpu.h359 #define MIPS_CPU_WATCH 0x00000100ull /* watchpoint registers */ macro
Dcpu-features.h88 #define cpu_has_watch (cpu_data[0].options & MIPS_CPU_WATCH)