| /arch/ia64/lib/ |
| D | idiv64.S | 29 # define INT_TO_FP(a,b) fcvt.xuf.s1 a=b argument 30 # define FP_TO_INT(a,b) fcvt.fxu.trunc.s1 a=b argument 33 # define INT_TO_FP(a,b) fcvt.xf a=b argument 34 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b argument 37 #define PASTE1(a,b) a##b argument 38 #define PASTE(a,b) PASTE1(a,b) argument
|
| D | idiv32.S | 30 # define INT_TO_FP(a,b) fcvt.xuf.s1 a=b argument 31 # define FP_TO_INT(a,b) fcvt.fxu.trunc.s1 a=b argument 35 # define INT_TO_FP(a,b) fcvt.xf a=b argument 36 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b argument 39 #define PASTE1(a,b) a##b argument 40 #define PASTE(a,b) PASTE1(a,b) argument
|
| /arch/sparc/crypto/ |
| D | opcodes.h | 18 #define CRC32C(a,b,c) \ argument 30 #define AES_EROUND01(a,b,c,d) \ argument 32 #define AES_EROUND23(a,b,c,d) \ argument 34 #define AES_DROUND01(a,b,c,d) \ argument 36 #define AES_DROUND23(a,b,c,d) \ argument 38 #define AES_EROUND01_L(a,b,c,d) \ argument 40 #define AES_EROUND23_L(a,b,c,d) \ argument 42 #define AES_DROUND01_L(a,b,c,d) \ argument 44 #define AES_DROUND23_L(a,b,c,d) \ argument 46 #define AES_KEXPAND1(a,b,c,d) \ argument [all …]
|
| /arch/h8300/include/asm/ |
| D | io.h | 30 static inline void __raw_writeb(u8 b, const volatile void __iomem *addr) in __raw_writeb() 36 static inline void __raw_writew(u16 b, const volatile void __iomem *addr) in __raw_writew() 42 static inline void __raw_writel(u32 b, const volatile void __iomem *addr) in __raw_writel() 47 static inline void ctrl_bclr(int b, void __iomem *addr) in ctrl_bclr() 55 static inline void ctrl_bset(int b, void __iomem *addr) in ctrl_bset()
|
| /arch/mips/lib/ |
| D | multi3.c | 15 static inline long long notrace dmulu(long long a, long long b) in dmulu() 24 static inline long long notrace dmuhu(long long a, long long b) in dmuhu() 33 ti_type notrace __multi3(ti_type a, ti_type b) in __multi3()
|
| /arch/mips/math-emu/ |
| D | ieee754.c | 28 #define xPCNST(s, b, m, ebias) \ argument 37 #define DPCNST(s, b, m) \ argument 61 #define SPCNST(s, b, m) \ argument
|
| /arch/powerpc/xmon/ |
| D | spu-insns.h | 117 #define _A2(a,b) {2,a,b} argument 118 #define _A3(a,b,c) {3,a,b,c} argument 119 #define _A4(a,b,c,d) {4,a,b,c,d} argument
|
| /arch/powerpc/lib/ |
| D | test_emulate_step.c | 25 #define TEST_LWZX(t, a, b) (PPC_INST_LWZX | ___PPC_RT(t) | \ argument 29 #define TEST_LDARX(t, a, b, eh) (PPC_INST_LDARX | ___PPC_RT(t) | \ argument 32 #define TEST_STDCX(s, a, b) (PPC_INST_STDCX | ___PPC_RS(s) | \ argument 34 #define TEST_LFSX(t, a, b) (PPC_INST_LFSX | ___PPC_RT(t) | \ argument 36 #define TEST_STFSX(s, a, b) (PPC_INST_STFSX | ___PPC_RS(s) | \ argument 38 #define TEST_LFDX(t, a, b) (PPC_INST_LFDX | ___PPC_RT(t) | \ argument 40 #define TEST_STFDX(s, a, b) (PPC_INST_STFDX | ___PPC_RS(s) | \ argument 42 #define TEST_LVX(t, a, b) (PPC_INST_LVX | ___PPC_RT(t) | \ argument 44 #define TEST_STVX(s, a, b) (PPC_INST_STVX | ___PPC_RS(s) | \ argument 46 #define TEST_LXVD2X(s, a, b) (PPC_INST_LXVD2X | VSX_XX1((s), R##a, R##b)) argument [all …]
|
| /arch/arm/mach-ebsa110/include/mach/ |
| D | io.h | 51 #define readb(b) __readb(b) argument 52 #define readw(b) __readw(b) argument 53 #define readl(b) __readl(b) argument 58 #define writeb(v,b) __writeb(v,b) argument 59 #define writew(v,b) __writew(v,b) argument 60 #define writel(v,b) __writel(v,b) argument
|
| /arch/sh/include/asm/ |
| D | io_generic.h | 8 #define IO_CONCAT(a,b) _IO_CONCAT(a,b) argument 9 #define _IO_CONCAT(a,b) a ## _ ## b argument
|
| D | io_noioport.h | 56 #define insb(a, b, c) BUG() argument 57 #define insw(a, b, c) BUG() argument 58 #define insl(a, b, c) BUG() argument 60 #define outsb(a, b, c) BUG() argument 61 #define outsw(a, b, c) BUG() argument 62 #define outsl(a, b, c) BUG() argument
|
| /arch/alpha/include/asm/ |
| D | io.h | 135 #define IO_CONCAT(a,b) _IO_CONCAT(a,b) argument 136 #define _IO_CONCAT(a,b) a ## _ ## b argument 337 extern inline void iowrite8(u8 b, void __iomem *addr) in iowrite8() 343 extern inline void iowrite16(u16 b, void __iomem *addr) in iowrite16() 359 extern inline void outb(u8 b, unsigned long port) in outb() 364 extern inline void outw(u16 b, unsigned long port) in outw() 378 extern inline void iowrite32(u32 b, void __iomem *addr) in iowrite32() 389 extern inline void outl(u32 b, unsigned long port) in outl() 406 extern inline void __raw_writeb(u8 b, volatile void __iomem *addr) in __raw_writeb() 411 extern inline void __raw_writew(u16 b, volatile void __iomem *addr) in __raw_writew() [all …]
|
| D | jensen.h | 119 static inline void jensen_local_outb(u8 b, unsigned long addr) in jensen_local_outb() 134 static inline void jensen_bus_outb(u8 b, unsigned long addr) in jensen_bus_outb() 162 __EXTERN_INLINE void jensen_outb(u8 b, unsigned long addr) in jensen_outb() 186 __EXTERN_INLINE void jensen_outw(u16 b, unsigned long addr) in jensen_outw() 193 __EXTERN_INLINE void jensen_outl(u32 b, unsigned long addr) in jensen_outl() 249 __EXTERN_INLINE void jensen_writeb(u8 b, volatile void __iomem *xaddr) in jensen_writeb() 257 __EXTERN_INLINE void jensen_writew(u16 b, volatile void __iomem *xaddr) in jensen_writew() 265 __EXTERN_INLINE void jensen_writel(u32 b, volatile void __iomem *xaddr) in jensen_writel() 273 __EXTERN_INLINE void jensen_writeq(u64 b, volatile void __iomem *xaddr) in jensen_writeq()
|
| /arch/alpha/kernel/ |
| D | io.c | 38 void iowrite8(u8 b, void __iomem *addr) in iowrite8() 44 void iowrite16(u16 b, void __iomem *addr) in iowrite16() 50 void iowrite32(u32 b, void __iomem *addr) in iowrite32() 78 void outb(u8 b, unsigned long port) in outb() 83 void outw(u16 b, unsigned long port) in outw() 88 void outl(u32 b, unsigned long port) in outl() 120 void __raw_writeb(u8 b, volatile void __iomem *addr) in __raw_writeb() 125 void __raw_writew(u16 b, volatile void __iomem *addr) in __raw_writew() 130 void __raw_writel(u32 b, volatile void __iomem *addr) in __raw_writel() 135 void __raw_writeq(u64 b, volatile void __iomem *addr) in __raw_writeq() [all …]
|
| /arch/powerpc/net/ |
| D | bpf_jit.h | 50 #define PPC_STDX(r, base, b) EMIT(PPC_INST_STDX | ___PPC_RS(r) | \ argument 67 #define PPC_LDX(r, base, b) EMIT(PPC_INST_LDX | ___PPC_RT(r) | \ argument 73 #define PPC_LHBRX(r, base, b) EMIT(PPC_INST_LHBRX | ___PPC_RT(r) | \ argument 75 #define PPC_LDBRX(r, base, b) EMIT(PPC_INST_LDBRX | ___PPC_RT(r) | \ argument 78 #define PPC_BPF_LDARX(t, a, b, eh) EMIT(PPC_INST_LDARX | ___PPC_RT(t) | \ argument 81 #define PPC_BPF_LWARX(t, a, b, eh) EMIT(PPC_INST_LWARX | ___PPC_RT(t) | \ argument 84 #define PPC_BPF_STWCX(s, a, b) EMIT(PPC_INST_STWCX | ___PPC_RS(s) | \ argument 86 #define PPC_BPF_STDCX(s, a, b) EMIT(PPC_INST_STDCX | ___PPC_RS(s) | \ argument 90 #define PPC_CMPW(a, b) EMIT(PPC_INST_CMPW | ___PPC_RA(a) | \ argument 92 #define PPC_CMPD(a, b) EMIT(PPC_INST_CMPD | ___PPC_RA(a) | \ argument [all …]
|
| /arch/powerpc/include/asm/ |
| D | ppc-opcode.h | 382 #define ___PPC_RB(b) (((b) & 0x1f) << 11) argument 391 #define __PPC_RB(b) ___PPC_RB(__REG_##b) argument 395 #define __PPC_XB(b) ((((b) & 0x1f) << 11) | (((b) & 0x20) >> 4)) argument 433 #define PPC_COPY(a, b) stringify_in_c(.long PPC_INST_COPY | \ argument 438 #define PPC_DCBAL(a, b) stringify_in_c(.long PPC_INST_DCBAL | \ argument 440 #define PPC_DCBZL(a, b) stringify_in_c(.long PPC_INST_DCBZL | \ argument 442 #define PPC_LQARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LQARX | \ argument 445 #define PPC_LDARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LDARX | \ argument 448 #define PPC_LWARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LWARX | \ argument 451 #define PPC_STQCX(t, a, b) stringify_in_c(.long PPC_INST_STQCX | \ argument [all …]
|
| /arch/mips/kernel/ |
| D | r2300_fpu.S | 23 #define EX(a,b) \ argument 29 #define EX2(a,b) \ argument
|
| /arch/arm/nwfpe/ |
| D | softfloat.h | 238 static inline flag float32_eq_nocheck(float32 a, float32 b) in float32_eq_nocheck() 243 static inline flag float32_lt_nocheck(float32 a, float32 b) in float32_lt_nocheck() 259 static inline flag float64_eq_nocheck(float64 a, float64 b) in float64_eq_nocheck() 264 static inline flag float64_lt_nocheck(float64 a, float64 b) in float64_lt_nocheck()
|
| D | softfloat.c | 1029 static float32 addFloat32Sigs( struct roundingData *roundData, float32 a, float32 b, flag zSign ) in addFloat32Sigs() 1101 static float32 subFloat32Sigs( struct roundingData *roundData, float32 a, float32 b, flag zSign ) in subFloat32Sigs() 1175 float32 float32_add( struct roundingData *roundData, float32 a, float32 b ) in float32_add() 1197 float32 float32_sub( struct roundingData *roundData, float32 a, float32 b ) in float32_sub() 1219 float32 float32_mul( struct roundingData *roundData, float32 a, float32 b ) in float32_mul() 1280 float32 float32_div( struct roundingData *roundData, float32 a, float32 b ) in float32_div() 1347 float32 float32_rem( struct roundingData *roundData, float32 a, float32 b ) in float32_rem() 1505 flag float32_eq( float32 a, float32 b ) in float32_eq() 1528 flag float32_le( float32 a, float32 b ) in float32_le() 1552 flag float32_lt( float32 a, float32 b ) in float32_lt() [all …]
|
| /arch/x86/xen/ |
| D | multicalls.c | 58 struct mc_buffer *b = this_cpu_ptr(&mc_buffer); in xen_mc_flush() local 140 struct mc_buffer *b = this_cpu_ptr(&mc_buffer); in __xen_mc_entry() local 171 struct mc_buffer *b = this_cpu_ptr(&mc_buffer); in xen_mc_extend_args() local 201 struct mc_buffer *b = this_cpu_ptr(&mc_buffer); in xen_mc_callback() local
|
| /arch/m68k/include/asm/ |
| D | nubus.h | 16 #define nubus_memset_io(a,b,c) memset((void *)(a),(b),(c)) argument 17 #define nubus_memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) argument 18 #define nubus_memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) argument
|
| D | zorro.h | 16 #define z_memset_io(a,b,c) memset((void *)(a),(b),(c)) argument 17 #define z_memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) argument 18 #define z_memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) argument
|
| /arch/parisc/include/asm/ |
| D | hash.h | 33 u32 a, b, c; in __hash_32() local 120 u64 b, c, d; in hash_64() local
|
| /arch/x86/crypto/ |
| D | twofish-i586-asm_32.S | 67 #define encrypt_round(a,b,c,d,round)\ argument 105 #define encrypt_last_round(a,b,c,d,round)\ argument 142 #define decrypt_round(a,b,c,d,round)\ argument 180 #define decrypt_last_round(a,b,c,d,round)\ argument
|
| D | twofish-x86_64-asm_64.S | 66 #define encrypt_round(a,b,c,d,round)\ argument 102 #define encrypt_last_round(a,b,c,d,round)\ argument 139 #define decrypt_round(a,b,c,d,round)\ argument 175 #define decrypt_last_round(a,b,c,d,round)\ argument
|