Searched defs:set_bit (Results 1 - 25 of 25) sorted by relevance

/arch/sparc/lib/
H A Dbitops.S80 .globl set_bit
81 .type set_bit,#function
82 set_bit: /* %o0=nr, %o1=addr */ label
99 .size set_bit, .-set_bit
H A Dksyms.c151 EXPORT_SYMBOL(set_bit); variable
/arch/x86/boot/
H A Dbitops.h38 static inline void set_bit(int nr, void *addr) function
/arch/cris/include/asm/
H A Dbitops.h26 * set_bit - Atomically set a bit in memory
36 #define set_bit(nr, addr) (void)test_and_set_bit(nr, addr) macro
/arch/m32r/include/asm/
H A Dbitops.h34 * set_bit - Atomically set a bit in memory
43 static __inline__ void set_bit(int nr, volatile void * addr) function
/arch/sh/include/asm/
H A Dbitops-grb.h4 static inline void set_bit(int nr, volatile void * addr) function
H A Dbitops-llsc.h4 static inline void set_bit(int nr, volatile void *addr) function
15 "movli.l @%1, %0 ! set_bit \n\t"
/arch/sparc/include/asm/
H A Dbitops_32.h41 static inline void set_bit(unsigned long nr, volatile unsigned long *addr) function
/arch/tile/include/asm/
H A Dbitops_32.h27 * set_bit - Atomically set a bit in memory
36 static inline void set_bit(unsigned nr, volatile unsigned long *addr) function
H A Dbitops_64.h23 static inline void set_bit(unsigned nr, volatile unsigned long *addr) function
/arch/blackfin/include/asm/
H A Dbitops.h61 static inline void set_bit(int nr, volatile unsigned long *addr) function
/arch/avr32/include/asm/
H A Dbitops.h24 * set_bit - Atomically set a bit in memory
34 static inline void set_bit(int nr, volatile void * addr) function
/arch/parisc/include/asm/
H A Dbitops.h31 static __inline__ void set_bit(int nr, volatile unsigned long * addr) function
/arch/arm/include/asm/
H A Dbitops.h190 #define set_bit(nr,p) ATOMIC_BITOP(set_bit,nr,p) macro
/arch/hexagon/include/asm/
H A Dbitops.h127 static inline void set_bit(int nr, volatile void *addr) function
/arch/mips/include/asm/
H A Dbitops.h49 * set_bit - Atomically set a bit in memory
58 static inline void set_bit(unsigned long nr, volatile unsigned long *addr) function
67 "1: " __LL "%0, %1 # set_bit \n"
78 " " __LL "%0, %1 # set_bit \n"
89 " " __LL "%0, %1 # set_bit \n"
/arch/mn10300/include/asm/
H A Dbitops.h34 asm volatile("bset %2,(%1) # set_bit reg" \
40 #define set_bit(nr, addr) __set_bit((nr), (addr)) macro
/arch/alpha/include/asm/
H A Dbitops.h28 set_bit(unsigned long nr, volatile void * addr) function
/arch/frv/include/asm/
H A Dbitops.h144 static inline void set_bit(unsigned long nr, volatile void *addr) function
/arch/ia64/include/asm/
H A Dbitops.h21 * set_bit - Atomically set a bit in memory
38 set_bit (int nr, volatile void *addr) function
58 * Unlike set_bit(), this function is non-atomic and may be reordered.
/arch/m68k/include/asm/
H A Dbitops.h58 #define set_bit(nr, vaddr) bset_reg_set_bit(nr, vaddr) macro
60 #define set_bit(nr, vaddr) bset_mem_set_bit(nr, vaddr) macro
62 #define set_bit(nr, vaddr) (__builtin_constant_p(nr) ? \ macro
67 #define __set_bit(nr, vaddr) set_bit(nr, vaddr)
/arch/powerpc/include/asm/
H A Dbitops.h84 static __inline__ void set_bit(int nr, volatile unsigned long *addr) function
/arch/x86/include/asm/
H A Dbitops.h45 * set_bit - Atomically set a bit in memory
60 set_bit(unsigned int nr, volatile unsigned long *addr) function
78 * Unlike set_bit(), this function is non-atomic and may be reordered.
/arch/s390/include/asm/
H A Dbitops.h38 * with operation of the form "set_bit(bitnr, flags)".
57 * with operation of the form "set_bit(bitnr, flags)".
113 * SMP safe set_bit routine based on compare and swap (CS)
219 * fast, non-SMP set_bit routine
358 #define set_bit set_bit_cs macro
365 #define set_bit set_bit_simple macro
/arch/sparc/kernel/
H A Dpci.c970 static void ali_sound_dma_hack(struct pci_dev *pdev, int set_bit) argument
983 if (set_bit)

Completed in 709 milliseconds