Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/kernel/
Dcpu-probe.c955 MIPS_CPU_DIVEC | MIPS_CPU_LLSC | MIPS_CPU_MCHECK; in decode_configs()
1344 MIPS_CPU_LLSC; in cpu_probe_legacy()
1376 c->options |= MIPS_CPU_LLSC; in cpu_probe_legacy()
1393 MIPS_CPU_LLSC; in cpu_probe_legacy()
1408 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_LLSC; in cpu_probe_legacy()
1441 MIPS_CPU_LLSC; in cpu_probe_legacy()
1449 c->options = R4K_OPTS | MIPS_CPU_LLSC; in cpu_probe_legacy()
1459 MIPS_CPU_LLSC; in cpu_probe_legacy()
1467 MIPS_CPU_WATCH | MIPS_CPU_LLSC; in cpu_probe_legacy()
1475 MIPS_CPU_DIVEC | MIPS_CPU_LLSC; in cpu_probe_legacy()
[all …]
/Linux-v5.4/arch/mips/include/asm/
Dcpu.h371 #define MIPS_CPU_LLSC BIT_ULL(16) /* CPU has ll/sc instructions */ macro
Dcpu-features.h172 #define cpu_has_llsc __isa_ge_or_opt(1, MIPS_CPU_LLSC)