| /u-boot/arch/x86/include/asm/ |
| A D | bitops.h | 39 static __inline__ void set_bit(int nr, volatile void * addr) in set_bit() 56 static __inline__ void __set_bit(int nr, volatile void * addr) in __set_bit() 76 static __inline__ void clear_bit(int nr, volatile void * addr) in clear_bit() 95 static __inline__ void __change_bit(int nr, volatile void * addr) in __change_bit() 112 static __inline__ void change_bit(int nr, volatile void * addr) in change_bit() 128 static __inline__ int test_and_set_bit(int nr, volatile void * addr) in test_and_set_bit() 148 static __inline__ int __test_and_set_bit(int nr, volatile void * addr) in __test_and_set_bit() 167 static __inline__ int test_and_clear_bit(int nr, volatile void * addr) in test_and_clear_bit() 243 static __inline__ int variable_test_bit(int nr, volatile void * addr) in variable_test_bit() 330 static __inline__ unsigned long ffz(unsigned long word) in ffz() [all …]
|
| A D | byteorder.h | 9 static __inline__ __u32 ___arch__swab32(__u32 x) in ___arch__swab32() 20 static __inline__ __u16 ___arch__swab16(__u16 x) in ___arch__swab16()
|
| /u-boot/arch/mips/include/asm/ |
| A D | bitops.h | 64 static __inline__ void 88 static __inline__ void __set_bit(int nr, volatile void * addr) in __set_bit() 106 static __inline__ void 130 static __inline__ void 169 static __inline__ int 220 static __inline__ int 272 static __inline__ int 327 static __inline__ void set_bit(int nr, volatile void * addr) in set_bit() 684 static __inline__ unsigned long ffz(unsigned long word) in ffz() 790 static __inline__ int ext2_set_bit(int nr, void * addr) in ext2_set_bit() [all …]
|
| A D | byteorder.h | 14 static __inline__ __attribute_const__ __u16 ___arch__swab16(__u16 x) in ___arch__swab16() 25 static __inline__ __attribute_const__ __u32 ___arch__swab32(__u32 x) in ___arch__swab32() 39 static __inline__ __attribute_const__ __u64 ___arch__swab64(__u64 x) in ___arch__swab64()
|
| A D | posix_types.h | 56 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_SET() 64 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_CLR() 72 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET() 84 static __inline__ void __FD_ZERO(__kernel_fd_set *__p) in __FD_ZERO()
|
| A D | system.h | 24 static __inline__ void 48 static __inline__ void 209 static __inline__ unsigned long xchg_u32(volatile int * m, unsigned long val) in xchg_u32() 244 static __inline__ unsigned long
|
| /u-boot/arch/powerpc/include/asm/ |
| A D | bitops.h | 31 static __inline__ void set_bit(int nr, volatile void * addr) in set_bit() 48 static __inline__ void clear_bit(int nr, volatile void *addr) in clear_bit() 65 static __inline__ void change_bit(int nr, volatile void *addr) in change_bit() 82 static __inline__ int test_and_set_bit(int nr, volatile void *addr) in test_and_set_bit() 149 static __inline__ int __ilog2(unsigned int x) in __ilog2() 157 static __inline__ int ffz(unsigned int x) in ffz() 170 static __inline__ int fls(unsigned int x) in fls() 213 static __inline__ int ffs(int x) in ffs() 237 static __inline__ unsigned long find_next_zero_bit(void * addr, in find_next_zero_bit() 285 static __inline__ int ext2_set_bit(int nr, void * addr) in ext2_set_bit() [all …]
|
| A D | byteorder.h | 8 static __inline__ unsigned ld_le16(const volatile unsigned short *addr) in ld_le16() 16 static __inline__ void st_le16(volatile unsigned short *addr, const unsigned val) in st_le16() 21 static __inline__ unsigned ld_le32(const volatile unsigned *addr) in ld_le32() 29 static __inline__ void st_le32(volatile unsigned *addr, const unsigned val) in st_le32() 42 static __inline__ __attribute__((const)) __u16 ___arch__swab16(__u16 value) in ___arch__swab16() 52 static __inline__ __attribute__((const)) __u32 ___arch__swab32(__u32 value) in ___arch__swab32()
|
| A D | atomic.h | 22 static __inline__ int atomic_add_return(int a, atomic_t *v) in atomic_add_return() 38 static __inline__ int atomic_sub_return(int a, atomic_t *v) in atomic_sub_return() 54 static __inline__ int atomic_inc_return(atomic_t *v) in atomic_inc_return() 70 static __inline__ int atomic_dec_return(atomic_t *v) in atomic_dec_return()
|
| A D | posix_types.h | 58 static __inline__ void __FD_SET(unsigned long fd, __kernel_fd_set *fdsetp) in __FD_SET() 66 static __inline__ void __FD_CLR(unsigned long fd, __kernel_fd_set *fdsetp) in __FD_CLR() 74 static __inline__ int __FD_ISSET(unsigned long fd, __kernel_fd_set *p) in __FD_ISSET() 86 static __inline__ void __FD_ZERO(__kernel_fd_set *p) in __FD_ZERO()
|
| /u-boot/include/ |
| A D | mpc86xx.h | 54 static __inline__ unsigned long get_hid0 (void) in get_hid0() 61 static __inline__ unsigned long get_hid1 (void) in get_hid1() 68 static __inline__ void set_hid0 (unsigned long hid0) in set_hid0() 73 static __inline__ void set_hid1 (unsigned long hid1) in set_hid1() 79 static __inline__ unsigned long get_l2cr (void) in get_l2cr()
|
| A D | fsl_ddr.h | 38 static __inline__ int
|
| /u-boot/arch/m68k/include/asm/ |
| A D | byteorder.h | 32 static __inline__ unsigned ld_le16(const volatile unsigned short *addr) in ld_le16() 37 static __inline__ void st_le16(volatile unsigned short *addr, in st_le16() 43 static __inline__ unsigned ld_le32(const volatile unsigned *addr) in ld_le32() 48 static __inline__ void st_le32(volatile unsigned *addr, const unsigned val) in st_le32() 62 static __inline__ __attribute__ ((const)) 68 static __inline__ __attribute__ ((const))
|
| A D | posix_types.h | 58 static __inline__ void __FD_SET(unsigned long fd, __kernel_fd_set *fdsetp) in __FD_SET() 66 static __inline__ void __FD_CLR(unsigned long fd, __kernel_fd_set *fdsetp) in __FD_CLR() 74 static __inline__ int __FD_ISSET(unsigned long fd, __kernel_fd_set *p) in __FD_ISSET() 86 static __inline__ void __FD_ZERO(__kernel_fd_set *p) in __FD_ZERO()
|
| /u-boot/include/linux/byteorder/ |
| A D | swab.h | 103 static __inline__ __attribute__((const)) __u16 __fswab16(__u16 x) in __fswab16() 107 static __inline__ __u16 __swab16p(const __u16 *x) in __swab16p() 111 static __inline__ void __swab16s(__u16 *addr) in __swab16s() 116 static __inline__ __attribute__((const)) __u32 __fswab32(__u32 x) in __fswab32() 120 static __inline__ __u32 __swab32p(const __u32 *x) in __swab32p() 124 static __inline__ void __swab32s(__u32 *addr) in __swab32s() 129 static __inline__ __attribute__((const)) __u64 __fswab64(__u64 x) in __fswab64() 139 static __inline__ __u64 __swab64p(const __u64 *x) in __swab64p() 143 static __inline__ void __swab64s(__u64 *addr) in __swab64s()
|
| /u-boot/arch/sh/include/asm/ |
| A D | posix_types.h | 53 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_SET() 61 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_CLR() 70 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET() 82 static __inline__ void __FD_ZERO(__kernel_fd_set *__p) in __FD_ZERO()
|
| /u-boot/arch/powerpc/lib/ |
| A D | interrupts.c | 26 static __inline__ unsigned long get_dec (void) in get_dec() 36 static __inline__ void set_dec (unsigned long val) in set_dec()
|
| /u-boot/arch/m68k/lib/ |
| A D | interrupts.c | 29 static __inline__ unsigned short get_sr (void) in get_sr() 38 static __inline__ void set_sr (unsigned short sr) in set_sr()
|
| /u-boot/arch/powerpc/cpu/mpc85xx/ |
| A D | traps.c | 43 static __inline__ void set_tsr(unsigned long val) in set_tsr() 48 static __inline__ unsigned long get_esr(void) in get_esr()
|
| /u-boot/common/ |
| A D | xyzModem.c | 92 __inline__ static bool 100 __inline__ static int 121 __inline__ static char
|
| /u-boot/fs/reiserfs/ |
| A D | reiserfs_private.h | 483 static __inline__ unsigned long 502 static __inline__ int
|
| /u-boot/include/linux/ |
| A D | compiler_types.h | 159 #define __inline__ inline macro
|
| /u-boot/lib/bzip2/ |
| A D | bzlib_blocksort.c | 72 __inline__ 387 __inline__ 623 __inline__
|
| A D | bzlib_private.h | 96 #define __inline__ /* */ macro
|
| /u-boot/arch/powerpc/cpu/mpc83xx/ |
| A D | spd_sdram.c | 869 static __inline__ unsigned long get_tbms (void) in get_tbms()
|