Searched refs:llsc (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/mips/tools/ |
| H A D | Makefile | 7 hostprogs += loongson3-llsc-check 8 PHONY += loongson3-llsc-check 9 loongson3-llsc-check: $(obj)/loongson3-llsc-check
|
| H A D | .gitignore | 3 loongson3-llsc-check
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | lse.h | 36 #define ARM64_LSE_ATOMIC_INSN(llsc, lse) \ argument 37 ALTERNATIVE(llsc, __LSE_PREAMBLE lse, ARM64_HAS_LSE_ATOMICS) 45 #define ARM64_LSE_ATOMIC_INSN(llsc, lse) llsc argument
|
| /OK3568_Linux_fs/kernel/arch/mips/loongson2ef/ |
| H A D | Platform | 13 # an -mfix-loongson3-llsc flag which emits a sync prior to each ll instruction 31 cflags-$(CONFIG_CPU_LOONGSON2EF) += $(call as-option,-Wa$(comma)-mno-fix-loongson3-llsc,)
|
| /OK3568_Linux_fs/kernel/arch/mips/ |
| H A D | Makefile.postlink | 15 CMD_LS3_LLSC = arch/mips/tools/loongson3-llsc-check
|
| H A D | Makefile | 18 $(Q)$(MAKE) $(build)=arch/mips/tools loongson3-llsc-check 156 cflags-y += $(call as-option,-Wa$(comma)-mno-fix-loongson3-llsc,)
|
| H A D | Kconfig | 1418 Loongson-3 processors have the llsc issues which require workarounds.
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | mips-r2-to-r6-emul.c | 2018 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()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | mips-r2-to-r6-emul.h | 24 u64 llsc; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gccinstall.info | 1195 '--with-llsc' 1196 On MIPS targets, make '-mllsc' the default when no '-mno-llsc' 1200 '--without-llsc' 1201 On MIPS targets, make '-mno-llsc' the default when no '-mllsc' 3624 This can be overridden by passing '--with-llsc' or '--without-llsc' when 3627 '--with-llsc'. The '--with-llsc' and '--without-llsc' configure options 3628 may be overridden at compile time by passing the '-mllsc' or '-mno-llsc'
|
| H A D | as.info | 15301 '-mfix-loongson3-llsc' 15302 '-mno-fix-loongson3-llsc' 15306 '--enable-mips-fix-loongson3-llsc=[yes|no]' configure option.
|
| H A D | gcc.info | 1347 -mips3d -mno-mips3d -mmt -mno-mt -mllsc -mno-llsc 21662 '-mno-llsc' 21669 instructions and '-mno-llsc' can be useful when compiling for 21671 configuring GCC with '--with-llsc' and '--without-llsc' 21672 respectively. '--with-llsc' is the default for some 62679 * mno-llsc: MIPS Options. (line 339)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gccinstall.info | 1195 '--with-llsc' 1196 On MIPS targets, make '-mllsc' the default when no '-mno-llsc' 1200 '--without-llsc' 1201 On MIPS targets, make '-mno-llsc' the default when no '-mllsc' 3624 This can be overridden by passing '--with-llsc' or '--without-llsc' when 3627 '--with-llsc'. The '--with-llsc' and '--without-llsc' configure options 3628 may be overridden at compile time by passing the '-mllsc' or '-mno-llsc'
|
| H A D | as.info | 15301 '-mfix-loongson3-llsc' 15302 '-mno-fix-loongson3-llsc' 15306 '--enable-mips-fix-loongson3-llsc=[yes|no]' configure option.
|
| H A D | gcc.info | 1347 -mips3d -mno-mips3d -mmt -mno-mt -mllsc -mno-llsc 21662 '-mno-llsc' 21669 instructions and '-mno-llsc' can be useful when compiling for 21671 configuring GCC with '--with-llsc' and '--without-llsc' 21672 respectively. '--with-llsc' is the default for some 62679 * mno-llsc: MIPS Options. (line 339)
|