Searched refs:change_bit (Results 1 - 25 of 33) sorted by relevance

12

/arch/mn10300/lib/
H A Dbitops.c17 void change_bit(unsigned long nr, volatile void *addr) function
/arch/arm64/include/asm/
H A Dsync_bitops.h19 #define sync_change_bit(nr, p) change_bit(nr, p)
H A Dbitops.h31 extern void change_bit(int nr, volatile unsigned long *p);
/arch/arm64/kernel/
H A Darm64ksyms.c62 EXPORT_SYMBOL(change_bit); variable
/arch/mn10300/kernel/
H A Dmn10300_ksyms.c18 EXPORT_SYMBOL(change_bit); variable
/arch/sh/include/asm/
H A Dbitops-grb.h51 static inline void change_bit(int nr, volatile void * addr) function
H A Dbitops-llsc.h46 static inline void change_bit(int nr, volatile void *addr) function
57 "movli.l @%1, %0 ! change_bit \n\t"
/arch/sparc/include/asm/
H A Dbitops_64.h23 void change_bit(unsigned long nr, volatile unsigned long *addr);
H A Dbitops_32.h81 static inline void change_bit(unsigned long nr, volatile unsigned long *addr) function
/arch/tile/include/asm/
H A Dbitops_32.h61 * change_bit - Toggle a bit in memory
65 * change_bit() is atomic and may not be reordered.
70 static inline void change_bit(unsigned nr, volatile unsigned long *addr) function
H A Dbitops_64.h35 static inline void change_bit(unsigned nr, volatile unsigned long *addr) function
/arch/arm64/lib/
H A Dbitops.S63 bitop change_bit, eor
/arch/cris/include/asm/
H A Dbitops.h53 * change_bit - Toggle a bit in memory
57 * change_bit() is atomic and may not be reordered.
62 #define change_bit(nr, addr) (void)test_and_change_bit(nr, addr) macro
/arch/m68k/include/asm/
H A Dbitops.h139 #define change_bit(nr, vaddr) bchg_reg_change_bit(nr, vaddr) macro
141 #define change_bit(nr, vaddr) bchg_mem_change_bit(nr, vaddr) macro
143 #define change_bit(nr, vaddr) (__builtin_constant_p(nr) ? \ macro
148 #define __change_bit(nr, vaddr) change_bit(nr, vaddr)
/arch/blackfin/include/asm/
H A Dbitops.h70 static inline void change_bit(int nr, volatile unsigned long *addr) function
/arch/hexagon/include/asm/
H A Dbitops.h130 static inline void change_bit(int nr, volatile void *addr) function
/arch/metag/include/asm/
H A Dbitops.h38 static inline void change_bit(unsigned int bit, volatile unsigned long *p) function
/arch/mn10300/include/asm/
H A Dbitops.h89 extern void change_bit(unsigned long nr, volatile void *addr);
/arch/sparc/lib/
H A Dksyms.c127 EXPORT_SYMBOL(change_bit); variable
H A Dbitops.S113 ENTRY(change_bit) /* %o0=nr, %o1=addr */ function
130 ENDPROC(change_bit)
/arch/xtensa/include/asm/
H A Dbitops.h139 static inline void change_bit(unsigned int bit, volatile unsigned long *p) function
/arch/arc/include/asm/
H A Dbitops.h67 static inline void change_bit(unsigned long nr, volatile unsigned long *m) function
214 static inline void change_bit(unsigned long nr, volatile unsigned long *m) function
/arch/arm/include/asm/
H A Dbitops.h190 #define change_bit(nr,p) ATOMIC_BITOP(change_bit,nr,p) macro
/arch/avr32/include/asm/
H A Dbitops.h98 * change_bit - Toggle a bit in memory
102 * change_bit() is atomic and may not be reordered.
106 static inline void change_bit(int nr, volatile void * addr) function
/arch/m32r/include/asm/
H A Dbitops.h108 * change_bit - Toggle a bit in memory
112 * change_bit() is atomic and may not be reordered.
116 static __inline__ void change_bit(int nr, volatile void * addr) function

Completed in 441 milliseconds

12