Searched refs:llsc (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/arm64/include/asm/ |
D | lse.h | 14 .macro alt_lse, llsc, lse 31 #define ARM64_LSE_ATOMIC_INSN(llsc, lse) \ 32 ALTERNATIVE(llsc, lse, ARM64_HAS_LSE_ATOMICS) 39 .macro alt_lse, llsc, lse 40 \llsc 49 #define ARM64_LSE_ATOMIC_INSN(llsc, lse) llsc
|
/linux-4.4.14/arch/arm64/lib/ |
D | bitops.S | 28 .macro bitop, name, llsc, lse 46 .macro testop, name, llsc, lse
|
/linux-4.4.14/arch/mips/include/asm/ |
D | mips-r2-to-r6-emul.h | 24 u64 llsc; member
|
/linux-4.4.14/arch/mips/kernel/ |
D | mips-r2-to-r6-emul.c | 2012 MIPS_R2_STATS(llsc); in mipsr2_decoder() 2070 MIPS_R2_STATS(llsc); in mipsr2_decoder() 2131 MIPS_R2_STATS(llsc); in mipsr2_decoder() 2194 MIPS_R2_STATS(llsc); in mipsr2_decoder() 2267 (unsigned long)__this_cpu_read(mipsr2emustats.llsc), in mipsr2_stats_show() 2268 (unsigned long)__this_cpu_read(mipsr2bdemustats.llsc)); in mipsr2_stats_show() 2322 __this_cpu_write((mipsr2emustats).llsc, 0); in mipsr2_stats_clear_show() 2323 __this_cpu_write((mipsr2bdemustats).llsc, 0); in mipsr2_stats_clear_show()
|