Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/kernel/
Dcpu-probe.c871 MIPS_CPU_DIVEC | MIPS_CPU_LLSC | MIPS_CPU_MCHECK; in decode_configs()
1260 MIPS_CPU_LLSC; in cpu_probe_legacy()
1292 c->options |= MIPS_CPU_LLSC; in cpu_probe_legacy()
1309 MIPS_CPU_LLSC; in cpu_probe_legacy()
1318 MIPS_CPU_LLSC; in cpu_probe_legacy()
1333 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_LLSC; in cpu_probe_legacy()
1366 MIPS_CPU_LLSC; in cpu_probe_legacy()
1374 c->options = R4K_OPTS | MIPS_CPU_LLSC; in cpu_probe_legacy()
1384 MIPS_CPU_LLSC; in cpu_probe_legacy()
1392 MIPS_CPU_WATCH | MIPS_CPU_LLSC; in cpu_probe_legacy()
[all …]
/Linux-v4.19/arch/mips/include/asm/
Dcpu.h380 #define MIPS_CPU_LLSC MBIT_ULL(16) /* CPU has ll/sc instructions */ macro
Dcpu-features.h154 #define cpu_has_llsc __isa_ge_or_opt(1, MIPS_CPU_LLSC)