| /linux/drivers/acpi/acpica/ |
| H A D | psargs.c | 365 u32 arg_type, union acpi_parse_object *arg) in acpi_ps_get_next_simple_arg() argument 371 ACPI_FUNCTION_TRACE_U32(ps_get_next_simple_arg, arg_type); in acpi_ps_get_next_simple_arg() 373 switch (arg_type) { in acpi_ps_get_next_simple_arg() 436 ACPI_ERROR((AE_INFO, "Invalid ArgType 0x%X", arg_type)); in acpi_ps_get_next_simple_arg() 740 u32 arg_type, union acpi_parse_object **return_arg) in acpi_ps_get_next_arg() argument 752 acpi_ut_get_argument_type_name(arg_type), arg_type)); in acpi_ps_get_next_arg() 754 switch (arg_type) { in acpi_ps_get_next_arg() 769 acpi_ps_get_next_simple_arg(parser_state, arg_type, arg); in acpi_ps_get_next_arg() 840 acpi_ut_get_argument_type_name(arg_type), in acpi_ps_get_next_arg() 841 arg_type)); in acpi_ps_get_next_arg() [all …]
|
| H A D | nsarguments.c | 34 u8 arg_type; in acpi_ns_check_argument_types() local 55 arg_type = METHOD_GET_NEXT_TYPE(arg_type_list); in acpi_ns_check_argument_types() 60 if ((user_arg_type != arg_type) && (arg_type != ACPI_TYPE_ANY)) { in acpi_ns_check_argument_types() 68 acpi_ut_get_type_name(arg_type))); in acpi_ns_check_argument_types()
|
| H A D | utdecode.c | 546 const char *acpi_ut_get_argument_type_name(u32 arg_type) in acpi_ut_get_argument_type_name() argument 549 if (arg_type > ARGP_MAX) { in acpi_ut_get_argument_type_name() 553 return (acpi_gbl_argument_type[arg_type]); in acpi_ut_get_argument_type_name()
|
| H A D | dbtest.c | 989 u8 arg_type; in acpi_db_evaluate_one_predefined_name() local 1033 arg_type = METHOD_GET_NEXT_TYPE(arg_type_list); in acpi_db_evaluate_one_predefined_name() 1034 this_param->type = arg_type; in acpi_db_evaluate_one_predefined_name() 1036 switch (arg_type) { in acpi_db_evaluate_one_predefined_name() 1066 pathname, arg_type); in acpi_db_evaluate_one_predefined_name()
|
| H A D | acparser.h | 58 u32 arg_type, union acpi_parse_object *arg); 74 u32 arg_type, union acpi_parse_object **return_arg);
|
| H A D | acutils.h | 239 const char *acpi_ut_get_argument_type_name(u32 arg_type);
|
| /linux/tools/mm/ |
| H A D | page_owner_sort.c | 516 int arg_type = get_arg_type(args[i]); in parse_cull_args() local 518 if (arg_type == ARG_PID) in parse_cull_args() 520 else if (arg_type == ARG_TGID) in parse_cull_args() 522 else if (arg_type == ARG_COMM) in parse_cull_args() 524 else if (arg_type == ARG_STACKTRACE) in parse_cull_args() 526 else if (arg_type == ARG_ALLOCATOR) in parse_cull_args() 574 int arg_type = get_arg_type(args[i]+offset); in parse_sort_args() local 576 if (arg_type == ARG_PID) in parse_sort_args() 578 else if (arg_type == ARG_TGID) in parse_sort_args() 580 else if (arg_type == ARG_COMM) in parse_sort_args() [all …]
|
| /linux/rust/kernel/sync/atomic/ |
| H A D | internal.rs | 90 $func:ident($($arg:ident : $arg_type:ty),*) $(-> $ret:ty)? 94 fn [< atomic_ $func >]($($arg: $arg_type,)*) $(-> $ret)?; 128 ($ctype:ident) $func:ident($($arg:ident: $arg_type:ty),*) $(-> $ret:ty)? { 134 fn [< atomic_ $func >]($($arg: $arg_type,)*) $(-> $ret)? {
|
| /linux/include/kunit/ |
| H A D | resource.h | 406 #define KUNIT_DEFINE_ACTION_WRAPPER(wrapper, orig, arg_type) \ argument 409 arg_type arg = (arg_type)in; \
|
| /linux/kernel/bpf/ |
| H A D | verifier.c | 689 static enum bpf_dynptr_type arg_to_dynptr_type(enum bpf_arg_type arg_type) in arg_to_dynptr_type() argument 691 switch (arg_type & DYNPTR_TYPE_FLAG_MASK) { in arg_to_dynptr_type() 763 enum bpf_arg_type arg_type, int insn_idx, int clone_ref_obj_id) in mark_stack_slots_dynptr() argument 794 type = arg_to_dynptr_type(arg_type); in mark_stack_slots_dynptr() 1015 enum bpf_arg_type arg_type) in is_dynptr_type_expected() argument 1022 if (arg_type == ARG_PTR_TO_DYNPTR) in is_dynptr_type_expected() 1025 dynptr_type = arg_to_dynptr_type(arg_type); in is_dynptr_type_expected() 8773 enum bpf_arg_type arg_type, int clone_ref_obj_id) in process_dynptr_func() argument 8788 if ((arg_type & (MEM_UNINIT | MEM_RDONLY)) == (MEM_UNINIT | MEM_RDONLY)) { in process_dynptr_func() 8808 if (arg_type & MEM_UNINIT) { in process_dynptr_func() [all …]
|
| H A D | btf.c | 5221 const struct btf_type *arg_type; in btf_func_proto_check() local 5225 arg_type = btf_type_by_id(btf, arg_type_id); in btf_func_proto_check() 5226 if (!arg_type) { in btf_func_proto_check() 5231 if (btf_type_is_resolve_source_only(arg_type)) { in btf_func_proto_check() 5244 if (btf_type_needs_resolve(arg_type) && in btf_func_proto_check() 5246 err = btf_resolve(env, arg_type, arg_type_id); in btf_func_proto_check() 7909 sub->args[i].arg_type = ARG_PTR_TO_CTX; in btf_prepare_func_args() 7917 sub->args[i].arg_type = ARG_PTR_TO_DYNPTR | MEM_RDONLY; in btf_prepare_func_args() 7932 sub->args[i].arg_type = ARG_PTR_TO_BTF_ID | PTR_TRUSTED; in btf_prepare_func_args() 7934 sub->args[i].arg_type |= PTR_MAYBE_NULL; in btf_prepare_func_args() [all …]
|
| /linux/drivers/scsi/mpi3mr/mpi/ |
| H A D | mpi30_ioc.h | 710 __le16 arg_type; member 731 u8 arg_type; member
|
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-subdev.c | 512 #define DEFINE_STATE_WRAPPER(f, arg_type) \ argument 515 arg_type *arg) \ 529 #define DEFINE_STATE_WRAPPER(f, arg_type) \ argument 532 arg_type *arg) \
|
| /linux/drivers/scsi/megaraid/ |
| H A D | megaraid_sas.h | 2094 u8 arg_type; member
|
| /linux/include/linux/ |
| H A D | bpf.h | 944 enum bpf_arg_type arg_type[5]; member
|