Home
last modified time | relevance | path

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

12345678910>>...66

/linux/drivers/iommu/
H A Dmsm_iommu_hw-8xxx.h20 #define SET_GLOBAL_REG_N(b, n, r, v) SET_GLOBAL_REG(b, ((r) + (n << 2)), (v)) argument
21 #define GET_GLOBAL_REG_N(b, n, r) GET_GLOBAL_REG(b, ((r) + (n << 2))) argument
24 #define GET_GLOBAL_FIELD(b, r, F) GET_FIELD(((b) + (r)), F##_MASK, F##_SHIFT) argument
25 #define GET_CONTEXT_FIELD(b, c, r, F) \ argument
28 #define SET_GLOBAL_FIELD(b, r, F, v) \ argument
30 #define SET_CONTEXT_FIELD(b, c, r, F, v) \ argument
84 #define SET_M2VCBR_N(b, N, v) SET_GLOBAL_REG_N(M2VCBR_N, N, (b), (v)) argument
85 #define SET_CBACR_N(b, N, v) SET_GLOBAL_REG_N(CBACR_N, N, (b), (v)) argument
86 #define SET_TLBRSW(b, v) SET_GLOBAL_REG(TLBRSW, (b), (v)) argument
87 #define SET_TLBTR0(b, v) SET_GLOBAL_REG(TLBTR0, (b), (v)) argument
[all …]
/linux/drivers/crypto/cavium/cpt/
H A Dcpt_common.h49 #define CPTX_PF_MBOX_INTX(a, b) \ argument
51 #define CPTX_PF_MBOX_INT_W1SX(a, b) \ argument
53 #define CPTX_PF_MBOX_ENA_W1CX(a, b) \ argument
55 #define CPTX_PF_MBOX_ENA_W1SX(a, b) \ argument
61 #define CPTX_PF_GX_EN(a, b) \ argument
83 #define CPTX_PF_EXE_DBG_CNTX(a, b) \ argument
86 #define CPTX_PF_EXE_EPCI_INBX_CNT(a, b) \ argument
88 #define CPTX_PF_EXE_EPCI_OUTBX_CNT(a, b) \ argument
90 #define CPTX_PF_ENGX_UCODE_BASE(a, b) \ argument
92 #define CPTX_PF_QX_CTL(a, b) \ argument
[all …]
/linux/net/ceph/crush/
H A Dcrush.c27 int crush_get_bucket_item_weight(const struct crush_bucket *b, int p) in crush_get_bucket_item_weight()
47 void crush_destroy_bucket_uniform(struct crush_bucket_uniform *b) in crush_destroy_bucket_uniform()
53 void crush_destroy_bucket_list(struct crush_bucket_list *b) in crush_destroy_bucket_list()
61 void crush_destroy_bucket_tree(struct crush_bucket_tree *b) in crush_destroy_bucket_tree()
68 void crush_destroy_bucket_straw(struct crush_bucket_straw *b) in crush_destroy_bucket_straw()
76 void crush_destroy_bucket_straw2(struct crush_bucket_straw2 *b) in crush_destroy_bucket_straw2()
83 void crush_destroy_bucket(struct crush_bucket *b) in crush_destroy_bucket()
112 __s32 b; in crush_destroy() local
123 __u32 b; in crush_destroy() local
H A Dhash.c13 #define crush_hashmix(a, b, c) do { \ argument
30 __u32 b = a; in crush_hash32_rjenkins1() local
38 static __u32 crush_hash32_rjenkins1_2(__u32 a, __u32 b) in crush_hash32_rjenkins1_2()
49 static __u32 crush_hash32_rjenkins1_3(__u32 a, __u32 b, __u32 c) in crush_hash32_rjenkins1_3()
62 static __u32 crush_hash32_rjenkins1_4(__u32 a, __u32 b, __u32 c, __u32 d) in crush_hash32_rjenkins1_4()
76 static __u32 crush_hash32_rjenkins1_5(__u32 a, __u32 b, __u32 c, __u32 d, in crush_hash32_rjenkins1_5()
104 __u32 crush_hash32_2(int type, __u32 a, __u32 b) in crush_hash32_2()
114 __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c) in crush_hash32_3()
124 __u32 crush_hash32_4(int type, __u32 a, __u32 b, __u32 c, __u32 d) in crush_hash32_4()
134 __u32 crush_hash32_5(int type, __u32 a, __u32 b, __u32 c, __u32 d, __u32 e) in crush_hash32_5()
/linux/drivers/misc/
H A Dvmw_balloon.c406 static inline void vmballoon_stats_op_inc(struct vmballoon *b, unsigned int op, in vmballoon_stats_op_inc()
413 static inline void vmballoon_stats_gen_inc(struct vmballoon *b, in vmballoon_stats_gen_inc()
420 static inline void vmballoon_stats_gen_add(struct vmballoon *b, in vmballoon_stats_gen_add()
428 static inline void vmballoon_stats_page_inc(struct vmballoon *b, in vmballoon_stats_page_inc()
436 static inline void vmballoon_stats_page_add(struct vmballoon *b, in vmballoon_stats_page_add()
446 __vmballoon_cmd(struct vmballoon *b, unsigned long cmd, unsigned long arg1, in __vmballoon_cmd()
492 vmballoon_cmd(struct vmballoon *b, unsigned long cmd, unsigned long arg1, in vmballoon_cmd()
504 static int vmballoon_send_start(struct vmballoon *b, unsigned long req_caps) in vmballoon_send_start()
548 static int vmballoon_send_guest_id(struct vmballoon *b) in vmballoon_send_guest_id()
621 static int vmballoon_send_get_target(struct vmballoon *b) in vmballoon_send_get_target()
[all …]
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_reg_defs.h18 #define _PIPE(pipe, a, b) _PICK_EVEN(pipe, a, b) argument
19 #define _PLANE(plane, a, b) _PICK_EVEN(plane, a, b) argument
20 #define _TRANS(tran, a, b) _PICK_EVEN(tran, a, b) argument
21 #define _PORT(port, a, b) _PICK_EVEN(port, a, b) argument
22 #define _PLL(pll, a, b) _PICK_EVEN(pll, a, b) argument
23 #define _PHY(phy, a, b) _PICK_EVEN(phy, a, b) argument
25 #define _MMIO_PIPE(pipe, a, b) _MMIO(_PIPE(pipe, a, b)) argument
26 #define _MMIO_PLANE(plane, a, b) _MMIO(_PLANE(plane, a, b)) argument
27 #define _MMIO_TRANS(tran, a, b) _MMIO(_TRANS(tran, a, b)) argument
28 #define _MMIO_PORT(port, a, b) _MMIO(_PORT(port, a, b)) argument
[all …]
/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h323 #define ___PPC_RB(b) (((b) & 0x1f) << 11) argument
332 #define __PPC_RB(b) ___PPC_RB(__REG_##b) argument
336 #define __PPC_XB(b) ((((b) & 0x1f) << 11) | (((b) & 0x20) >> 4)) argument
375 #define PPC_RAW_COPY(a, b) (PPC_INST_COPY | ___PPC_RA(a) | ___PPC_RB(b)) argument
377 #define PPC_RAW_DCBAL(a, b) (0x7c2005ec | __PPC_RA(a) | __PPC_RB(b)) argument
378 #define PPC_RAW_DCBZL(a, b) (0x7c2007ec | __PPC_RA(a) | __PPC_RB(b)) argument
379 #define PPC_RAW_LQARX(t, a, b, eh) (0x7c000228 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC… argument
380 #define PPC_RAW_LDARX(t, a, b, eh) (0x7c0000a8 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC… argument
381 #define PPC_RAW_LWARX(t, a, b, eh) (0x7c000028 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC… argument
384 #define PPC_RAW_STQCX(t, a, b) (0x7c00016d | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b)) argument
[all …]
/linux/drivers/md/bcache/
H A Dbset.c21 void bch_dump_bset(struct btree_keys *b, struct bset *i, unsigned int set) in bch_dump_bset()
43 void bch_dump_bucket(struct btree_keys *b) in bch_dump_bucket()
54 int __bch_count_data(struct btree_keys *b) in __bch_count_data()
66 void __bch_check_keys(struct btree_keys *b, const char *fmt, ...) in __bch_check_keys()
268 static inline size_t btree_keys_bytes(struct btree_keys *b) in btree_keys_bytes()
273 static inline size_t btree_keys_cachelines(struct btree_keys *b) in btree_keys_cachelines()
279 static inline size_t bset_tree_bytes(struct btree_keys *b) in bset_tree_bytes()
285 static inline size_t bset_prev_bytes(struct btree_keys *b) in bset_prev_bytes()
292 void bch_btree_keys_free(struct btree_keys *b) in bch_btree_keys_free()
315 int bch_btree_keys_alloc(struct btree_keys *b, in bch_btree_keys_alloc()
[all …]
/linux/drivers/md/
H A Ddm-cache-block-types.h25 static inline dm_oblock_t to_oblock(dm_block_t b) in to_oblock()
30 static inline dm_block_t from_oblock(dm_oblock_t b) in from_oblock()
35 static inline dm_cblock_t to_cblock(uint32_t b) in to_cblock()
40 static inline uint32_t from_cblock(dm_cblock_t b) in from_cblock()
45 static inline dm_dblock_t to_dblock(dm_block_t b) in to_dblock()
50 static inline dm_block_t from_dblock(dm_dblock_t b) in from_dblock()
H A Ddm-bufio.c500 static void lh_next(struct lock_history *lh, sector_t b) in lh_next()
585 struct dm_buffer *b; in __cache_get() local
599 static void __cache_inc_buffer(struct dm_buffer *b) in __cache_inc_buffer()
607 struct dm_buffer *b; in cache_get() local
626 static bool cache_put(struct dm_buffer_cache *bc, struct dm_buffer *b) in cache_put()
660 struct dm_buffer *b = le_to_buffer(le); in __evict_pred() local
676 struct dm_buffer *b; in __cache_evict() local
692 struct dm_buffer *b; in cache_evict() local
707 static void cache_mark(struct dm_buffer_cache *bc, struct dm_buffer *b, int list_mode) in cache_mark()
728 struct dm_buffer *b; in __cache_mark_many() local
[all …]
/linux/tools/testing/selftests/bpf/
H A Dsdt.h49 # define _SDT_ASM_2(a, b) a,b; argument
50 # define _SDT_ASM_3(a, b, c) a,b,c; argument
51 # define _SDT_ASM_5(a, b, c, d, e) a,b,c,d,e; argument
56 # define _SDT_DEPAREN_2(a,b) a b argument
57 # define _SDT_DEPAREN_3(a,b,c) a b c argument
58 # define _SDT_DEPAREN_4(a,b,c,d) a b c d argument
59 # define _SDT_DEPAREN_5(a,b,c,d,e) a b c d e argument
60 # define _SDT_DEPAREN_6(a,b,c,d,e,f) a b c d e f argument
61 # define _SDT_DEPAREN_7(a,b,c,d,e,f,g) a b c d e f g argument
62 # define _SDT_DEPAREN_8(a,b,c,d,e,f,g,h) a b c d e f g h argument
[all …]
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cpt_hw_types.h27 #define OTX_CPT_BAR_E_CPTX_VFX_BAR0_OFFSET(a, b) \ argument
63 #define OTX_CPT_PF_MBOX_INTX(b) (0x400ll | (u64)(b) << 3) argument
64 #define OTX_CPT_PF_MBOX_INT_W1SX(b) (0x420ll | (u64)(b) << 3) argument
65 #define OTX_CPT_PF_MBOX_ENA_W1CX(b) (0x440ll | (u64)(b) << 3) argument
66 #define OTX_CPT_PF_MBOX_ENA_W1SX(b) (0x460ll | (u64)(b) << 3) argument
71 #define OTX_CPT_PF_GX_EN(b) (0x600ll | (u64)(b) << 3) argument
91 #define OTX_CPT_PF_EXE_DBG_CNTX(b) (0x4001100ll | (u64)(b) << 3) argument
93 #define OTX_CPT_PF_EXE_EPCI_INBX_CNT(b) (0x4001200ll | (u64)(b) << 3) argument
94 #define OTX_CPT_PF_EXE_EPCI_OUTBX_CNT(b) (0x4001240ll | (u64)(b) << 3) argument
95 #define OTX_CPT_PF_ENGX_UCODE_BASE(b) (0x4002000ll | (u64)(b) << 3) argument
[all …]
/linux/include/trace/events/
H A Dceph.h26 #define EM(a, b) a, argument
27 #define E_(a, b) a argument
38 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
39 #define E_(a, b) TRACE_DEFINE_ENUM(a); argument
49 #define EM(a, b) { a, b }, argument
50 #define E_(a, b) { a, b } argument
H A D9p.h90 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
91 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument
101 #define EM(a, b) a, argument
102 #define EMe(a, b) a argument
116 #define EM(a, b) { a, b }, argument
117 #define EMe(a, b) { a, b } argument
/linux/include/linux/
H A Dhid-debug.h40 #define hid_dump_input(a,b,c) do { } while (0) argument
41 #define hid_dump_report(a,b,c,d) do { } while (0) argument
42 #define hid_dump_device(a,b) do { } while (0) argument
43 #define hid_dump_field(a,b,c) do { } while (0) argument
44 #define hid_resolv_usage(a,b) do { } while (0) argument
45 #define hid_debug_register(a, b) do { } while (0) argument
49 #define hid_debug_event(a,b) do { } while (0) argument
H A Djiffies.h127 #define time_after(a,b) \ argument
138 #define time_before(a,b) time_after(b,a) argument
147 #define time_after_eq(a,b) \ argument
158 #define time_before_eq(a,b) time_after_eq(b,a) argument
168 #define time_in_range(a,b,c) \ argument
180 #define time_in_range_open(a,b,c) \ argument
198 #define time_after64(a,b) \ argument
212 #define time_before64(a,b) time_after64(b,a) argument
224 #define time_after_eq64(a,b) \ argument
238 #define time_before_eq64(a,b) time_after_eq64(b,a) argument
[all …]
H A Djhash.h35 #define __jhash_mix(a, b, c) \ argument
46 #define __jhash_final(a, b, c) \ argument
72 u32 a, b, c; in jhash() local
119 u32 a, b, c; in jhash2() local
150 static inline u32 __jhash_nwords(u32 a, u32 b, u32 c, u32 initval) in __jhash_nwords()
161 static inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval) in jhash_3words()
166 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words()
/linux/net/tipc/
H A Dbearer.c184 struct tipc_bearer *b; in tipc_bearer_find() local
203 struct tipc_bearer *b; in tipc_bearer_get_name() local
218 struct tipc_bearer *b; in tipc_bearer_add_dest() local
229 struct tipc_bearer *b; in tipc_bearer_remove_dest() local
255 struct tipc_bearer *b; in tipc_enable_bearer() local
381 static int tipc_reset_bearer(struct net *net, struct tipc_bearer *b) in tipc_reset_bearer()
389 bool tipc_bearer_hold(struct tipc_bearer *b) in tipc_bearer_hold()
394 void tipc_bearer_put(struct tipc_bearer *b) in tipc_bearer_put()
407 static void bearer_disable(struct net *net, struct tipc_bearer *b) in bearer_disable()
424 int tipc_enable_l2_media(struct net *net, struct tipc_bearer *b, in tipc_enable_l2_media()
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_packing.c11 short b; member
16 short b; member
21 int b; member
26 int b; member
32 long b; member
41 char b; member
48 int b; member
122 char b; member
127 struct nested_packed_struct b; member
132 struct nested_packed_struct b; member
/linux/tools/include/linux/
H A Djhash.h35 #define __jhash_mix(a, b, c) \ argument
46 #define __jhash_final(a, b, c) \ argument
72 u32 a, b, c; in jhash() local
119 u32 a, b, c; in jhash2() local
149 static inline u32 __jhash_nwords(u32 a, u32 b, u32 c, u32 initval) in __jhash_nwords()
160 static inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval) in jhash_3words()
165 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words()
/linux/arch/alpha/kernel/
H A Dio.c53 void iowrite8(u8 b, void __iomem *addr) in iowrite8()
59 void iowrite16(u16 b, void __iomem *addr) in iowrite16()
65 void iowrite32(u32 b, void __iomem *addr) in iowrite32()
71 void iowrite64(u64 b, void __iomem *addr) in iowrite64()
101 void outb(u8 b, unsigned long port) in outb()
106 void outw(u16 b, unsigned long port) in outw()
111 void outl(u32 b, unsigned long port) in outl()
143 void __raw_writeb(u8 b, volatile void __iomem *addr) in __raw_writeb()
148 void __raw_writew(u16 b, volatile void __iomem *addr) in __raw_writew()
153 void __raw_writel(u32 b, volatile void __iomem *addr) in __raw_writel()
[all …]
/linux/tools/gpio/
H A Dgpio-utils.h45 static inline void gpiotools_set_bit(__u64 *b, int n) in gpiotools_set_bit()
50 static inline void gpiotools_change_bit(__u64 *b, int n) in gpiotools_change_bit()
55 static inline void gpiotools_clear_bit(__u64 *b, int n) in gpiotools_clear_bit()
60 static inline int gpiotools_test_bit(__u64 b, int n) in gpiotools_test_bit()
65 static inline void gpiotools_assign_bit(__u64 *b, int n, bool value) in gpiotools_assign_bit()
/linux/lib/math/
H A Ddiv64.c35 uint64_t b = base; in __div64_32() local
190 #define mul_add(a, b, c) add_u64_u32(mul_u32_u32(a, b), c) argument
193 static inline u64 mul_u64_u64_add_u64(u64 *p_lo, u64 a, u64 b, u64 c) in mul_u64_u64_add_u64()
202 static inline u64 mul_u64_u64_add_u64(u64 *p_lo, u64 a, u64 b, u64 c) in mul_u64_u64_add_u64()
223 #define mul_u64_long_add_u64(p_lo, a, b, c) mul_u64_u64_add_u64(p_lo, a, b, c) argument
224 #define add_u64_long(a, b) ((a) + (b)) argument
228 static inline u32 mul_u64_long_add_u64(u64 *p_lo, u64 a, u32 b, u64 c) in mul_u64_long_add_u64()
238 #define add_u64_long(a, b) add_u64_u32(a, b) argument
241 u64 mul_u64_add_u64_div_u64(u64 a, u64 b, u64 c, u64 d) in mul_u64_add_u64_div_u64()
/linux/arch/arm/nwfpe/
H A 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 …]
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddml_inline_defs.h32 static inline double dml_min(double a, double b) in dml_min()
37 static inline double dml_min3(double a, double b, double c) in dml_min3()
42 static inline double dml_min4(double a, double b, double c, double d) in dml_min4()
47 static inline double dml_max(double a, double b) in dml_max()
52 static inline double dml_max3(double a, double b, double c) in dml_max3()
57 static inline double dml_max4(double a, double b, double c, double d) in dml_max4()
62 static inline double dml_max5(double a, double b, double c, double d, double e) in dml_max5()

12345678910>>...66