Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/kernel/
Dcpu-probe.c616 MIPS_CPU_DIVEC | MIPS_CPU_LLSC | MIPS_CPU_MCHECK; in decode_configs()
737 MIPS_CPU_LLSC; in cpu_probe_legacy()
769 c->options |= MIPS_CPU_LLSC; in cpu_probe_legacy()
786 MIPS_CPU_LLSC; in cpu_probe_legacy()
795 MIPS_CPU_LLSC; in cpu_probe_legacy()
810 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_LLSC; in cpu_probe_legacy()
843 MIPS_CPU_LLSC; in cpu_probe_legacy()
851 c->options = R4K_OPTS | MIPS_CPU_LLSC; in cpu_probe_legacy()
861 MIPS_CPU_LLSC; in cpu_probe_legacy()
869 MIPS_CPU_WATCH | MIPS_CPU_LLSC; in cpu_probe_legacy()
[all …]
/linux-4.1.27/arch/mips/include/asm/
Dcpu.h363 #define MIPS_CPU_LLSC 0x00010000ull /* CPU has ll/sc instructions */ macro
Dcpu-features.h109 #define cpu_has_llsc (cpu_data[0].options & MIPS_CPU_LLSC)