| /arch/ia64/lib/ |
| D | idiv64.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 32 # define INT_TO_FP(a,b) fcvt.xf a=b argument 33 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b argument 36 #define PASTE1(a,b) a##b argument 37 #define PASTE(a,b) PASTE1(a,b) argument
|
| D | idiv32.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 34 # define INT_TO_FP(a,b) fcvt.xf a=b argument 35 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b argument 38 #define PASTE1(a,b) a##b argument 39 #define PASTE(a,b) PASTE1(a,b) argument
|
| /arch/sparc/crypto/ |
| D | opcodes.h | 17 #define CRC32C(a,b,c) \ argument 29 #define AES_EROUND01(a,b,c,d) \ argument 31 #define AES_EROUND23(a,b,c,d) \ argument 33 #define AES_DROUND01(a,b,c,d) \ argument 35 #define AES_DROUND23(a,b,c,d) \ argument 37 #define AES_EROUND01_L(a,b,c,d) \ argument 39 #define AES_EROUND23_L(a,b,c,d) \ argument 41 #define AES_DROUND01_L(a,b,c,d) \ argument 43 #define AES_DROUND23_L(a,b,c,d) \ argument 45 #define AES_KEXPAND1(a,b,c,d) \ argument [all …]
|
| /arch/h8300/include/asm/ |
| D | io.h | 29 static inline void __raw_writeb(u8 b, const volatile void __iomem *addr) in __raw_writeb() 35 static inline void __raw_writew(u16 b, const volatile void __iomem *addr) in __raw_writew() 41 static inline void __raw_writel(u32 b, const volatile void __iomem *addr) in __raw_writel() 46 static inline void ctrl_bclr(int b, void __iomem *addr) in ctrl_bclr() 54 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/x86/mm/kmemcheck/ |
| D | opcode.c | 5 static bool opcode_is_prefix(uint8_t b) in opcode_is_prefix() 20 static bool opcode_is_rex_prefix(uint8_t b) in opcode_is_rex_prefix() 25 static bool opcode_is_rex_prefix(uint8_t b) in opcode_is_rex_prefix()
|
| /arch/metag/include/asm/ |
| D | io.h | 61 static inline void __raw_writeb(u8 b, volatile void __iomem *addr) in __raw_writeb() 71 static inline void __raw_writew(u16 b, volatile void __iomem *addr) in __raw_writew() 81 static inline void __raw_writel(u32 b, volatile void __iomem *addr) in __raw_writel() 91 static inline void __raw_writeq(u64 b, volatile void __iomem *addr) in __raw_writeq() 127 #define metag_out8(b, addr) __raw_writeb(b, (volatile void __iomem *)(addr)) argument 128 #define metag_out16(b, addr) __raw_writew(b, (volatile void __iomem *)(addr)) argument 129 #define metag_out32(b, addr) __raw_writel(b, (volatile void __iomem *)(addr)) argument 130 #define metag_out64(b, addr) __raw_writeq(b, (volatile void __iomem *)(addr)) 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/m68k/include/asm/ |
| D | io.h | 11 #define writeb_relaxed(b, addr) writeb(b, addr) argument 12 #define writew_relaxed(b, addr) writew(b, addr) argument 13 #define writel_relaxed(b, addr) writel(b, addr) argument
|
| 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 …]
|
| /arch/mips/math-emu/ |
| D | ieee754.c | 41 #define xPCNST(s, b, m, ebias) \ argument 50 #define DPCNST(s, b, m) \ argument 74 #define SPCNST(s, b, m) \ argument
|
| /arch/arm/mach-ebsa110/include/mach/ |
| D | io.h | 54 #define readb(b) __readb(b) argument 55 #define readw(b) __readw(b) argument 56 #define readl(b) __readl(b) argument 61 #define writeb(v,b) __writeb(v,b) argument 62 #define writew(v,b) __writew(v,b) argument 63 #define writel(v,b) __writel(v,b) argument
|
| /arch/alpha/include/asm/ |
| D | io.h | 139 #define IO_CONCAT(a,b) _IO_CONCAT(a,b) argument 140 #define _IO_CONCAT(a,b) a ## _ ## b argument 340 extern inline void iowrite8(u8 b, void __iomem *addr) in iowrite8() 346 extern inline void iowrite16(u16 b, void __iomem *addr) in iowrite16() 362 extern inline void outb(u8 b, unsigned long port) in outb() 367 extern inline void outw(u16 b, unsigned long port) in outw() 381 extern inline void iowrite32(u32 b, void __iomem *addr) in iowrite32() 392 extern inline void outl(u32 b, unsigned long port) in outl() 409 extern inline void __raw_writeb(u8 b, volatile void __iomem *addr) in __raw_writeb() 414 extern inline void __raw_writew(u16 b, volatile void __iomem *addr) in __raw_writew() [all …]
|
| 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()
|
| /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
|
| D | io_noioport.h | 55 #define insb(a, b, c) BUG() argument 56 #define insw(a, b, c) BUG() argument 57 #define insl(a, b, c) BUG() argument 59 #define outsb(a, b, c) BUG() argument 60 #define outsw(a, b, c) BUG() argument 61 #define outsl(a, b, c) BUG() 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/powerpc/include/asm/ |
| D | ppc_asm.h | 113 #define SAVE_VR(n,b,base) li b,16*(n); stvx n,base,b argument 114 #define SAVE_2VRS(n,b,base) SAVE_VR(n,b,base); SAVE_VR(n+1,b,base) argument 115 #define SAVE_4VRS(n,b,base) SAVE_2VRS(n,b,base); SAVE_2VRS(n+2,b,base) argument 116 #define SAVE_8VRS(n,b,base) SAVE_4VRS(n,b,base); SAVE_4VRS(n+4,b,base) argument 117 #define SAVE_16VRS(n,b,base) SAVE_8VRS(n,b,base); SAVE_8VRS(n+8,b,base) argument 118 #define SAVE_32VRS(n,b,base) SAVE_16VRS(n,b,base); SAVE_16VRS(n+16,b,base) argument 119 #define REST_VR(n,b,base) li b,16*(n); lvx n,base,b argument 120 #define REST_2VRS(n,b,base) REST_VR(n,b,base); REST_VR(n+1,b,base) argument 121 #define REST_4VRS(n,b,base) REST_2VRS(n,b,base); REST_2VRS(n+2,b,base) argument 122 #define REST_8VRS(n,b,base) REST_4VRS(n,b,base); REST_4VRS(n+4,b,base) argument [all …]
|
| D | ppc-opcode.h | 290 #define ___PPC_RB(b) (((b) & 0x1f) << 11) argument 298 #define __PPC_RB(b) ___PPC_RB(__REG_##b) argument 302 #define __PPC_XB(b) ((((b) & 0x1f) << 11) | (((b) & 0x20) >> 4)) argument 328 #define PPC_DCBAL(a, b) stringify_in_c(.long PPC_INST_DCBAL | \ argument 330 #define PPC_DCBZL(a, b) stringify_in_c(.long PPC_INST_DCBZL | \ argument 332 #define PPC_LDARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LDARX | \ argument 335 #define PPC_LWARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LWARX | \ argument 338 #define PPC_MSGSND(b) stringify_in_c(.long PPC_INST_MSGSND | \ argument 340 #define PPC_MSGCLR(b) stringify_in_c(.long PPC_INST_MSGCLR | \ argument 342 #define PPC_MSGSNDP(b) stringify_in_c(.long PPC_INST_MSGSNDP | \ argument [all …]
|
| /arch/powerpc/net/ |
| D | bpf_jit.h | 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 101 #define PPC_CMPW(a, b) EMIT(PPC_INST_CMPW | ___PPC_RA(a) | \ argument 103 #define PPC_CMPD(a, b) EMIT(PPC_INST_CMPD | ___PPC_RA(a) | \ argument 107 #define PPC_CMPLW(a, b) EMIT(PPC_INST_CMPLW | ___PPC_RA(a) | \ argument 109 #define PPC_CMPLD(a, b) EMIT(PPC_INST_CMPLD | ___PPC_RA(a) | \ argument [all …]
|
| /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 | 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()
|
| /arch/mips/kernel/ |
| D | r2300_fpu.S | 21 #define EX(a,b) \ argument 27 #define EX2(a,b) \ argument
|
| /arch/x86/xen/ |
| D | multicalls.c | 57 struct mc_buffer *b = this_cpu_ptr(&mc_buffer); in xen_mc_flush() local 134 struct mc_buffer *b = this_cpu_ptr(&mc_buffer); in __xen_mc_entry() local 165 struct mc_buffer *b = this_cpu_ptr(&mc_buffer); in xen_mc_extend_args() local 195 struct mc_buffer *b = this_cpu_ptr(&mc_buffer); in xen_mc_callback() local
|
| /arch/x86/kernel/cpu/mcheck/ |
| D | mce_amd.c | 180 struct threshold_block *b; member 200 static const char *bank4_names(const struct threshold_block *b) in bank4_names() 235 static int lvt_off_valid(struct threshold_block *b, int apic, u32 lo, u32 hi) in lvt_off_valid() 310 static void mce_threshold_block_init(struct threshold_block *b, int offset) in mce_threshold_block_init() 415 struct threshold_block b; in prepare_threshold_block() local 727 store_threshold_limit(struct threshold_block *b, const char *buf, size_t size) in store_threshold_limit() 750 static ssize_t show_error_count(struct threshold_block *b, char *buf) in show_error_count() 787 struct threshold_block *b = to_block(kobj); in show() local 799 struct threshold_block *b = to_block(kobj); in store() local 818 static const char *get_name(unsigned int bank, struct threshold_block *b) in get_name() [all …]
|