Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/kernel/
Dcpu-probe.c647 c->options = MIPS_CPU_4KEX | MIPS_CPU_4K_CACHE | MIPS_CPU_COUNTER | in decode_configs()
689 | MIPS_CPU_COUNTER)
969 MIPS_CPU_COUNTER | MIPS_CPU_WATCH | in cpu_probe_legacy()
979 MIPS_CPU_COUNTER | MIPS_CPU_WATCH | in cpu_probe_legacy()
994 MIPS_CPU_COUNTER | MIPS_CPU_WATCH | in cpu_probe_legacy()
1339 c->options &= ~MIPS_CPU_COUNTER; in cpu_probe_ingenic()
1366 MIPS_CPU_COUNTER | in cpu_probe_netlogic()
/linux-4.4.14/arch/mips/include/asm/
Dcpu.h358 #define MIPS_CPU_COUNTER 0x00000080ull /* Cycle count/compare */ macro
Dcpu-features.h85 #define cpu_has_counter (cpu_data[0].options & MIPS_CPU_COUNTER)