Home
last modified time | relevance | path

Searched refs:llsc (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/arch/mips/tools/
A DMakefile7 hostprogs += loongson3-llsc-check
8 PHONY += loongson3-llsc-check
9 loongson3-llsc-check: $(obj)/loongson3-llsc-check
A D.gitignore3 loongson3-llsc-check
/linux-6.3-rc2/arch/arm64/include/asm/
A Dlse.h32 #define ARM64_LSE_ATOMIC_INSN(llsc, lse) \ argument
33 ALTERNATIVE(llsc, __LSE_PREAMBLE lse, ARM64_HAS_LSE_ATOMICS)
41 #define ARM64_LSE_ATOMIC_INSN(llsc, lse) llsc argument
/linux-6.3-rc2/arch/mips/loongson2ef/
A DPlatform10 # an -mfix-loongson3-llsc flag which emits a sync prior to each ll instruction
28 cflags-$(CONFIG_CPU_LOONGSON2EF) += $(call cc-option,-Wa$(comma)-mno-fix-loongson3-llsc,)
/linux-6.3-rc2/arch/mips/
A DMakefile.postlink15 CMD_LS3_LLSC = arch/mips/tools/loongson3-llsc-check
A DMakefile17 $(Q)$(MAKE) $(build)=arch/mips/tools loongson3-llsc-check
146 cflags-y += $(call cc-option,-Wa$(comma)-mno-fix-loongson3-llsc,)
A DKconfig1337 Loongson-3 processors have the llsc issues which require workarounds.
/linux-6.3-rc2/arch/mips/include/asm/
A Dmips-r2-to-r6-emul.h24 u64 llsc; member
/linux-6.3-rc2/arch/mips/kernel/
A Dmips-r2-to-r6-emul.c2018 MIPS_R2_STATS(llsc); in mipsr2_decoder()
2076 MIPS_R2_STATS(llsc); in mipsr2_decoder()
2137 MIPS_R2_STATS(llsc); in mipsr2_decoder()
2200 MIPS_R2_STATS(llsc); in mipsr2_decoder()
2273 (unsigned long)__this_cpu_read(mipsr2emustats.llsc), in mipsr2_emul_show()
2274 (unsigned long)__this_cpu_read(mipsr2bdemustats.llsc)); in mipsr2_emul_show()
2328 __this_cpu_write((mipsr2emustats).llsc, 0); in mipsr2_clear_show()
2329 __this_cpu_write((mipsr2bdemustats).llsc, 0); in mipsr2_clear_show()

Completed in 16 milliseconds