Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/kernel/
Dcpu-probe.c383 MIPS_CPU_WATCH | MIPS_CPU_VCE | in cpu_probe_legacy()
509 MIPS_CPU_WATCH | MIPS_CPU_LLSC; in cpu_probe_legacy()
517 MIPS_CPU_WATCH | MIPS_CPU_LLSC; in cpu_probe_legacy()
590 MIPS_CPU_COUNTER | MIPS_CPU_WATCH | in cpu_probe_legacy()
600 MIPS_CPU_COUNTER | MIPS_CPU_WATCH | in cpu_probe_legacy()
610 MIPS_CPU_COUNTER | MIPS_CPU_WATCH | in cpu_probe_legacy()
683 c->options |= MIPS_CPU_WATCH; in decode_config1()
Dwatch.c107 if ((c->options & MIPS_CPU_WATCH) == 0) in mips_probe_watch_registers()
/linux-2.6.39/arch/mips/include/asm/
Dcpu.h272 #define MIPS_CPU_WATCH 0x00000100 /* watchpoint registers */ macro
Dcpu-features.h57 #define cpu_has_watch (cpu_data[0].options & MIPS_CPU_WATCH)