Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/arch/ia64/lib/
Didiv64.S27 # 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
Didiv32.S28 # 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/sparc/crypto/
Dopcodes.h17 #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/
Dio.h24 static inline void ctrl_outb(unsigned char b, unsigned long addr) in ctrl_outb()
29 static inline void ctrl_outw(unsigned short b, unsigned long addr) in ctrl_outw()
34 static inline void ctrl_outl(unsigned long b, unsigned long addr) in ctrl_outl()
39 static inline void ctrl_bclr(int b, unsigned char *addr) in ctrl_bclr()
47 static inline void ctrl_bset(int b, unsigned char *addr) in ctrl_bset()
/arch/x86/mm/kmemcheck/
Dopcode.c5 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/mips/lib/
Dmulti3.c15 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/metag/include/asm/
Dio.h61 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/mips/math-emu/
Dieee754.c41 #define xPCNST(s, b, m, ebias) \ argument
50 #define DPCNST(s, b, m) \ argument
74 #define SPCNST(s, b, m) \ argument
/arch/powerpc/xmon/
Dspu-insns.h128 #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/
Dio.h11 #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
Dio_no.h45 #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 …]
Dzorro.h14 #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
/arch/arm/mach-ebsa110/include/mach/
Dio.h54 #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/
Dio.h139 #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 …]
Djensen.h118 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/
Dio_generic.h7 #define IO_CONCAT(a,b) _IO_CONCAT(a,b) argument
8 #define _IO_CONCAT(a,b) a ## _ ## b argument
Dio_noioport.h55 #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/
Dio.c37 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/
Dppc-opcode.h257 #define ___PPC_RB(b) (((b) & 0x1f) << 11) argument
262 #define __PPC_RB(b) ___PPC_RB(__REG_##b) argument
266 #define __PPC_XB(b) ((((b) & 0x1f) << 11) | (((b) & 0x20) >> 4)) argument
289 #define PPC_DCBAL(a, b) stringify_in_c(.long PPC_INST_DCBAL | \ argument
291 #define PPC_DCBZL(a, b) stringify_in_c(.long PPC_INST_DCBZL | \ argument
293 #define PPC_LDARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LDARX | \ argument
296 #define PPC_LWARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LWARX | \ argument
299 #define PPC_MSGSND(b) stringify_in_c(.long PPC_INST_MSGSND | \ argument
301 #define PPC_MSGCLR(b) stringify_in_c(.long PPC_INST_MSGCLR | \ argument
303 #define PPC_MSGSNDP(b) stringify_in_c(.long PPC_INST_MSGSNDP | \ argument
[all …]
Dppc_asm.h113 #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 …]
/arch/x86/kernel/cpu/mcheck/
Dmce_amd.c78 struct threshold_block *b; member
91 static const char *bank4_names(const struct threshold_block *b) in bank4_names()
126 static int lvt_off_valid(struct threshold_block *b, int apic, u32 lo, u32 hi) in lvt_off_valid()
196 static void mce_threshold_block_init(struct threshold_block *b, int offset) in mce_threshold_block_init()
253 struct threshold_block b; in mce_amd_feature_init() local
477 store_threshold_limit(struct threshold_block *b, const char *buf, size_t size) in store_threshold_limit()
500 static ssize_t show_error_count(struct threshold_block *b, char *buf) in show_error_count()
537 struct threshold_block *b = to_block(kobj); in show() local
549 struct threshold_block *b = to_block(kobj); in store() local
574 struct threshold_block *b = NULL; in allocate_threshold_blocks() local
[all …]
/arch/arm/nwfpe/
Dsoftfloat.c1029 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 …]
Dsoftfloat.h238 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/cris/include/asm/
Dio.h96 static inline void writeb(unsigned char b, volatile void __iomem *addr) in writeb()
103 static inline void writew(unsigned short b, volatile void __iomem *addr) in writew()
110 static inline void writel(unsigned int b, volatile void __iomem *addr) in writel()
117 #define writeb_relaxed(b, addr) writeb(b, addr) argument
118 #define writew_relaxed(b, addr) writew(b, addr) argument
119 #define writel_relaxed(b, addr) writel(b, addr) argument
126 #define memset_io(a,b,c) memset((void *)(a),(b),(c)) argument
127 #define memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) argument
128 #define memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) argument
/arch/x86/xen/
Dmulticalls.c57 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

12345678910>>...16