Home
last modified time | relevance | path

Searched refs:arg_type (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.10/drivers/acpi/acpica/
Dpsargs.c363 u32 arg_type, union acpi_parse_object *arg) in acpi_ps_get_next_simple_arg() argument
369 ACPI_FUNCTION_TRACE_U32(ps_get_next_simple_arg, arg_type); in acpi_ps_get_next_simple_arg()
371 switch (arg_type) { in acpi_ps_get_next_simple_arg()
434 ACPI_ERROR((AE_INFO, "Invalid ArgType 0x%X", arg_type)); in acpi_ps_get_next_simple_arg()
705 u32 arg_type, union acpi_parse_object **return_arg) in acpi_ps_get_next_arg() argument
717 acpi_ut_get_argument_type_name(arg_type), arg_type)); in acpi_ps_get_next_arg()
719 switch (arg_type) { in acpi_ps_get_next_arg()
734 acpi_ps_get_next_simple_arg(parser_state, arg_type, arg); in acpi_ps_get_next_arg()
801 acpi_ut_get_argument_type_name(arg_type), in acpi_ps_get_next_arg()
802 arg_type)); in acpi_ps_get_next_arg()
[all …]
Dnsarguments.c34 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()
Dutdecode.c546 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()
Dacparser.h58 u32 arg_type, union acpi_parse_object *arg);
74 u32 arg_type, union acpi_parse_object **return_arg);
Ddbtest.c989 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()
Dacutils.h223 const char *acpi_ut_get_argument_type_name(u32 arg_type);
/Linux-v5.10/kernel/bpf/
Dverifier.c3957 enum bpf_arg_type *arg_type) in resolve_map_arg_type() argument
3968 if (*arg_type == ARG_PTR_TO_MAP_VALUE) { in resolve_map_arg_type()
3969 *arg_type = ARG_PTR_TO_BTF_ID_SOCK_COMMON; in resolve_map_arg_type()
4078 enum bpf_arg_type arg_type, in check_reg_type() argument
4086 compatible = compatible_reg_types[arg_type]; in check_reg_type()
4088 verbose(env, "verifier internal error: unsupported arg type %d\n", arg_type); in check_reg_type()
4141 enum bpf_arg_type arg_type = fn->arg_type[arg]; in check_func_arg() local
4145 if (arg_type == ARG_DONTCARE) in check_func_arg()
4152 if (arg_type == ARG_ANYTHING) { in check_func_arg()
4167 if (arg_type == ARG_PTR_TO_MAP_VALUE || in check_func_arg()
[all …]
Dbtf.c3667 const struct btf_type *arg_type; in btf_func_proto_check() local
3671 arg_type = btf_type_by_id(btf, arg_type_id); in btf_func_proto_check()
3672 if (!arg_type) { in btf_func_proto_check()
3687 if (btf_type_needs_resolve(arg_type) && in btf_func_proto_check()
3689 err = btf_resolve(env, arg_type, arg_type_id); in btf_func_proto_check()
/Linux-v5.10/include/linux/
Dbpf.h332 enum bpf_arg_type arg_type[5]; member
/Linux-v5.10/drivers/scsi/megaraid/
Dmegaraid_sas.h2088 u8 arg_type; member