Home
last modified time | relevance | path

Searched refs:MIPS_CPU_LLSC (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dcpu-probe.c725 MIPS_CPU_DIVEC | MIPS_CPU_LLSC | MIPS_CPU_MCHECK; in decode_configs()
1114 MIPS_CPU_LLSC; in cpu_probe_legacy()
1146 c->options |= MIPS_CPU_LLSC; in cpu_probe_legacy()
1163 MIPS_CPU_LLSC; in cpu_probe_legacy()
1178 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_LLSC; in cpu_probe_legacy()
1211 MIPS_CPU_LLSC; in cpu_probe_legacy()
1219 c->options = R4K_OPTS | MIPS_CPU_LLSC; in cpu_probe_legacy()
1229 MIPS_CPU_LLSC; in cpu_probe_legacy()
1237 MIPS_CPU_WATCH | MIPS_CPU_LLSC; in cpu_probe_legacy()
1245 MIPS_CPU_DIVEC | MIPS_CPU_LLSC; in cpu_probe_legacy()
[all...]
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dcpu-probe.c726 MIPS_CPU_DIVEC | MIPS_CPU_LLSC | MIPS_CPU_MCHECK; in decode_configs()
1115 MIPS_CPU_LLSC; in cpu_probe_legacy()
1124 MIPS_CPU_LLSC; in cpu_probe_legacy()
1133 MIPS_CPU_LLSC; in cpu_probe_legacy()
1148 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_LLSC; in cpu_probe_legacy()
1158 MIPS_CPU_LLSC; in cpu_probe_legacy()
1166 c->options = R4K_OPTS | MIPS_CPU_LLSC; in cpu_probe_legacy()
1176 MIPS_CPU_LLSC; in cpu_probe_legacy()
1184 MIPS_CPU_WATCH | MIPS_CPU_LLSC; in cpu_probe_legacy()
1192 MIPS_CPU_DIVEC | MIPS_CPU_LLSC; in cpu_probe_legacy()
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dcpu.h382 #define MIPS_CPU_LLSC BIT_ULL(16) /* CPU has ll/sc instructions */ macro
H A Dcpu-features.h191 #define cpu_has_llsc __isa_ge_or_opt(1, MIPS_CPU_LLSC)
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dcpu.h375 #define MIPS_CPU_LLSC BIT_ULL(16) /* CPU has ll/sc instructions */ macro
H A Dcpu-features.h189 #define cpu_has_llsc __isa_ge_or_opt(1, MIPS_CPU_LLSC)

Completed in 8 milliseconds