Home
last modified time | relevance | path

Searched refs:MIPS_CPU_COUNTER (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/mips/kernel/
H A Dcpu-probe.c725 c->options = MIPS_CPU_4KEX | MIPS_CPU_4K_CACHE | MIPS_CPU_COUNTER | in decode_configs()
1035 | MIPS_CPU_COUNTER)
1217 MIPS_CPU_COUNTER | MIPS_CPU_WATCH | in cpu_probe_legacy()
1227 MIPS_CPU_COUNTER | MIPS_CPU_WATCH | in cpu_probe_legacy()
1243 MIPS_CPU_COUNTER | MIPS_CPU_WATCH | in cpu_probe_legacy()
1759 c->options &= ~MIPS_CPU_COUNTER; in cpu_probe_ingenic()
/openbmc/linux/arch/mips/include/asm/
H A Dcpu.h366 #define MIPS_CPU_COUNTER BIT_ULL( 7) /* Cycle count/compare */ macro
H A Dcpu-features.h162 #define cpu_has_counter __opt(MIPS_CPU_COUNTER)