| /linux/drivers/net/wireless/silabs/wfx/ |
| H A D | hif_tx_mib.c | 19 struct wfx_hif_mib_current_tx_power_level arg = { in wfx_hif_set_output_power() local 24 &arg, sizeof(arg)); in wfx_hif_set_output_power() 30 struct wfx_hif_mib_beacon_wake_up_period arg = { in wfx_hif_set_beacon_wakeup_period() local 39 &arg, sizeof(arg)); in wfx_hif_set_beacon_wakeup_period() 44 struct wfx_hif_mib_rcpi_rssi_threshold arg = { in wfx_hif_set_rcpi_rssi_threshold() local 50 arg.upperthresh = 1; in wfx_hif_set_rcpi_rssi_threshold() 51 arg.lowerthresh = 1; in wfx_hif_set_rcpi_rssi_threshold() 53 arg.upper_threshold = rssi_thold + rssi_hyst; in wfx_hif_set_rcpi_rssi_threshold() 54 arg.upper_threshold = (arg.upper_threshold + 110) * 2; in wfx_hif_set_rcpi_rssi_threshold() 55 arg.lower_threshold = rssi_thold; in wfx_hif_set_rcpi_rssi_threshold() [all …]
|
| /linux/drivers/gpu/drm/amd/display/include/ |
| H A D | fixed31_32.h | 85 * result = arg 87 static inline struct fixed31_32 dc_fixpt_from_int(int arg) in dc_fixpt_from_int() argument 91 res.value = (long long) arg << FIXED31_32_BITS_PER_FRACTIONAL_PART; in dc_fixpt_from_int() 103 * result = -arg 105 static inline struct fixed31_32 dc_fixpt_neg(struct fixed31_32 arg) in dc_fixpt_neg() argument 109 res.value = -arg.value; in dc_fixpt_neg() 116 * result = abs(arg) := (arg >= 0) ? arg : -arg 118 dc_fixpt_abs(struct fixed31_32 arg) dc_fixpt_abs() argument 189 dc_fixpt_clamp(struct fixed31_32 arg,struct fixed31_32 min_value,struct fixed31_32 max_value) dc_fixpt_clamp() argument 210 dc_fixpt_shl(struct fixed31_32 arg,unsigned char shift) dc_fixpt_shl() argument 224 dc_fixpt_shr(struct fixed31_32 arg,unsigned char shift) dc_fixpt_shr() argument 446 dc_fixpt_floor(struct fixed31_32 arg) dc_fixpt_floor() argument 460 dc_fixpt_round(struct fixed31_32 arg) dc_fixpt_round() argument 480 dc_fixpt_ceil(struct fixed31_32 arg) dc_fixpt_ceil() argument 517 dc_fixpt_truncate(struct fixed31_32 arg,unsigned int frac_bits) dc_fixpt_truncate() argument [all...] |
| /linux/drivers/tee/optee/ |
| H A D | rpc.c | 16 static void handle_rpc_func_cmd_get_time(struct optee_msg_arg *arg) in handle_rpc_func_cmd_get_time() argument 20 if (arg->num_params != 1) in handle_rpc_func_cmd_get_time() 22 if ((arg->params[0].attr & OPTEE_MSG_ATTR_TYPE_MASK) != in handle_rpc_func_cmd_get_time() 27 arg->params[0].u.value.a = ts.tv_sec; in handle_rpc_func_cmd_get_time() 28 arg->params[0].u.value.b = ts.tv_nsec; in handle_rpc_func_cmd_get_time() 30 arg->ret = TEEC_SUCCESS; in handle_rpc_func_cmd_get_time() 33 arg->ret = TEEC_ERROR_BAD_PARAMETERS; in handle_rpc_func_cmd_get_time() 38 struct optee_msg_arg *arg) in handle_rpc_func_cmd_i2c_transfer() argument 53 if (arg->num_params != ARRAY_SIZE(attr)) { in handle_rpc_func_cmd_i2c_transfer() 54 arg->ret = TEEC_ERROR_BAD_PARAMETERS; in handle_rpc_func_cmd_i2c_transfer() [all …]
|
| /linux/tools/perf/trace/beauty/ |
| H A D | fcntl.c | 34 static size_t syscall_arg__scnprintf_fcntl_getfd(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_fcntl_getlease() 36 return fcntl__scnprintf_getfd(arg->val, bf, size, arg->show_string_prefix); in syscall_arg__scnprintf_fcntl_cmd() argument 47 static size_t syscall_arg__scnprintf_fcntl_getlease(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_fcntl_cmd() 49 return fcntl__scnprintf_getlease(arg->val, bf, size, arg->show_string_prefix); in syscall_arg__scnprintf_fcntl_cmd() 52 size_t syscall_arg__scnprintf_fcntl_cmd(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_fcntl_cmd() 54 if (arg->val == F_GETFL) { in syscall_arg__scnprintf_fcntl_cmd() 55 syscall_arg__set_ret_scnprintf(arg, syscall_arg__scnprintf_open_flags); in syscall_arg__scnprintf_fcntl_cmd() 58 if (arg in syscall_arg__scnprintf_fcntl_cmd() 18 syscall_arg__scnprintf_fcntl_getfd(char * bf,size_t size,struct syscall_arg * arg) syscall_arg__scnprintf_fcntl_getfd() argument 31 syscall_arg__scnprintf_fcntl_getlease(char * bf,size_t size,struct syscall_arg * arg) syscall_arg__scnprintf_fcntl_getlease() argument 70 syscall_arg__scnprintf_fcntl_arg(char * bf,size_t size,struct syscall_arg * arg) syscall_arg__scnprintf_fcntl_arg() argument [all...] |
| H A D | beauty.h | 81 * @size: 8 if all we need is an integer, otherwise all of the augmented arg. 95 * @len: for tracepoint dynamic arrays, if fmt->nr_entries == 0, then its not a fixed array, look at arg->len 96 * @args: All the args, use syscall_args__val(arg, nth) to access one 102 * @idx: syscall arg idx (is this the first?) 103 * @mask: a syscall arg may mask another arg, see syscall_arg__scnprintf_futex_op 125 unsigned long syscall_arg__val(struct syscall_arg *arg, u8 idx); 127 size_t syscall_arg__scnprintf_strarray_flags(char *bf, size_t size, struct syscall_arg *arg); 130 bool syscall_arg__strtoul_strarray(char *bf, size_t size, struct syscall_arg *arg, u64 *ret); 133 bool syscall_arg__strtoul_strarray_flags(char *bf, size_t size, struct syscall_arg *arg, u6 [all...] |
| /linux/arch/powerpc/perf/ |
| H A D | hv-gpci.c | 135 size_t *n, struct hv_gpci_request_buffer *arg) in systeminfo_gpci_request() 140 arg->params.counter_request = cpu_to_be32(req); in systeminfo_gpci_request() 141 arg->params.starting_index = cpu_to_be32(starting_index); in systeminfo_gpci_request() 142 arg->params.secondary_index = cpu_to_be16(secondary_index); in systeminfo_gpci_request() 145 virt_to_phys(arg), HGPCI_REQ_BUFFER_SIZE); in systeminfo_gpci_request() 177 for (i = 0; i < be16_to_cpu(arg->params.returned_values); i++) { in systeminfo_gpci_request() 178 j = i * be16_to_cpu(arg->params.cv_element_size); in systeminfo_gpci_request() 180 for (; j < (i + 1) * be16_to_cpu(arg->params.cv_element_size); j++) in systeminfo_gpci_request() 181 *n += sprintf(buf + *n, "%02x", (u8)arg->bytes[j]); in systeminfo_gpci_request() 196 struct hv_gpci_request_buffer *arg; in processor_bus_topology_show() 134 systeminfo_gpci_request(u32 req,u32 starting_index,u16 secondary_index,char * buf,size_t * n,struct hv_gpci_request_buffer * arg) systeminfo_gpci_request() argument 195 struct hv_gpci_request_buffer *arg; processor_bus_topology_show() local 265 struct hv_gpci_request_buffer *arg; processor_config_show() local 335 struct hv_gpci_request_buffer *arg; affinity_domain_via_virtual_processor_show() local 407 struct hv_gpci_request_buffer *arg; affinity_domain_via_domain_show() local 474 affinity_domain_via_partition_result_parse(int returned_values,int element_size,char * buf,size_t * last_element,size_t * n,struct hv_gpci_request_buffer * arg) affinity_domain_via_partition_result_parse() argument 520 struct hv_gpci_request_buffer *arg; affinity_domain_via_partition_show() local 694 struct hv_gpci_request_buffer *arg; single_gpci_request() local 897 struct hv_gpci_request_buffer *arg; sysinfo_device_attr_create() local 998 struct hv_gpci_request_buffer *arg; hv_gpci_init() local [all...] |
| /linux/drivers/acpi/acpica/ |
| H A D | dsfield.c | 39 union acpi_parse_object *arg); 123 union acpi_parse_object *arg; in acpi_ds_create_buffer_field() local 139 arg = acpi_ps_get_arg(op, 3); in acpi_ds_create_buffer_field() 143 arg = acpi_ps_get_arg(op, 2); in acpi_ds_create_buffer_field() 146 if (!arg) { in acpi_ds_create_buffer_field() 177 arg->common.value.string, ACPI_TYPE_ANY, in acpi_ds_create_buffer_field() 185 arg->common.value.string, status); in acpi_ds_create_buffer_field() 250 * arg - First parser arg for the field name list 262 union acpi_parse_object *arg) in acpi_ds_get_field_names() argument 478 union acpi_parse_object *arg; acpi_ds_create_field() local 557 union acpi_parse_object *arg = NULL; acpi_ds_init_field_objects() local 678 union acpi_parse_object *arg; acpi_ds_create_bank_field() local 771 union acpi_parse_object *arg; acpi_ds_create_index_field() local [all...] |
| H A D | pstree.c | 39 union acpi_parse_object *arg = NULL; in acpi_ps_get_arg() local 71 arg = op->common.value.arg; in acpi_ps_get_arg() 72 while (arg && argn) { in acpi_ps_get_arg() 74 arg = arg->common.next; in acpi_ps_get_arg() 77 return (arg); in acpi_ps_get_arg() 85 * arg - Argument Op to append 89 * DESCRIPTION: Append an argument to an op's argument list (a NULL arg is OK) 94 acpi_ps_append_arg(union acpi_parse_object *op, union acpi_parse_object *arg) in acpi_ps_append_arg() argument 174 union acpi_parse_object *arg; acpi_ps_get_depth_next() local [all...] |
| H A D | psargs.c | 215 * arg - Where the namepath will be stored in acpi_ps_get_next_namepath() 234 union acpi_parse_object *arg, u8 possible_method_call) in acpi_ps_get_next_namepath() 246 acpi_ps_init_op(arg, AML_INT_NAMEPATH_OP); in acpi_ps_get_next_namepath() 251 arg->common.value.name = path; in acpi_ps_get_next_namepath() 286 acpi_ps_init_op(arg, AML_INT_METHODCALL_OP); in acpi_ps_get_next_namepath() 303 acpi_ps_init_op(arg, AML_INT_METHODCALL_OP); in acpi_ps_get_next_namepath() 309 acpi_ps_append_arg(arg, name_op); in acpi_ps_get_next_namepath() 353 else if ((arg->common.parent) && 354 ((arg->common.parent->common.aml_opcode == 356 || (arg 201 acpi_ps_get_next_namepath(struct acpi_walk_state * walk_state,struct acpi_parse_state * parser_state,union acpi_parse_object * arg,u8 possible_method_call) acpi_ps_get_next_namepath() argument 365 acpi_ps_get_next_simple_arg(struct acpi_parse_state * parser_state,u32 arg_type,union acpi_parse_object * arg) acpi_ps_get_next_simple_arg() argument 462 union acpi_parse_object *arg = NULL; acpi_ps_get_next_field() local 704 union acpi_parse_object *arg; acpi_ps_free_field_list() local 742 union acpi_parse_object *arg = NULL; acpi_ps_get_next_arg() local [all...] |
| /linux/drivers/infiniband/sw/rxe/ |
| H A D | rxe_hdr.h | 84 static inline u8 __bth_opcode(void *arg) in __bth_opcode() argument 86 struct rxe_bth *bth = arg; in __bth_opcode() 91 static inline void __bth_set_opcode(void *arg, u8 opcode) in __bth_set_opcode() argument 93 struct rxe_bth *bth = arg; in __bth_set_opcode() 98 static inline u8 __bth_se(void *arg) in __bth_se() argument 100 struct rxe_bth *bth = arg; in __bth_se() 105 static inline void __bth_set_se(void *arg, int se) in __bth_set_se() argument 107 struct rxe_bth *bth = arg; in __bth_set_se() 115 static inline u8 __bth_mig(void *arg) in __bth_mig() argument 117 struct rxe_bth *bth = arg; in __bth_mig() [all …]
|
| /linux/drivers/scsi/elx/libefc/ |
| H A D | efc_fabric.h | 19 enum efc_sm_event evt, void *arg); 22 enum efc_sm_event evt, void *arg); 25 enum efc_sm_event evt, void *arg); 28 enum efc_sm_event evt, void *arg); 32 enum efc_sm_event evt, void *arg); 35 enum efc_sm_event evt, void *arg); 38 enum efc_sm_event evt, void *arg); 41 __efc_ns_init(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg); 44 enum efc_sm_event evt, void *arg); 47 enum efc_sm_event evt, void *arg); [all …]
|
| H A D | efc_device.h | 26 enum efc_sm_event evt, void *arg); 29 enum efc_sm_event evt, void *arg); 31 __efc_d_init(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg); 34 enum efc_sm_event evt, void *arg); 37 enum efc_sm_event evt, void *arg); 40 enum efc_sm_event evt, void *arg); 43 enum efc_sm_event evt, void *arg); 46 enum efc_sm_event evt, void *arg); 49 enum efc_sm_event evt, void *arg); 52 enum efc_sm_event evt, void *arg); [all …]
|
| /linux/drivers/net/wireless/st/cw1200/ |
| H A D | wsm.c | 83 void *arg, u16 cmd, long tmo); 92 void *arg, in wsm_generic_confirm() argument 105 int wsm_configuration(struct cw1200_common *priv, struct wsm_configuration *arg) in wsm_configuration() argument 112 WSM_PUT32(buf, arg->dot11MaxTransmitMsduLifeTime); in wsm_configuration() 113 WSM_PUT32(buf, arg->dot11MaxReceiveLifeTime); in wsm_configuration() 114 WSM_PUT32(buf, arg->dot11RtsThreshold); in wsm_configuration() 117 WSM_PUT16(buf, arg->dpdData_size + 12); in wsm_configuration() 119 WSM_PUT(buf, arg->dot11StationId, ETH_ALEN); in wsm_configuration() 121 WSM_PUT(buf, arg->dpdData, arg->dpdData_size); in wsm_configuration() 123 ret = wsm_cmd_send(priv, buf, arg, in wsm_configuration() [all …]
|
| H A D | wsm.h | 652 struct wsm_configuration *arg); 662 int wsm_reset(struct cw1200_common *priv, const struct wsm_reset *arg); 737 int wsm_scan(struct cw1200_common *priv, const struct wsm_scan *arg); 884 struct wsm_event *arg); 947 int wsm_join(struct cw1200_common *priv, struct wsm_join *arg); 972 int wsm_set_pm(struct cw1200_common *priv, const struct wsm_set_pm *arg); 999 const struct wsm_set_bss_params *arg); 1062 int wsm_add_key(struct cw1200_common *priv, const struct wsm_add_key *arg); 1072 const struct wsm_remove_key *arg); 1104 const struct wsm_set_tx_queue_params *arg, u8 id); [all …]
|
| /linux/arch/arm64/include/asm/ |
| H A D | tlbflush.h | 27 * The macro can be used as __tlbi(op) or __tlbi(op, arg), depending 32 #define __TLBI_0(op, arg) asm (ARM64_ASM_PREAMBLE \ argument 36 #define __TLBI_1(op, arg) asm (ARM64_ASM_PREAMBLE \ argument 38 : : "rZ" (arg)) 40 #define __TLBI_N(op, arg, n, ...) __TLBI_##n(op, arg) argument 44 #define __tlbi_user(op, arg) do { \ argument 46 __tlbi(op, (arg) | USER_ASID_FLAG); \ 165 typedef void (*tlbi_op)(u64 arg); 167 static __always_inline void vae1is(u64 arg) in vae1is() argument 173 vae2is(u64 arg) vae2is() argument 178 vale1(u64 arg) vale1() argument 184 vale1is(u64 arg) vale1is() argument 190 vale2is(u64 arg) vale2is() argument 195 vaale1is(u64 arg) vaale1is() argument 200 ipas2e1(u64 arg) ipas2e1() argument 205 ipas2e1is(u64 arg) ipas2e1is() argument 213 u64 arg = __TLBI_VADDR(addr, asid); __tlbi_level_asid() local 269 __repeat_tlbi_sync(op,arg...) global() argument 478 rvae1is(u64 arg) rvae1is() argument 484 rvale1(u64 arg) rvale1() argument 490 rvale1is(u64 arg) rvale1is() argument 496 rvaale1is(u64 arg) rvaale1is() argument 501 ripas2e1is(u64 arg) ripas2e1is() argument 510 u64 arg = 0; __tlbi_range() local [all...] |
| /linux/sound/drivers/opl3/ |
| H A D | opl3_oss.c | 11 static int snd_opl3_open_seq_oss(struct snd_seq_oss_arg *arg, void *closure); 12 static int snd_opl3_close_seq_oss(struct snd_seq_oss_arg *arg); 13 static int snd_opl3_ioctl_seq_oss(struct snd_seq_oss_arg *arg, unsigned int cmd, unsigned long ioar… 14 static int snd_opl3_load_patch_seq_oss(struct snd_seq_oss_arg *arg, int format, const char __user *… 15 static int snd_opl3_reset_seq_oss(struct snd_seq_oss_arg *arg); 92 struct snd_seq_oss_reg *arg; in snd_opl3_init_seq_oss() local 101 arg = SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_opl3_init_seq_oss() 102 arg->type = SYNTH_TYPE_FM; in snd_opl3_init_seq_oss() 104 arg->subtype = FM_TYPE_ADLIB; in snd_opl3_init_seq_oss() 105 arg->nvoices = MAX_OPL2_VOICES; in snd_opl3_init_seq_oss() [all …]
|
| /linux/io_uring/ |
| H A D | register.c | 41 static __cold int io_probe(struct io_ring_ctx *ctx, void __user *arg, in io_probe() argument 52 p = memdup_user(arg, size); in io_probe() 69 if (copy_to_user(arg, p, size)) in io_probe() 111 static __cold int io_parse_restrictions(void __user *arg, unsigned int nr_args, in io_parse_restrictions() argument 118 if (!arg || nr_args > IORING_MAX_RESTRICTIONS) in io_parse_restrictions() 125 res = memdup_user(arg, size); in io_parse_restrictions() 168 void __user *arg, unsigned int nr_args) in io_register_restrictions() argument 180 ret = io_parse_restrictions(arg, nr_args, &ctx->restrictions); in io_register_restrictions() 201 static int io_register_restrictions_task(void __user *arg, unsigned int nr_args) in io_register_restrictions_task() argument 203 struct io_uring_task_restriction __user *ures = arg; in io_register_restrictions_task() [all …]
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | pm_nl_ctl.c | 358 int arg; in dsf() 375 for (arg = 2; arg < argc; arg++) { in dsf() 376 if (!strcmp(argv[arg], "lip")) { in dsf() 377 if (++arg >= argc) in dsf() 380 params[0] = argv[arg]; in dsf() 381 } else if (!strcmp(argv[arg], "lport")) { in dsf() 382 if (++arg >= argc) in dsf() 385 params[1] = argv[arg]; in dsf() 360 int arg; dsf() local 477 int arg; csf() local 605 int arg; remove_addr() local 657 int arg; announce_addr() local 783 int arg; add_addr() local 1366 int arg = 2; set_flags() local [all...] |
| /linux/tools/perf/util/bpf_skel/ |
| H A D | augmented_raw_syscalls.bpf.c | 119 struct augmented_arg arg, arg2; // We have to reserve space for two arguments (rename, etc) member 167 unsigned int augmented_arg__read_str(struct augmented_arg *augmented_arg, const void *arg, unsigned… in augmented_arg__read_str() argument 170 int string_len = bpf_probe_read_user_str(&augmented_arg->value, arg_len, arg); in augmented_arg__read_str() 217 …_Static_assert(is_power_of_2(sizeof(augmented_args->arg.saddr)), "sizeof(augmented_args->arg.saddr… in sys_enter_connect() 218 socklen &= sizeof(augmented_args->arg.saddr) - 1; in sys_enter_connect() 220 bpf_probe_read_user(&augmented_args->arg.saddr, socklen, sockaddr_arg); in sys_enter_connect() 221 augmented_args->arg.size = socklen; in sys_enter_connect() 222 augmented_args->arg.err = 0; in sys_enter_connect() 238 socklen &= sizeof(augmented_args->arg.saddr) - 1; in sys_enter_sendto() 240 bpf_probe_read_user(&augmented_args->arg.saddr, socklen, sockaddr_arg); in sys_enter_sendto() [all …]
|
| /linux/drivers/tee/amdtee/ |
| H A D | call.c | 240 int handle_invoke_cmd(struct tee_ioctl_invoke_arg *arg, u32 sinfo, in handle_invoke_cmd() argument 246 if (!arg || (!p && arg->num_params)) in handle_invoke_cmd() 249 arg->ret_origin = TEEC_ORIGIN_COMMS; in handle_invoke_cmd() 251 if (arg->session == 0) { in handle_invoke_cmd() 252 arg->ret = TEEC_ERROR_BAD_PARAMETERS; in handle_invoke_cmd() 256 ret = tee_params_to_amd_params(p, arg->num_params, &cmd.op); in handle_invoke_cmd() 259 arg->ret = TEEC_ERROR_BAD_PARAMETERS; in handle_invoke_cmd() 263 cmd.ta_handle = get_ta_handle(arg->session); in handle_invoke_cmd() 264 cmd.cmd_id = arg in handle_invoke_cmd() 351 handle_open_session(struct tee_ioctl_open_session_arg * arg,u32 * info,struct tee_param * p) handle_open_session() argument 399 handle_load_ta(void * data,u32 size,struct tee_ioctl_open_session_arg * arg) handle_load_ta() argument [all...] |
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-ioctl.c | 206 static void v4l_print_querycap(const void *arg, bool write_only) in v4l_print_querycap() argument 208 const struct v4l2_capability *p = arg; in v4l_print_querycap() 217 static void v4l_print_enuminput(const void *arg, bool write_only) in v4l_print_enuminput() argument 219 const struct v4l2_input *p = arg; in v4l_print_enuminput() 227 static void v4l_print_enumoutput(const void *arg, bool write_only) in v4l_print_enumoutput() argument 229 const struct v4l2_output *p = arg; in v4l_print_enumoutput() 236 static void v4l_print_audio(const void *arg, bool write_only) in v4l_print_audio() argument 238 const struct v4l2_audio *p = arg; in v4l_print_audio() 248 static void v4l_print_audioout(const void *arg, bool write_only) in v4l_print_audioout() argument 250 const struct v4l2_audioout *p = arg; in v4l_print_audioout() [all …]
|
| /linux/tools/testing/selftests/rseq/ |
| H A D | rseq-ppc.h | 46 #define RSEQ_STORE_LONG(arg) "std%U[" __rseq_str(arg) "]%X[" __rseq_str(arg) "] " /* To memory ("m"… argument 47 #define RSEQ_STORE_INT(arg) "stw%U[" __rseq_str(arg) "]%X[" __rseq_str(arg) "] " /* To memory ("m" … argument 48 #define RSEQ_LOAD_LONG(arg) "ld%U[" __rseq_str(arg) "]%X[" __rseq_str(arg) "] " /* From memory ("m"… argument 49 #define RSEQ_LOAD_INT(arg) "lwz%U[" __rseq_str(arg) "]%X[" __rseq_str(arg) "] " /* From memory ("m"… argument 91 #define RSEQ_STORE_LONG(arg) "stw%U[" __rseq_str(arg) "]%X[" __rseq_str(arg) "] " /* To memory ("m"… argument 92 #define RSEQ_STORE_INT(arg) RSEQ_STORE_LONG(arg) /* To memory ("m" constraint) */ argument 93 #define RSEQ_LOAD_LONG(arg) "lwz%U[" __rseq_str(arg) "]%X[" __rseq_str(arg) "] " /* From memory ("m… argument 94 #define RSEQ_LOAD_INT(arg) RSEQ_LOAD_LONG(arg) /* From memory ("m" constraint) */ argument
|
| /linux/rust/kernel/ |
| H A D | print.rs | 151 ($format_string:path, false, $($arg:tt)+) => ( 152 // To remain sound, `arg`s must be expanded outside the `unsafe` block. 157 match $crate::prelude::fmt!($($arg)+) { 174 ($format_string:path, true, $($arg:tt)+) => ( 176 $crate::prelude::fmt!($($arg)+), 185 ($format_string:path, $e:expr, $($arg:tt)+) => ( 219 ($($arg:tt)*) => ( 220 $crate::print_macro!($crate::print::format_strings::EMERG, false, $($arg)*) 244 ($($arg:tt)*) => ( 245 $crate::print_macro!($crate::print::format_strings::ALERT, false, $($arg)*) [all...] |
| /linux/tools/testing/selftests/liveupdate/ |
| H A D | luo_test_utils.c | 57 struct liveupdate_ioctl_create_session arg = { .size = sizeof(arg) }; in create_and_preserve_memfd() 59 snprintf((char *)arg.name, LIVEUPDATE_SESSION_NAME_LENGTH, "%.*s", in create_and_preserve_memfd() local 62 if (ioctl(luo_fd, LIVEUPDATE_IOCTL_CREATE_SESSION, &arg) < 0) in create_and_preserve_memfd() 65 return arg.fd; in create_and_preserve_memfd() 70 struct liveupdate_ioctl_retrieve_session arg = { .size = sizeof(arg) }; in create_and_preserve_memfd() 72 snprintf((char *)arg.name, LIVEUPDATE_SESSION_NAME_LENGTH, "%.*s", in create_and_preserve_memfd() 75 if (ioctl(luo_fd, LIVEUPDATE_IOCTL_RETRIEVE_SESSION, &arg) < 0) in create_and_preserve_memfd() 78 return arg in create_and_preserve_memfd() 33 struct liveupdate_ioctl_create_session arg = { .size = sizeof(arg) }; luo_create_session() local 46 struct liveupdate_ioctl_retrieve_session arg = { .size = sizeof(arg) }; luo_retrieve_session() local 95 struct liveupdate_session_retrieve_fd arg = { .size = sizeof(arg) }; restore_and_verify_memfd() local 129 struct liveupdate_session_finish arg = { .size = sizeof(arg) }; luo_session_finish() local [all...] |
| /linux/mm/kasan/ |
| H A D | hw_tags.c | 85 static int __init early_kasan_flag(char *arg) in early_kasan_flag() argument 87 if (!arg) in early_kasan_flag() 90 if (!strcmp(arg, "off")) in early_kasan_flag() 92 else if (!strcmp(arg, "on")) in early_kasan_flag() 102 static int __init early_kasan_mode(char *arg) in early_kasan_mode() argument 104 if (!arg) in early_kasan_mode() 107 if (!strcmp(arg, "sync")) in early_kasan_mode() 109 else if (!strcmp(arg, "async")) in early_kasan_mode() 111 else if (!strcmp(arg, "asymm")) in early_kasan_mode() 121 static int __init early_kasan_flag_vmalloc(char *arg) in early_kasan_flag_vmalloc() argument [all …]
|