Home
last modified time | relevance | path

Searched +defs:a +defs:code (Results 1 – 25 of 173) sorted by relevance

1234567

/kernel/linux/linux-5.10/kernel/trace/
Dtrace_probe_tmpl.h7 fetch_store_raw(unsigned long val, struct fetch_insn *code, void *buf) in fetch_store_raw()
29 fetch_apply_bitfield(struct fetch_insn *code, void *buf) in fetch_apply_bitfield()
72 process_fetch_insn_bottom(struct fetch_insn *code, unsigned long val, in process_fetch_insn_bottom()
228 struct probe_arg *a = args + i; in print_probe_args() local
Dtrace_probe.c17 #define C(a, b) b argument
273 struct fetch_insn *code, unsigned int flags, int offs) in parse_probe_vars()
358 struct fetch_insn *code = *pcode; in parse_probe_arg() local
512 struct fetch_insn *code = *pcode; in __parse_bitfield_probe_arg() local
546 struct fetch_insn *code, *scode, *tmp = NULL; in traceprobe_parse_probe_arg_body() local
792 struct fetch_insn *code = arg->code; in traceprobe_free_probe_arg() local
808 struct fetch_insn *code = arg->code; in traceprobe_update_arg() local
1125 int trace_probe_compare_arg_type(struct trace_probe *a, struct trace_probe *b) in trace_probe_compare_arg_type()
/kernel/linux/linux-5.10/include/acpi/
Dacexcep.h30 #define EXCEP_ENV(code) ((acpi_status) (code | AE_CODE_ENVIRONMENTAL)) argument
31 #define EXCEP_PGM(code) ((acpi_status) (code | AE_CODE_PROGRAMMER)) argument
32 #define EXCEP_TBL(code) ((acpi_status) (code | AE_CODE_ACPI_TABLES)) argument
33 #define EXCEP_AML(code) ((acpi_status) (code | AE_CODE_AML)) argument
34 #define EXCEP_CTL(code) ((acpi_status) (code | AE_CODE_CONTROL)) argument
57 #define ACPI_SUCCESS(a) (!(a)) argument
58 #define ACPI_FAILURE(a) (a) argument
/kernel/linux/linux-6.6/include/acpi/
Dacexcep.h30 #define EXCEP_ENV(code) ((acpi_status) (code | AE_CODE_ENVIRONMENTAL)) argument
31 #define EXCEP_PGM(code) ((acpi_status) (code | AE_CODE_PROGRAMMER)) argument
32 #define EXCEP_TBL(code) ((acpi_status) (code | AE_CODE_ACPI_TABLES)) argument
33 #define EXCEP_AML(code) ((acpi_status) (code | AE_CODE_AML)) argument
34 #define EXCEP_CTL(code) ((acpi_status) (code | AE_CODE_CONTROL)) argument
57 #define ACPI_SUCCESS(a) (!(a)) argument
58 #define ACPI_FAILURE(a) (a) argument
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/
Dpidfd_fdinfo_test.c21 int code; member
25 static int error_set(struct error *err, int code, const char *fmt, ...) in error_set()
253 struct child a, b; in test_pidfd_fdinfo_nspid() local
286 struct child a; in test_pidfd_dead_fdinfo() local
/kernel/linux/linux-6.6/tools/testing/selftests/pidfd/
Dpidfd_fdinfo_test.c21 int code; member
25 static int error_set(struct error *err, int code, const char *fmt, ...) in error_set()
254 struct child a, b; in test_pidfd_fdinfo_nspid() local
287 struct child a; in test_pidfd_dead_fdinfo() local
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_packing.c10 int a; member
15 int a; member
20 short a; member
25 short a; member
31 int a: 4; member
40 int a: 4; member
47 long a; member
54 char code[5]; member
121 int a; member
126 short a; member
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_packing.c10 int a; member
15 int a; member
20 short a; member
25 short a; member
31 int a: 4; member
40 int a: 4; member
47 long int a; member
54 char code[5]; member
121 int a; member
126 short a; member
[all …]
/kernel/linux/linux-5.10/drivers/media/i2c/
Dmt9t112.c60 #define mt9t112_reg_write(ret, client, a, b) \ argument
62 #define mt9t112_mcu_write(ret, client, a, b) \ argument
65 #define mt9t112_reg_mask_set(ret, client, a, b, c) \ argument
67 #define mt9t112_mcu_mask_set(ret, client, a, b, c) \ argument
70 #define mt9t112_reg_read(ret, client, a) \ argument
84 u32 code; member
272 #define CLOCK_INFO(a, b) argument
274 #define CLOCK_INFO(a, b) mt9t112_clock_info(a, b) argument
847 u32 code) in mt9t112_set_params()
992 struct v4l2_subdev_mbus_code_enum *code) in mt9t112_enum_mbus_code()
/kernel/linux/linux-6.6/drivers/media/i2c/
Dmt9t112.c60 #define mt9t112_reg_write(ret, client, a, b) \ argument
62 #define mt9t112_mcu_write(ret, client, a, b) \ argument
65 #define mt9t112_reg_mask_set(ret, client, a, b, c) \ argument
67 #define mt9t112_mcu_mask_set(ret, client, a, b, c) \ argument
70 #define mt9t112_reg_read(ret, client, a) \ argument
84 u32 code; member
272 #define CLOCK_INFO(a, b) argument
274 #define CLOCK_INFO(a, b) mt9t112_clock_info(a, b) argument
847 u32 code) in mt9t112_set_params()
992 struct v4l2_subdev_mbus_code_enum *code) in mt9t112_enum_mbus_code()
/kernel/linux/linux-6.6/kernel/trace/
Dtrace_probe.c20 #define C(a, b) b argument
289 static int parse_trace_event_arg(char *arg, struct fetch_insn *code, in parse_trace_event_arg()
365 struct fetch_insn *code = *pcode + 1; in check_prepare_btf_string_fetch() local
525 struct fetch_insn *code = *pcode; in parse_btf_field() local
607 struct fetch_insn *code = *pcode; in parse_btf_arg() local
713 struct fetch_insn *code = *pcode; in parse_btf_bitfield() local
853 struct fetch_insn *code = &earg->code[i]; in store_trace_entry_data() local
882 struct fetch_insn *code = *pcode; in NOKPROBE_SYMBOL() local
1021 struct fetch_insn *code = *pcode; in parse_probe_arg() local
1194 struct fetch_insn *code = *pcode; in __parse_bitfield_probe_arg() local
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/vDSO/
Dvdso_standalone_test_x86.c22 int strcmp(const char *a, const char *b) in strcmp()
59 static inline void linux_exit(int code) in linux_exit()
/kernel/linux/linux-5.10/arch/csky/abiv2/
Dfpu.c94 int sig, code; in fpu_fpe() local
137 #define STW_FPU_REGS(a, b, c, d) \ argument
143 #define LDW_FPU_REGS(a, b, c, d) \ argument
/kernel/linux/linux-6.6/arch/csky/abiv2/
Dfpu.c94 int sig, code; in fpu_fpe() local
137 #define STW_FPU_REGS(a, b, c, d) \ argument
143 #define LDW_FPU_REGS(a, b, c, d) \ argument
/kernel/linux/linux-6.6/tools/testing/selftests/vDSO/
Dvdso_standalone_test_x86.c22 int strcmp(const char *a, const char *b) in strcmp()
73 static inline void linux_exit(int code) in linux_exit()
/kernel/linux/linux-6.6/drivers/media/usb/go7007/
Dgo7007-fw.c53 u32 a; /* collects bits at the top of the variable */ member
365 static int gen_mjpeghdr_to_package(struct go7007 *go, __le16 *code, int space) in gen_mjpeghdr_to_package()
632 __le16 *code, int space, int *framelen) in gen_mpeg1hdr_to_package()
818 __le16 *code, int space, int *framelen) in gen_mpeg4hdr_to_package()
920 __le16 *code, int space, int *framelen) in brctrl_to_package()
1076 static int config_package(struct go7007 *go, __le16 *code, int space) in config_package()
1198 static int seqhead_to_package(struct go7007 *go, __le16 *code, int space, in seqhead_to_package()
1277 static int avsync_to_package(struct go7007 *go, __le16 *code, int space) in avsync_to_package()
1308 static int final_package(struct go7007 *go, __le16 *code, int space) in final_package()
1371 static int audio_to_package(struct go7007 *go, __le16 *code, int space) in audio_to_package()
[all …]
/kernel/linux/linux-5.10/drivers/media/usb/go7007/
Dgo7007-fw.c53 u32 a; /* collects bits at the top of the variable */ member
365 static int gen_mjpeghdr_to_package(struct go7007 *go, __le16 *code, int space) in gen_mjpeghdr_to_package()
632 __le16 *code, int space, int *framelen) in gen_mpeg1hdr_to_package()
818 __le16 *code, int space, int *framelen) in gen_mpeg4hdr_to_package()
920 __le16 *code, int space, int *framelen) in brctrl_to_package()
1076 static int config_package(struct go7007 *go, __le16 *code, int space) in config_package()
1198 static int seqhead_to_package(struct go7007 *go, __le16 *code, int space, in seqhead_to_package()
1277 static int avsync_to_package(struct go7007 *go, __le16 *code, int space) in avsync_to_package()
1308 static int final_package(struct go7007 *go, __le16 *code, int space) in final_package()
1371 static int audio_to_package(struct go7007 *go, __le16 *code, int space) in audio_to_package()
[all …]
/kernel/linux/linux-6.6/drivers/scsi/esas2r/
Desas2r_ioctl.c68 struct esas2r_adapter *a; member
82 static void complete_fm_api_req(struct esas2r_adapter *a, in complete_fm_api_req()
92 struct esas2r_adapter *a = (struct esas2r_adapter *)sgc->adapter; in get_physaddr_fm_api() local
101 struct esas2r_adapter *a = (struct esas2r_adapter *)sgc->adapter; in get_physaddr_fm_api_header() local
109 static void do_fm_api(struct esas2r_adapter *a, struct esas2r_flash_img *fi) in do_fm_api()
181 static void complete_nvr_req(struct esas2r_adapter *a, in complete_nvr_req()
198 static void complete_buffered_ioctl_req(struct esas2r_adapter *a, in complete_buffered_ioctl_req()
207 struct esas2r_adapter *a = bi->a; in handle_buffered_ioctl() local
293 static int smp_ioctl_callback(struct esas2r_adapter *a, in smp_ioctl_callback()
312 static u8 handle_smp_ioctl(struct esas2r_adapter *a, struct atto_ioctl_smp *si) in handle_smp_ioctl()
[all …]
/kernel/linux/linux-5.10/drivers/scsi/esas2r/
Desas2r_ioctl.c68 struct esas2r_adapter *a; member
82 static void complete_fm_api_req(struct esas2r_adapter *a, in complete_fm_api_req()
92 struct esas2r_adapter *a = (struct esas2r_adapter *)sgc->adapter; in get_physaddr_fm_api() local
101 struct esas2r_adapter *a = (struct esas2r_adapter *)sgc->adapter; in get_physaddr_fm_api_header() local
109 static void do_fm_api(struct esas2r_adapter *a, struct esas2r_flash_img *fi) in do_fm_api()
181 static void complete_nvr_req(struct esas2r_adapter *a, in complete_nvr_req()
198 static void complete_buffered_ioctl_req(struct esas2r_adapter *a, in complete_buffered_ioctl_req()
207 struct esas2r_adapter *a = bi->a; in handle_buffered_ioctl() local
293 static int smp_ioctl_callback(struct esas2r_adapter *a, in smp_ioctl_callback()
312 static u8 handle_smp_ioctl(struct esas2r_adapter *a, struct atto_ioctl_smp *si) in handle_smp_ioctl()
[all …]
/kernel/linux/linux-5.10/drivers/hid/
Dhid-input.c199 __s32 hidinput_calc_abs_res(const struct hid_field *field, __u16 code) in hidinput_calc_abs_res()
571 int max = 0, code; in hidinput_configure_usage() local
1203 int a = field->logical_minimum; in hidinput_configure_usage() local
1260 int code; in hidinput_handle_scroll() local
1338 int a = field->logical_minimum; in hidinput_hid_event() local
1444 int hidinput_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct hid_fi… in hidinput_find_field()
1552 unsigned int code, int value) in hidinput_input_event()
/kernel/linux/linux-6.6/arch/sh/math-emu/
Dmath.c54 #define MWRITE(d,a) ({if(put_user(d, (typeof (d) __user *)a)) return -EFAULT;}) argument
55 #define MREAD(d,a) ({if(get_user(d, (typeof (d) __user *)a)) return -EFAULT;}) argument
424 id_fnmx(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, u16 code) in id_fnmx()
431 id_sys(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, u16 code) in id_sys()
462 static int fpu_emulate(u16 code, struct sh_fpu_soft_struct *fregs, struct pt_regs *regs) in fpu_emulate()
/kernel/linux/linux-5.10/arch/sh/math-emu/
Dmath.c54 #define WRITE(d,a) ({if(put_user(d, (typeof (d)*)a)) return -EFAULT;}) argument
55 #define READ(d,a) ({if(get_user(d, (typeof (d)*)a)) return -EFAULT;}) argument
424 id_fnmx(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, u16 code) in id_fnmx()
431 id_sys(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, u16 code) in id_sys()
462 static int fpu_emulate(u16 code, struct sh_fpu_soft_struct *fregs, struct pt_regs *regs) in fpu_emulate()
/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/
Dcptpf.h18 #define CPT_PF_INT_VEC_E_MBOXX(a) (0x02 + (a)) argument
32 void *code; member
/kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/
Dcptpf.h18 #define CPT_PF_INT_VEC_E_MBOXX(a) (0x02 + (a)) argument
32 void *code; member
/kernel/linux/linux-6.6/drivers/hid/
Dhid-input.c246 __s32 hidinput_calc_abs_res(const struct hid_field *field, __u16 code) in hidinput_calc_abs_res()
672 int max = 0, code; in hidinput_configure_usage() local
1395 int a = field->logical_minimum; in hidinput_configure_usage() local
1452 int code; in hidinput_handle_scroll() local
1640 int a = field->logical_minimum; in hidinput_hid_event() local
1738 unsigned int code, struct hid_field **field) in hidinput_find_field()
1845 unsigned int code, int value) in hidinput_input_event()

1234567