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

/linux-master/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
/linux-master/arch/mips/kernel/
H A Dwatch.c122 if ((c->options & MIPS_CPU_WATCH) == 0)
H A Dcpu-probe.c470 c->options |= MIPS_CPU_WATCH;
850 c->guest.options |= MIPS_CPU_WATCH;
852 c->guest.options_dyn |= MIPS_CPU_WATCH;
1113 MIPS_CPU_WATCH | MIPS_CPU_VCE |
1183 MIPS_CPU_WATCH | MIPS_CPU_LLSC;
1216 MIPS_CPU_COUNTER | MIPS_CPU_WATCH |
1226 MIPS_CPU_COUNTER | MIPS_CPU_WATCH |
1242 MIPS_CPU_COUNTER | MIPS_CPU_WATCH |

Completed in 108 milliseconds