/
usr
/
src
/
linux-headers-5.15.0-181
/
arch
/
riscv
/
include
/
asm
/
/usr/src/linux-headers-5.15.0-181/arch/riscv/include/asm
mkdir
upload
Name
Size
Mode
Actions
vdso/
-
0755
rm
alternative-macros.h
4658
0644
edit
dl
rm
alternative.h
930
0644
edit
dl
rm
asm-offsets.h
35
0644
edit
dl
rm
asm-prototypes.h
1040
0644
edit
dl
rm
asm.h
1558
0644
edit
dl
rm
atomic.h
11028
0644
edit
dl
rm
barrier.h
2458
0644
edit
dl
rm
bitops.h
5809
0644
edit
dl
rm
bug.h
2186
0644
edit
dl
rm
cache.h
516
0644
edit
dl
rm
cacheflush.h
1307
0644
edit
dl
rm
cacheinfo.h
511
0644
edit
dl
rm
clint.h
797
0644
edit
dl
rm
clocksource.h
136
0644
edit
dl
rm
cmpxchg.h
9537
0644
edit
dl
rm
cpu_ops.h
1494
0644
edit
dl
rm
csr.h
6062
0644
edit
dl
rm
current.h
940
0644
edit
dl
rm
delay.h
471
0644
edit
dl
rm
efi.h
1150
0644
edit
dl
rm
elf.h
2726
0644
edit
dl
rm
errata_list.h
1074
0644
edit
dl
rm
fence.h
279
0644
edit
dl
rm
fixmap.h
1806
0644
edit
dl
rm
ftrace.h
3086
0644
edit
dl
rm
futex.h
2906
0644
edit
dl
rm
gdb_xml.h
5601
0644
edit
dl
rm
hugetlb.h
360
0644
edit
dl
rm
hwcap.h
1245
0644
edit
dl
rm
image.h
1673
0644
edit
dl
rm
io.h
5322
0644
edit
dl
rm
irq.h
347
0644
edit
dl
rm
irqflags.h
1175
0644
edit
dl
rm
irq_work.h
225
0644
edit
dl
rm
jump_label.h
1440
0644
edit
dl
rm
kasan.h
1390
0644
edit
dl
rm
Kbuild
178
0644
edit
dl
rm
kdebug.h
158
0644
edit
dl
rm
kexec.h
1349
0644
edit
dl
rm
kfence.h
1312
0644
edit
dl
rm
kgdb.h
2494
0644
edit
dl
rm
kprobes.h
1136
0644
edit
dl
rm
linkage.h
267
0644
edit
dl
rm
mmio.h
5347
0644
edit
dl
rm
mmiowb.h
398
0644
edit
dl
rm
mmu.h
610
0644
edit
dl
rm
mmu_context.h
898
0644
edit
dl
rm
mmzone.h
266
0644
edit
dl
rm
module.h
2984
0644
edit
dl
rm
module.lds.h
207
0644
edit
dl
rm
numa.h
165
0644
edit
dl
rm
page.h
5264
0644
edit
dl
rm
parse_asm.h
7265
0644
edit
dl
rm
patch.h
314
0644
edit
dl
rm
pci.h
1062
0644
edit
dl
rm
perf_event.h
2204
0644
edit
dl
rm
pgalloc.h
1801
0644
edit
dl
rm
pgtable-32.h
498
0644
edit
dl
rm
pgtable-64.h
1898
0644
edit
dl
rm
pgtable-bits.h
1552
0644
edit
dl
rm
pgtable.h
18086
0644
edit
dl
rm
probes.h
563
0644
edit
dl
rm
processor.h
2138
0644
edit
dl
rm
ptdump.h
338
0644
edit
dl
rm
ptrace.h
4304
0644
edit
dl
rm
sbi.h
4223
0644
edit
dl
rm
seccomp.h
504
0644
edit
dl
rm
sections.h
883
0644
edit
dl
rm
set_memory.h
1869
0644
edit
dl
rm
smp.h
2427
0644
edit
dl
rm
soc.h
627
0644
edit
dl
rm
sparsemem.h
263
0644
edit
dl
rm
spinlock.h
2508
0644
edit
dl
rm
spinlock_types.h
530
0644
edit
dl
rm
stackprotector.h
768
0644
edit
dl
rm
stacktrace.h
496
0644
edit
dl
rm
string.h
1078
0644
edit
dl
rm
switch_to.h
2107
0644
edit
dl
rm
syscall.h
2163
0644
edit
dl
rm
thread_info.h
3955
0644
edit
dl
rm
timex.h
1859
0644
edit
dl
rm
tlb.h
403
0644
edit
dl
rm
tlbflush.h
1803
0644
edit
dl
rm
uaccess.h
13955
0644
edit
dl
rm
unistd.h
328
0644
edit
dl
rm
uprobes.h
828
0644
edit
dl
rm
vdso.h
868
0644
edit
dl
rm
vendorid_list.h
172
0644
edit
dl
rm
vermagic.h
213
0644
edit
dl
rm
vmalloc.h
93
0644
edit
dl
rm
word-at-a-time.h
1104
0644
edit
dl
rm
Edit:
/usr/src/linux-headers-5.15.0-181/arch/riscv/include/asm/bitops.h
(5809B)
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 Regents of the University of California */ #ifndef _ASM_RISCV_BITOPS_H #define _ASM_RISCV_BITOPS_H #ifndef _LINUX_BITOPS_H #error "Only <linux/bitops.h> can be included directly" #endif /* _LINUX_BITOPS_H */ #include <linux/compiler.h> #include <linux/irqflags.h> #include <asm/barrier.h> #include <asm/bitsperlong.h> #include <asm-generic/bitops/__ffs.h> #include <asm-generic/bitops/ffz.h> #include <asm-generic/bitops/fls.h> #include <asm-generic/bitops/__fls.h> #include <asm-generic/bitops/fls64.h> #include <asm-generic/bitops/find.h> #include <asm-generic/bitops/sched.h> #include <asm-generic/bitops/ffs.h> #include <asm-generic/bitops/hweight.h> #if (BITS_PER_LONG == 64) #define __AMO(op) "amo" #op ".d" #elif (BITS_PER_LONG == 32) #define __AMO(op) "amo" #op ".w" #else #error "Unexpected BITS_PER_LONG" #endif #define __test_and_op_bit_ord(op, mod, nr, addr, ord) \ ({ \ unsigned long __res, __mask; \ __mask = BIT_MASK(nr); \ __asm__ __volatile__ ( \ __AMO(op) #ord " %0, %2, %1" \ : "=r" (__res), "+A" (addr[BIT_WORD(nr)]) \ : "r" (mod(__mask)) \ : "memory"); \ ((__res & __mask) != 0); \ }) #define __op_bit_ord(op, mod, nr, addr, ord) \ __asm__ __volatile__ ( \ __AMO(op) #ord " zero, %1, %0" \ : "+A" (addr[BIT_WORD(nr)]) \ : "r" (mod(BIT_MASK(nr))) \ : "memory"); #define __test_and_op_bit(op, mod, nr, addr) \ __test_and_op_bit_ord(op, mod, nr, addr, .aqrl) #define __op_bit(op, mod, nr, addr) \ __op_bit_ord(op, mod, nr, addr, ) /* Bitmask modifiers */ #define __NOP(x) (x) #define __NOT(x) (~(x)) /** * test_and_set_bit - Set a bit and return its old value * @nr: Bit to set * @addr: Address to count from * * This operation may be reordered on other architectures than x86. */ static inline int test_and_set_bit(int nr, volatile unsigned long *addr) { return __test_and_op_bit(or, __NOP, nr, addr); } /** * test_and_clear_bit - Clear a bit and return its old value * @nr: Bit to clear * @addr: Address to count from * * This operation can be reordered on other architectures other than x86. */ static inline int test_and_clear_bit(int nr, volatile unsigned long *addr) { return __test_and_op_bit(and, __NOT, nr, addr); } /** * test_and_change_bit - Change a bit and return its old value * @nr: Bit to change * @addr: Address to count from * * This operation is atomic and cannot be reordered. * It also implies a memory barrier. */ static inline int test_and_change_bit(int nr, volatile unsigned long *addr) { return __test_and_op_bit(xor, __NOP, nr, addr); } /** * set_bit - Atomically set a bit in memory * @nr: the bit to set * @addr: the address to start counting from * * Note: there are no guarantees that this function will not be reordered * on non x86 architectures, so if you are writing portable code, * make sure not to rely on its reordering guarantees. * * Note that @nr may be almost arbitrarily large; this function is not * restricted to acting on a single-word quantity. */ static inline void set_bit(int nr, volatile unsigned long *addr) { __op_bit(or, __NOP, nr, addr); } /** * clear_bit - Clears a bit in memory * @nr: Bit to clear * @addr: Address to start counting from * * Note: there are no guarantees that this function will not be reordered * on non x86 architectures, so if you are writing portable code, * make sure not to rely on its reordering guarantees. */ static inline void clear_bit(int nr, volatile unsigned long *addr) { __op_bit(and, __NOT, nr, addr); } /** * change_bit - Toggle a bit in memory * @nr: Bit to change * @addr: Address to start counting from * * change_bit() may be reordered on other architectures than x86. * Note that @nr may be almost arbitrarily large; this function is not * restricted to acting on a single-word quantity. */ static inline void change_bit(int nr, volatile unsigned long *addr) { __op_bit(xor, __NOP, nr, addr); } /** * test_and_set_bit_lock - Set a bit and return its old value, for lock * @nr: Bit to set * @addr: Address to count from * * This operation is atomic and provides acquire barrier semantics. * It can be used to implement bit locks. */ static inline int test_and_set_bit_lock( unsigned long nr, volatile unsigned long *addr) { return __test_and_op_bit_ord(or, __NOP, nr, addr, .aq); } /** * clear_bit_unlock - Clear a bit in memory, for unlock * @nr: the bit to set * @addr: the address to start counting from * * This operation is atomic and provides release barrier semantics. */ static inline void clear_bit_unlock( unsigned long nr, volatile unsigned long *addr) { __op_bit_ord(and, __NOT, nr, addr, .rl); } /** * __clear_bit_unlock - Clear a bit in memory, for unlock * @nr: the bit to set * @addr: the address to start counting from * * This operation is like clear_bit_unlock, however it is not atomic. * It does provide release barrier semantics so it can be used to unlock * a bit lock, however it would only be used if no other CPU can modify * any bits in the memory until the lock is released (a good example is * if the bit lock itself protects access to the other bits in the word). * * On RISC-V systems there seems to be no benefit to taking advantage of the * non-atomic property here: it's a lot more instructions and we still have to * provide release semantics anyway. */ static inline void __clear_bit_unlock( unsigned long nr, volatile unsigned long *addr) { clear_bit_unlock(nr, addr); } #undef __test_and_op_bit #undef __op_bit #undef __NOP #undef __NOT #undef __AMO #include <asm-generic/bitops/non-atomic.h> #include <asm-generic/bitops/le.h> #include <asm-generic/bitops/ext2-atomic.h> #endif /* _ASM_RISCV_BITOPS_H */
Save
cmd:
run