Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/kernel/
Dcpu-probe.c458 c->options |= MIPS_CPU_WATCH; in decode_config1()
736 MIPS_CPU_WATCH | MIPS_CPU_VCE | in cpu_probe_legacy()
869 MIPS_CPU_WATCH | MIPS_CPU_LLSC; in cpu_probe_legacy()
877 MIPS_CPU_WATCH | MIPS_CPU_LLSC; in cpu_probe_legacy()
937 MIPS_CPU_COUNTER | MIPS_CPU_WATCH | in cpu_probe_legacy()
947 MIPS_CPU_COUNTER | MIPS_CPU_WATCH | in cpu_probe_legacy()
962 MIPS_CPU_COUNTER | MIPS_CPU_WATCH | in cpu_probe_legacy()
1332 MIPS_CPU_WATCH | in cpu_probe_netlogic()
Dwatch.c107 if ((c->options & MIPS_CPU_WATCH) == 0) in mips_probe_watch_registers()
/linux-4.1.27/arch/mips/include/asm/
Dcpu.h355 #define MIPS_CPU_WATCH 0x00000100ull /* watchpoint registers */ macro
Dcpu-features.h85 #define cpu_has_watch (cpu_data[0].options & MIPS_CPU_WATCH)