/arch/ia64/lib/ |
D | idiv64.S | 27 # define INT_TO_FP(a,b) fcvt.xuf.s1 a=b argument 28 # define FP_TO_INT(a,b) fcvt.fxu.trunc.s1 a=b argument 31 # define INT_TO_FP(a,b) fcvt.xf a=b argument 32 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b argument 35 #define PASTE1(a,b) a##b argument 36 #define PASTE(a,b) PASTE1(a,b) argument
|
D | idiv32.S | 28 # define INT_TO_FP(a,b) fcvt.xuf.s1 a=b argument 29 # 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
|
/arch/xtensa/include/asm/ |
D | io.h | 103 #define writeb(b, addr) (void)((*(volatile unsigned char *)(addr)) = (b)) argument 104 #define writew(b, addr) (void)((*(volatile unsigned short *)(addr)) = (b)) argument 105 #define writel(b, addr) (void)((*(volatile unsigned int *)(addr)) = (b)) argument 119 static inline void __raw_writeb(__u8 b, volatile void __iomem *addr) in __raw_writeb() 123 static inline void __raw_writew(__u16 b, volatile void __iomem *addr) in __raw_writew() 127 static inline void __raw_writel(__u32 b, volatile void __iomem *addr) in __raw_writel() 162 #define memset_io(a,b,c) memset((void *)(a),(b),(c)) argument 163 #define memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) argument 164 #define memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) argument 172 # define out_8(b, addr) *(u8*)(addr) = (b) argument [all …]
|
/arch/arm/mach-ebsa110/include/mach/ |
D | io.h | 56 #define readb(b) __readb(b) argument 57 #define readw(b) __readw(b) argument 58 #define readl(b) __readl(b) argument 63 #define writeb(v,b) __writeb(v,b) argument 64 #define writew(v,b) __writew(v,b) argument 65 #define writel(v,b) __writel(v,b) argument
|
/arch/powerpc/xmon/ |
D | spu-insns.h | 128 #define _A2(a,b) {2,a,b} argument 129 #define _A3(a,b,c) {3,a,b,c} argument 130 #define _A4(a,b,c,d) {4,a,b,c,d} argument
|
/arch/um/include/asm/ |
D | io.h | 36 static inline void writeb(unsigned char b, volatile void __iomem *addr) in writeb() 40 static inline void writew(unsigned short b, volatile void __iomem *addr) in writew() 44 static inline void writel(unsigned int b, volatile void __iomem *addr) in writel() 48 static inline void writeq(unsigned int b, volatile void __iomem *addr) in writeq()
|
/arch/alpha/include/asm/ |
D | jensen.h | 118 static inline void jensen_local_outb(u8 b, unsigned long addr) in jensen_local_outb() 133 static inline void jensen_bus_outb(u8 b, unsigned long addr) in jensen_bus_outb() 161 __EXTERN_INLINE void jensen_outb(u8 b, unsigned long addr) in jensen_outb() 185 __EXTERN_INLINE void jensen_outw(u16 b, unsigned long addr) in jensen_outw() 192 __EXTERN_INLINE void jensen_outl(u32 b, unsigned long addr) in jensen_outl() 248 __EXTERN_INLINE void jensen_writeb(u8 b, volatile void __iomem *xaddr) in jensen_writeb() 256 __EXTERN_INLINE void jensen_writew(u16 b, volatile void __iomem *xaddr) in jensen_writew() 264 __EXTERN_INLINE void jensen_writel(u32 b, volatile void __iomem *xaddr) in jensen_writel() 272 __EXTERN_INLINE void jensen_writeq(u64 b, volatile void __iomem *xaddr) in jensen_writeq()
|
D | io.h | 138 #define IO_CONCAT(a,b) _IO_CONCAT(a,b) argument 139 #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 …]
|
/arch/sh/include/asm/ |
D | io_generic.h | 7 #define IO_CONCAT(a,b) _IO_CONCAT(a,b) argument 8 #define _IO_CONCAT(a,b) a ## _ ## b argument
|
/arch/alpha/kernel/ |
D | io.c | 37 void iowrite8(u8 b, void __iomem *addr) in iowrite8() 43 void iowrite16(u16 b, void __iomem *addr) in iowrite16() 49 void iowrite32(u32 b, void __iomem *addr) in iowrite32() 77 void outb(u8 b, unsigned long port) in outb() 82 void outw(u16 b, unsigned long port) in outw() 87 void outl(u32 b, unsigned long port) in outl() 119 void __raw_writeb(u8 b, volatile void __iomem *addr) in __raw_writeb() 124 void __raw_writew(u16 b, volatile void __iomem *addr) in __raw_writew() 129 void __raw_writel(u32 b, volatile void __iomem *addr) in __raw_writel() 134 void __raw_writeq(u64 b, volatile void __iomem *addr) in __raw_writeq() [all …]
|
/arch/h8300/include/asm/ |
D | io.h | 84 #define writeb(b,addr) (void)((*(volatile unsigned char *) \ argument 86 #define writew(b,addr) (void)((*(volatile unsigned short *) \ argument 88 #define writel(b,addr) (void)((*(volatile unsigned long *) \ argument 207 #define memset_io(a,b,c) memset((void *)(a),(b),(c)) argument 208 #define memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) argument 209 #define memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) argument 228 #define outsb(a,b,l) io_outsb(a,b,l) argument 229 #define outsw(a,b,l) io_outsw(a,b,l) argument 230 #define outsl(a,b,l) io_outsl(a,b,l) argument 232 #define insb(a,b,l) io_insb(a,b,l) argument [all …]
|
/arch/mips/math-emu/ |
D | ieee754.c | 50 #define SPSTR(s, b, m) {m, b, s} argument 51 #define DPSTR(s, b, mh, ml) {ml, mh, b, s} argument 55 #define SPSTR(s, b, m) {s, b, m} argument 56 #define DPSTR(s, b, mh, ml) {s, b, mh, ml} argument
|
/arch/m68k/include/asm/ |
D | io_no.h | 45 #define writeb(b,addr) (void)((*(volatile unsigned char *) (addr)) = (b)) argument 46 #define writew(b,addr) (void)((*(volatile unsigned short *) (addr)) = (b)) argument 47 #define writel(b,addr) (void)((*(volatile unsigned int *) (addr)) = (b)) argument 111 #define memset_io(a,b,c) memset((void *)(a),(b),(c)) argument 112 #define memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) argument 113 #define memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) argument 129 #define outsb(a,b,l) io_outsb(a,b,l) argument 130 #define outsw(a,b,l) io_outsw(a,b,l) argument 131 #define outsl(a,b,l) io_outsl(a,b,l) argument 133 #define insb(a,b,l) io_insb(a,b,l) argument [all …]
|
D | zorro.h | 14 #define z_memset_io(a,b,c) memset((void *)(a),(b),(c)) argument 15 #define z_memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) argument 16 #define z_memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) argument
|
D | nubus.h | 14 #define nubus_memset_io(a,b,c) memset((void *)(a),(b),(c)) argument 15 #define nubus_memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) argument 16 #define nubus_memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) argument
|
/arch/arm/nwfpe/ |
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 …]
|
D | softfloat.h | 236 static inline flag float32_eq_nocheck(float32 a, float32 b) in float32_eq_nocheck() 241 static inline flag float32_lt_nocheck(float32 a, float32 b) in float32_lt_nocheck() 257 static inline flag float64_eq_nocheck(float64 a, float64 b) in float64_eq_nocheck() 262 static inline flag float64_lt_nocheck(float64 a, float64 b) in float64_lt_nocheck()
|
/arch/sh/kernel/ |
D | io_generic.c | 108 void generic_outb(u8 b, unsigned long port) in generic_outb() 113 void generic_outw(u16 b, unsigned long port) in generic_outw() 118 void generic_outl(u32 b, unsigned long port) in generic_outl() 123 void generic_outb_p(u8 b, unsigned long port) in generic_outb_p() 129 void generic_outw_p(u16 b, unsigned long port) in generic_outw_p() 135 void generic_outl_p(u32 b, unsigned long port) in generic_outl_p()
|
/arch/x86/kernel/ |
D | pmtimer_64.c | 44 u32 a, b; in pmtimer_wait_tick() local 55 u32 a, b; in pmtimer_wait() local
|
/arch/powerpc/include/asm/ |
D | ppc_asm.h | 109 #define SAVE_VR(n,b,base) li b,THREAD_VR0+(16*(n)); stvx n,b,base argument 110 #define SAVE_2VRS(n,b,base) SAVE_VR(n,b,base); SAVE_VR(n+1,b,base) argument 111 #define SAVE_4VRS(n,b,base) SAVE_2VRS(n,b,base); SAVE_2VRS(n+2,b,base) argument 112 #define SAVE_8VRS(n,b,base) SAVE_4VRS(n,b,base); SAVE_4VRS(n+4,b,base) argument 113 #define SAVE_16VRS(n,b,base) SAVE_8VRS(n,b,base); SAVE_8VRS(n+8,b,base) argument 114 #define SAVE_32VRS(n,b,base) SAVE_16VRS(n,b,base); SAVE_16VRS(n+16,b,base) argument 115 #define REST_VR(n,b,base) li b,THREAD_VR0+(16*(n)); lvx n,b,base argument 116 #define REST_2VRS(n,b,base) REST_VR(n,b,base); REST_VR(n+1,b,base) argument 117 #define REST_4VRS(n,b,base) REST_2VRS(n,b,base); REST_2VRS(n+2,b,base) argument 118 #define REST_8VRS(n,b,base) REST_4VRS(n,b,base); REST_4VRS(n+4,b,base) argument [all …]
|
/arch/powerpc/kernel/ |
D | fpu.S | 46 #define REST_32FPVSRS(n,b,base) REST_32FPRS(n, base) argument 47 #define SAVE_32FPVSRS(n,b,base) SAVE_32FPRS(n, base) argument
|
/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/sh/boards/mach-microdev/ |
D | io.c | 178 void microdev_outw(unsigned short b, unsigned long port) in microdev_outw() 189 void microdev_outb(unsigned char b, unsigned long port) in microdev_outb() 253 void microdev_outl(unsigned int b, unsigned long port) in microdev_outl() 285 void microdev_outb_p(unsigned char b, unsigned long port) in microdev_outb_p() 291 void microdev_outw_p(unsigned short b, unsigned long port) in microdev_outw_p() 297 void microdev_outl_p(unsigned int b, unsigned long port) in microdev_outl_p()
|
/arch/x86/crypto/ |
D | twofish-x86_64-asm_64.S | 78 #define encrypt_round(a,b,c,d,round)\ argument 114 #define encrypt_last_round(a,b,c,d,round)\ argument 151 #define decrypt_round(a,b,c,d,round)\ argument 187 #define decrypt_last_round(a,b,c,d,round)\ argument
|
D | twofish-i586-asm_32.S | 79 #define encrypt_round(a,b,c,d,round)\ argument 117 #define encrypt_last_round(a,b,c,d,round)\ argument 154 #define decrypt_round(a,b,c,d,round)\ argument 192 #define decrypt_last_round(a,b,c,d,round)\ argument
|