Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/kernel/
Dcpu-probe.c391 MIPS_CPU_LLSC; in cpu_probe_legacy()
437 MIPS_CPU_LLSC; in cpu_probe_legacy()
445 MIPS_CPU_LLSC; in cpu_probe_legacy()
459 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_LLSC; in cpu_probe_legacy()
491 MIPS_CPU_LLSC; in cpu_probe_legacy()
498 c->options = R4K_OPTS | MIPS_CPU_LLSC; in cpu_probe_legacy()
508 MIPS_CPU_LLSC; in cpu_probe_legacy()
516 MIPS_CPU_WATCH | MIPS_CPU_LLSC; in cpu_probe_legacy()
524 MIPS_CPU_WATCH | MIPS_CPU_LLSC; in cpu_probe_legacy()
532 MIPS_CPU_DIVEC | MIPS_CPU_LLSC; in cpu_probe_legacy()
[all …]
/linux-3.4.99/arch/mips/include/asm/
Dcpu.h314 #define MIPS_CPU_LLSC 0x00010000 /* CPU has ll/sc instructions */ macro
Dcpu-features.h81 #define cpu_has_llsc (cpu_data[0].options & MIPS_CPU_LLSC)