| /Linux-v6.1/drivers/acpi/acpica/ |
| D | psargs.c | 363 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 …]
|
| 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()
|
| 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()
|
| D | acparser.h | 58 u32 arg_type, union acpi_parse_object *arg); 74 u32 arg_type, union acpi_parse_object **return_arg);
|
| 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()
|
| D | acutils.h | 224 const char *acpi_ut_get_argument_type_name(u32 arg_type);
|
| /Linux-v6.1/tools/vm/ |
| D | page_owner_sort.c | 545 int arg_type = get_arg_type(args[i]); in parse_cull_args() local 547 if (arg_type == ARG_PID) in parse_cull_args() 549 else if (arg_type == ARG_TGID) in parse_cull_args() 551 else if (arg_type == ARG_COMM) in parse_cull_args() 553 else if (arg_type == ARG_STACKTRACE) in parse_cull_args() 555 else if (arg_type == ARG_FREE) in parse_cull_args() 557 else if (arg_type == ARG_ALLOCATOR) in parse_cull_args() 605 int arg_type = get_arg_type(args[i]+offset); in parse_sort_args() local 607 if (arg_type == ARG_PID) in parse_sort_args() 609 else if (arg_type == ARG_TGID) in parse_sort_args() [all …]
|
| /Linux-v6.1/tools/lib/bpf/ |
| D | usdt.c | 207 enum usdt_arg_type arg_type; member 1234 arg->arg_type = USDT_ARG_REG_DEREF; in parse_usdt_arg() 1243 arg->arg_type = USDT_ARG_REG; in parse_usdt_arg() 1253 arg->arg_type = USDT_ARG_CONST; in parse_usdt_arg() 1290 arg->arg_type = USDT_ARG_REG_DEREF; in parse_usdt_arg() 1299 arg->arg_type = USDT_ARG_REG; in parse_usdt_arg() 1308 arg->arg_type = USDT_ARG_CONST; in parse_usdt_arg() 1357 arg->arg_type = USDT_ARG_REG_DEREF; in parse_usdt_arg() 1366 arg->arg_type = USDT_ARG_REG_DEREF; in parse_usdt_arg() 1375 arg->arg_type = USDT_ARG_CONST; in parse_usdt_arg() [all …]
|
| D | usdt.bpf.h | 43 enum __bpf_usdt_arg_type arg_type; member 137 switch (arg_spec->arg_type) { in bpf_usdt_arg()
|
| /Linux-v6.1/include/linux/ |
| D | bpf_verifier.h | 591 enum bpf_arg_type arg_type); 600 enum bpf_arg_type arg_type);
|
| D | bpf.h | 580 enum bpf_arg_type arg_type[5]; member
|
| /Linux-v6.1/kernel/bpf/ |
| D | verifier.c | 683 static enum bpf_dynptr_type arg_to_dynptr_type(enum bpf_arg_type arg_type) in arg_to_dynptr_type() argument 685 switch (arg_type & DYNPTR_TYPE_FLAG_MASK) { in arg_to_dynptr_type() 701 enum bpf_arg_type arg_type, int insn_idx) in mark_stack_slots_dynptr() argument 717 type = arg_to_dynptr_type(arg_type); in mark_stack_slots_dynptr() 807 enum bpf_arg_type arg_type) in is_dynptr_type_expected() argument 814 if (arg_type == ARG_PTR_TO_DYNPTR) in is_dynptr_type_expected() 817 dynptr_type = arg_to_dynptr_type(arg_type); in is_dynptr_type_expected() 5609 enum bpf_arg_type *arg_type) in resolve_map_arg_type() argument 5620 if (*arg_type == ARG_PTR_TO_MAP_VALUE) { in resolve_map_arg_type() 5621 *arg_type = ARG_PTR_TO_BTF_ID_SOCK_COMMON; in resolve_map_arg_type() [all …]
|
| D | btf.c | 4473 const struct btf_type *arg_type; in btf_func_proto_check() local 4477 arg_type = btf_type_by_id(btf, arg_type_id); in btf_func_proto_check() 4478 if (!arg_type) { in btf_func_proto_check() 4493 if (btf_type_needs_resolve(arg_type) && in btf_func_proto_check() 4495 err = btf_resolve(env, arg_type, arg_type_id); in btf_func_proto_check() 6281 enum bpf_arg_type arg_type = ARG_DONTCARE; in btf_check_func_arg_match() local 6352 arg_type |= OBJ_RELEASE; in btf_check_func_arg_match() 6353 ret = check_func_arg_reg_off(env, reg, regno, arg_type); in btf_check_func_arg_match()
|
| /Linux-v6.1/drivers/media/v4l2-core/ |
| D | v4l2-subdev.c | 327 #define DEFINE_STATE_WRAPPER(f, arg_type) \ argument 330 arg_type *arg) \ 344 #define DEFINE_STATE_WRAPPER(f, arg_type) \ argument 347 arg_type *arg) \
|
| /Linux-v6.1/drivers/scsi/mpi3mr/mpi/ |
| D | mpi30_ioc.h | 684 __le16 arg_type; member 705 u8 arg_type; member
|
| /Linux-v6.1/drivers/scsi/megaraid/ |
| D | megaraid_sas.h | 2092 u8 arg_type; member
|