/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/powerpc/include/asm/ |
D | ppc-opcode.h | 309 #define ___PPC_RB(b) (((b) & 0x1f) << 11) argument 318 #define __PPC_RB(b) ___PPC_RB(__REG_##b) argument 322 #define __PPC_XB(b) ((((b) & 0x1f) << 11) | (((b) & 0x20) >> 4)) argument 365 #define PPC_RAW_COPY(a, b) (PPC_INST_COPY | ___PPC_RA(a) | ___PPC_RB(b)) argument 367 #define PPC_RAW_DCBAL(a, b) (0x7c2005ec | __PPC_RA(a) | __PPC_RB(b)) argument 368 #define PPC_RAW_DCBZL(a, b) (0x7c2007ec | __PPC_RA(a) | __PPC_RB(b)) argument 369 #define PPC_RAW_LQARX(t, a, b, eh) (0x7c000228 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC… argument 370 #define PPC_RAW_LDARX(t, a, b, eh) (0x7c0000a8 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC… argument 371 #define PPC_RAW_LWARX(t, a, b, eh) (0x7c000028 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC… argument 374 #define PPC_RAW_STQCX(t, a, b) (0x7c00016d | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b)) argument [all …]
|
/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/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
|
/arch/alpha/include/asm/ |
D | jensen.h | 119 __EXTERN_INLINE void jensen_local_outb(u8 b, unsigned long addr) in jensen_local_outb() 134 __EXTERN_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()
|
D | io.h | 134 #define IO_CONCAT(a,b) _IO_CONCAT(a,b) argument 135 #define _IO_CONCAT(a,b) a ## _ ## b argument 328 extern inline void iowrite8(u8 b, void __iomem *addr) in iowrite8() 334 extern inline void iowrite16(u16 b, void __iomem *addr) in iowrite16() 350 extern inline void outb(u8 b, unsigned long port) in outb() 355 extern inline void outw(u16 b, unsigned long port) in outw() 371 extern inline void iowrite32(u32 b, void __iomem *addr) in iowrite32() 382 extern inline void outl(u32 b, unsigned long port) in outl() 399 extern inline void __raw_writeb(u8 b, volatile void __iomem *addr) in __raw_writeb() 404 extern inline void __raw_writew(u16 b, volatile void __iomem *addr) in __raw_writew() [all …]
|
/arch/alpha/kernel/ |
D | io.c | 44 void iowrite8(u8 b, void __iomem *addr) in iowrite8() 50 void iowrite16(u16 b, void __iomem *addr) in iowrite16() 56 void iowrite32(u32 b, void __iomem *addr) in iowrite32() 84 void outb(u8 b, unsigned long port) in outb() 89 void outw(u16 b, unsigned long port) in outw() 94 void outl(u32 b, unsigned long port) in outl() 126 void __raw_writeb(u8 b, volatile void __iomem *addr) in __raw_writeb() 131 void __raw_writew(u16 b, volatile void __iomem *addr) in __raw_writew() 136 void __raw_writel(u32 b, volatile void __iomem *addr) in __raw_writel() 141 void __raw_writeq(u64 b, volatile void __iomem *addr) in __raw_writeq() [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 | 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
|
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
|
/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/powerpc/kernel/ |
D | fpu.S | 53 #define __REST_1FPVSR(n,b,base) REST_FPR(n, base) argument 54 #define __REST_32FPVSRS(n,b,base) REST_32FPRS(n, base) argument 55 #define __SAVE_32FPVSRS(n,b,base) SAVE_32FPRS(n, base) argument
|
/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
|
/arch/powerpc/platforms/powernv/ |
D | opal-lpc.c | 116 static void opal_lpc_insb(unsigned long p, void *b, unsigned long c) in opal_lpc_insb() 124 static void opal_lpc_insw(unsigned long p, void *b, unsigned long c) in opal_lpc_insw() 132 static void opal_lpc_insl(unsigned long p, void *b, unsigned long c) in opal_lpc_insl() 140 static void opal_lpc_outsb(unsigned long p, const void *b, unsigned long c) in opal_lpc_outsb() 148 static void opal_lpc_outsw(unsigned long p, const void *b, unsigned long c) in opal_lpc_outsw() 156 static void opal_lpc_outsl(unsigned long p, const void *b, unsigned long c) in opal_lpc_outsl()
|
/arch/sh/kernel/cpu/sh4/ |
D | softfloat.c | 224 static float64 subFloat64Sigs(float64 a, float64 b, flag zSign) in subFloat64Sigs() 285 static float64 addFloat64Sigs(float64 a, float64 b, flag zSign) in addFloat64Sigs() 454 static float32 subFloat32Sigs(float32 a, float32 b, flag zSign) in subFloat32Sigs() 516 static float32 addFloat32Sigs(float32 a, float32 b, flag zSign) in addFloat32Sigs() 573 float64 float64_sub(float64 a, float64 b) in float64_sub() 587 float32 float32_sub(float32 a, float32 b) in float32_sub() 601 float32 float32_add(float32 a, float32 b) in float32_add() 615 float64 float64_add(float64 a, float64 b) in float64_add() 656 static bits64 estimateDiv128To64(bits64 a0, bits64 a1, bits64 b) in estimateDiv128To64() 682 void mul64To128(bits64 a, bits64 b, bits64 * z0Ptr, bits64 * z1Ptr) in mul64To128() [all …]
|
/arch/arm/kernel/ |
D | atags_proc.c | 16 struct buffer *b = PDE_DATA(file_inode(file)); in atags_read() local 41 struct buffer *b; in init_atags_procfs() local
|