Home
last modified time | relevance | path

Searched defs:a (Results 76 – 100 of 2734) sorted by relevance

12345678910>>...110

/openbmc/qemu/target/mips/tcg/
H A Docteon_translate.c16 static bool trans_BBIT(DisasContext *ctx, arg_BBIT *a) in trans_BBIT()
44 static bool trans_BADDU(DisasContext *ctx, arg_BADDU *a) in trans_BADDU()
63 static bool trans_DMUL(DisasContext *ctx, arg_DMUL *a) in trans_DMUL()
81 static bool trans_EXTS(DisasContext *ctx, arg_EXTS *a) in trans_EXTS()
97 static bool trans_CINS(DisasContext *ctx, arg_CINS *a) in trans_CINS()
113 static bool trans_POP(DisasContext *ctx, arg_POP *a) in trans_POP()
132 static bool trans_SEQNE(DisasContext *ctx, arg_SEQNE *a) in trans_SEQNE()
155 static bool trans_SEQNEI(DisasContext *ctx, arg_SEQNEI *a) in trans_SEQNEI()
/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r_io.c46 void esas2r_start_request(struct esas2r_adapter *a, struct esas2r_request *rq) in esas2r_start_request()
119 void esas2r_local_start_request(struct esas2r_adapter *a, in esas2r_local_start_request()
137 void esas2r_start_vda_request(struct esas2r_adapter *a, in esas2r_start_vda_request()
187 bool esas2r_build_sg_list_sge(struct esas2r_adapter *a, in esas2r_build_sg_list_sge()
370 static bool esas2r_build_prd_iblk(struct esas2r_adapter *a, in esas2r_build_prd_iblk()
524 bool esas2r_build_sg_list_prd(struct esas2r_adapter *a, in esas2r_build_sg_list_prd()
665 static void esas2r_handle_pending_reset(struct esas2r_adapter *a, u32 currtime) in esas2r_handle_pending_reset()
711 void esas2r_timer_tick(struct esas2r_adapter *a) in esas2r_timer_tick()
764 bool esas2r_send_task_mgmt(struct esas2r_adapter *a, in esas2r_send_task_mgmt()
843 void esas2r_reset_bus(struct esas2r_adapter *a) in esas2r_reset_bus()
[all …]
/openbmc/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
46 #define hid_debug_unregister(a) do { } while (0) argument
49 #define hid_debug_event(a,b) do { } while (0) argument
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()
171 static inline u32 jhash_1word(u32 a, u32 initval) in jhash_1word()
/openbmc/u-boot/arch/nios2/include/asm/
H A Dio.h124 #define out_le32(a,v) out_arch(l,le32,a,v) argument
125 #define out_le16(a,v) out_arch(w,le16,a,v) argument
127 #define in_le32(a) in_arch(l,le32,a) argument
128 #define in_le16(a) in_arch(w,le16,a) argument
130 #define out_be32(a,v) out_arch(l,be32,a,v) argument
131 #define out_be16(a,v) out_arch(w,be16,a,v) argument
133 #define in_be32(a) in_arch(l,be32,a) argument
134 #define in_be16(a) in_arch(w,be16,a) argument
136 #define out_8(a,v) __raw_writeb(v,a) argument
137 #define in_8(a) __raw_readb(a) argument
[all …]
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_osdep.h36 #define E1000_WRITE_REG_ARRAY(a, reg, offset, value) ( \ argument
41 #define E1000_READ_REG_ARRAY(a, reg, offset) ( \ argument
49 #define E1000_WRITE_REG_ARRAY_WORD(a, reg, offset, value) ( \ argument
54 #define E1000_READ_REG_ARRAY_WORD(a, reg, offset) ( \ argument
59 #define E1000_WRITE_REG_ARRAY_BYTE(a, reg, offset, value) ( \ argument
64 #define E1000_READ_REG_ARRAY_BYTE(a, reg, offset) ( \ argument
71 #define E1000_WRITE_ICH_FLASH_REG(a, reg, value) ( \ argument
74 #define E1000_READ_ICH_FLASH_REG(a, reg) ( \ argument
77 #define E1000_WRITE_ICH_FLASH_REG16(a, reg, value) ( \ argument
80 #define E1000_READ_ICH_FLASH_REG16(a, reg) ( \ argument
/openbmc/u-boot/include/
H A Dtime.h29 #define time_after(a,b) \ argument
33 #define time_before(a,b) time_after(b,a) argument
35 #define time_after_eq(a,b) \ argument
39 #define time_before_eq(a,b) time_after_eq(b,a) argument
44 #define time_in_range(a,b,c) \ argument
51 #define time_in_range_open(a,b,c) \ argument
H A Dfsl_ddr.h21 #define ddr_in32(a) in_le32(a) argument
22 #define ddr_out32(a, v) out_le32(a, v) argument
23 #define ddr_setbits32(a, v) setbits_le32(a, v) argument
24 #define ddr_clrbits32(a, v) clrbits_le32(a, v) argument
25 #define ddr_clrsetbits32(a, clear, set) clrsetbits_le32(a, clear, set) argument
27 #define ddr_in32(a) in_be32(a) argument
28 #define ddr_out32(a, v) out_be32(a, v) argument
29 #define ddr_setbits32(a, v) setbits_be32(a, v) argument
30 #define ddr_clrbits32(a, v) clrbits_be32(a, v) argument
31 #define ddr_clrsetbits32(a, clear, set) clrsetbits_be32(a, clear, set) argument
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/
H A Dcl827d.h28 #define NV827D_HEAD_SET_BASE_LUT_LO(a) (0x00000840 + (a)*0… argument
36 #define NV827D_HEAD_SET_BASE_LUT_HI(a) (0x00000844 + (a)*0… argument
38 #define NV827D_HEAD_SET_CONTEXT_DMA_LUT(a) (0x0000085C + (a)*0… argument
40 #define NV827D_HEAD_SET_OFFSET(a,b) (0x00000860 + (a)*0… argument
42 #define NV827D_HEAD_SET_SIZE(a) (0x00000868 + (a)*0… argument
45 #define NV827D_HEAD_SET_STORAGE(a) (0x0000086C + (a)*0… argument
57 #define NV827D_HEAD_SET_PARAMS(a) (0x00000870 + (a)*0… argument
76 #define NV827D_HEAD_SET_CONTEXT_DMAS_ISO(a,b) (0x00000874 + (a)*0… argument
78 #define NV827D_HEAD_SET_CONTROL_CURSOR(a) (0x00000880 + (a)*0… argument
99 #define NV827D_HEAD_SET_OFFSET_CURSOR(a) (0x00000884 + (a)*0… argument
[all …]
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dio.h70 #define in_le64(a) in_arch(q,le64,a) argument
71 #define in_le32(a) in_arch(l,le32,a) argument
72 #define in_le16(a) in_arch(w,le16,a) argument
77 #define in_be32(a) in_arch(l,be32,a) argument
78 #define in_be16(a) in_arch(w,be16,a) argument
80 #define out_8(a,v) writeb(v,a) argument
81 #define in_8(a) readb(a) argument
127 #define in_le32(a) in_arch(l,le32,a) argument
128 #define in_le16(a) in_arch(w,le16,a) argument
136 #define out_8(a,v) writeb(v,a) argument
[all …]
/openbmc/linux/lib/crypto/mpi/
H A Dmpiutil.c89 MPI a; in mpi_alloc() local
124 void mpi_free_limb_space(mpi_ptr_t a) in mpi_free_limb_space()
132 void mpi_assign_limb_space(MPI a, mpi_ptr_t ap, unsigned nlimbs) in mpi_assign_limb_space()
143 int mpi_resize(MPI a, unsigned nlimbs) in mpi_resize()
166 void mpi_clear(MPI a) in mpi_clear()
175 void mpi_free(MPI a) in mpi_free()
195 MPI mpi_copy(MPI a) in mpi_copy()
218 MPI mpi_alloc_like(MPI a) in mpi_alloc_like()
300 void mpi_swap_cond(MPI a, MPI b, unsigned long swap) in mpi_swap_cond()
/openbmc/linux/include/net/tc_act/
H A Dtc_pedit.h28 #define to_pedit(a) ((struct tcf_pedit *)a) argument
29 #define to_pedit_parms(a) (rcu_dereference(to_pedit(a)->parms)) argument
31 static inline bool is_tcf_pedit(const struct tc_action *a) in is_tcf_pedit()
40 static inline int tcf_pedit_nkeys(const struct tc_action *a) in tcf_pedit_nkeys()
53 static inline u32 tcf_pedit_htype(const struct tc_action *a, int index) in tcf_pedit_htype()
67 static inline u32 tcf_pedit_cmd(const struct tc_action *a, int index) in tcf_pedit_cmd()
81 static inline u32 tcf_pedit_mask(const struct tc_action *a, int index) in tcf_pedit_mask()
94 static inline u32 tcf_pedit_val(const struct tc_action *a, int index) in tcf_pedit_val()
107 static inline u32 tcf_pedit_offset(const struct tc_action *a, int index) in tcf_pedit_offset()
H A Dtc_mpls.h28 #define to_mpls(a) ((struct tcf_mpls *)a) argument
30 static inline bool is_tcf_mpls(const struct tc_action *a) in is_tcf_mpls()
39 static inline u32 tcf_mpls_action(const struct tc_action *a) in tcf_mpls_action()
50 static inline __be16 tcf_mpls_proto(const struct tc_action *a) in tcf_mpls_proto()
61 static inline u32 tcf_mpls_label(const struct tc_action *a) in tcf_mpls_label()
72 static inline u8 tcf_mpls_tc(const struct tc_action *a) in tcf_mpls_tc()
83 static inline u8 tcf_mpls_bos(const struct tc_action *a) in tcf_mpls_bos()
94 static inline u8 tcf_mpls_ttl(const struct tc_action *a) in tcf_mpls_ttl()
/openbmc/u-boot/arch/mips/include/asm/
H A Dio.h33 # define __raw_ioswabb(a, x) (x) argument
34 # define __raw_ioswabw(a, x) (x) argument
35 # define __raw_ioswabl(a, x) (x) argument
36 # define __raw_ioswabq(a, x) (x) argument
37 # define ____raw_ioswabq(a, x) (x) argument
557 #define in_le64(a) in_arch(q, le64, a) argument
558 #define in_le32(a) in_arch(l, le32, a) argument
559 #define in_le16(a) in_arch(w, le16, a) argument
565 #define in_be64(a) in_arch(q, be64, a) argument
566 #define in_be32(a) in_arch(l, be32, a) argument
[all …]
/openbmc/linux/arch/ia64/lib/
H A Didiv64.S29 # 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
H A Didiv32.S30 # 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
/openbmc/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()
170 static inline u32 jhash_1word(u32 a, u32 initval) in jhash_1word()
/openbmc/linux/lib/
H A Dlist-test.c49 struct list_head a, b; in list_test_list_add() local
63 struct list_head a, b; in list_test_list_add_tail() local
77 struct list_head a, b; in list_test_list_del() local
128 struct list_head a, b; in list_test_list_swap() local
150 struct list_head a, b; in list_test_list_del_init() local
170 struct list_head a, b; in list_test_list_del_init_careful() local
187 struct list_head a, b; in list_test_list_move() local
206 struct list_head a, b; in list_test_list_move_tail() local
302 struct list_head a; in list_test_list_empty() local
315 struct list_head a; in list_test_list_empty_careful() local
[all …]
/openbmc/linux/fs/btrfs/
H A Dsysfs.c193 struct kobj_attribute *a, in btrfs_feature_attr_store()
387 struct kobj_attribute *a, in supported_rescue_options_show()
402 struct kobj_attribute *a, in supported_sectorsizes_show()
450 struct kobj_attribute *a, in btrfs_discardable_bytes_show()
566 struct kobj_attribute *a, in btrfs_discard_max_discard_size_show()
984 struct kobj_attribute *a, in btrfs_label_store()
1057 struct kobj_attribute *a, in btrfs_commit_stats_store()
1103 struct kobj_attribute *a, in quota_override_store()
1261 struct kobj_attribute *a, in btrfs_bg_reclaim_threshold_store()
2079 struct kobj_attribute *a, in qgroup_enabled_show()
[all …]
/openbmc/linux/arch/sh/kernel/cpu/sh4/
H A Dsoftfloat.c42 #define LIT64( a ) a##LL argument
114 bits64 extractFloat64Frac(float64 a) in extractFloat64Frac()
119 flag extractFloat64Sign(float64 a) in extractFloat64Sign()
124 int16 extractFloat64Exp(float64 a) in extractFloat64Exp()
129 int16 extractFloat32Exp(float32 a) in extractFloat32Exp()
134 flag extractFloat32Sign(float32 a) in extractFloat32Sign()
139 bits32 extractFloat32Frac(float32 a) in extractFloat32Frac()
163 static int8 countLeadingZeros32(bits32 a) in countLeadingZeros32()
199 static int8 countLeadingZeros64(bits64 a) in countLeadingZeros64()
573 float64 float64_sub(float64 a, float64 b) in float64_sub()
[all …]
/openbmc/linux/include/linux/decompress/
H A Dmm.h70 #define large_malloc(a) malloc(a) argument
71 #define large_free(a) free(a) argument
89 #define malloc(a) kmalloc(a, GFP_KERNEL) argument
90 #define free(a) kfree(a) argument
92 #define large_malloc(a) vmalloc(a) argument
93 #define large_free(a) vfree(a) argument
/openbmc/linux/include/trace/
H A Dbpf_probe.h30 #define __CAST1(a,...) __CAST_TO_U64(a) argument
31 #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) argument
32 #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) argument
33 #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) argument
34 #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) argument
35 #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) argument
36 #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) argument
37 #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) argument
38 #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) argument
39 #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) argument
[all …]
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_plx.c123 static inline u8 hfa384x_inb_debug(struct net_device *dev, int a) in hfa384x_inb_debug()
155 static inline u16 hfa384x_inw_debug(struct net_device *dev, int a) in hfa384x_inw_debug()
188 static inline void hfa384x_insw_debug(struct net_device *dev, int a, in hfa384x_insw_debug()
204 #define HFA384X_OUTB(v,a) hfa384x_outb_debug(dev, (a), (v)) argument
205 #define HFA384X_INB(a) hfa384x_inb_debug(dev, (a)) argument
206 #define HFA384X_OUTW(v,a) hfa384x_outw_debug(dev, (a), (v)) argument
207 #define HFA384X_INW(a) hfa384x_inw_debug(dev, (a)) argument
213 #define HFA384X_OUTB(v,a) outb((v), dev->base_addr + (a)) argument
214 #define HFA384X_INB(a) inb(dev->base_addr + (a)) argument
215 #define HFA384X_OUTW(v,a) outw((v), dev->base_addr + (a)) argument
[all …]
H A Dhostap_cs.c60 static inline u8 hfa384x_inb_debug(struct net_device *dev, int a) in hfa384x_inb_debug()
90 static inline u16 hfa384x_inw_debug(struct net_device *dev, int a) in hfa384x_inw_debug()
121 static inline void hfa384x_insw_debug(struct net_device *dev, int a, in hfa384x_insw_debug()
136 #define HFA384X_OUTB(v,a) hfa384x_outb_debug(dev, (a), (v)) argument
137 #define HFA384X_INB(a) hfa384x_inb_debug(dev, (a)) argument
138 #define HFA384X_OUTW(v,a) hfa384x_outw_debug(dev, (a), (v)) argument
139 #define HFA384X_INW(a) hfa384x_inw_debug(dev, (a)) argument
145 #define HFA384X_OUTB(v,a) outb((v), dev->base_addr + (a)) argument
146 #define HFA384X_INB(a) inb(dev->base_addr + (a)) argument
147 #define HFA384X_OUTW(v,a) outw((v), dev->base_addr + (a)) argument
[all …]
/openbmc/qemu/target/microblaze/
H A Dop_helper.c91 uint32_t helper_divs(CPUMBState *env, uint32_t a, uint32_t b) in helper_divs()
99 uint32_t helper_divu(CPUMBState *env, uint32_t a, uint32_t b) in helper_divu()
144 uint32_t helper_fadd(CPUMBState *env, uint32_t a, uint32_t b) in helper_fadd()
159 uint32_t helper_frsub(CPUMBState *env, uint32_t a, uint32_t b) in helper_frsub()
173 uint32_t helper_fmul(CPUMBState *env, uint32_t a, uint32_t b) in helper_fmul()
188 uint32_t helper_fdiv(CPUMBState *env, uint32_t a, uint32_t b) in helper_fdiv()
203 uint32_t helper_fcmp_un(CPUMBState *env, uint32_t a, uint32_t b) in helper_fcmp_un()
318 uint32_t helper_flt(CPUMBState *env, uint32_t a) in helper_flt()
327 uint32_t helper_fint(CPUMBState *env, uint32_t a) in helper_fint()
342 uint32_t helper_fsqrt(CPUMBState *env, uint32_t a) in helper_fsqrt()
[all …]

12345678910>>...110