Searched refs:stack_ptr (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/misc/altera-stapl/ |
D | altera.c | 134 static int altera_check_stack(int stack_ptr, int count, int *status) in altera_check_stack() argument 136 if (stack_ptr < count) { in altera_check_stack() 257 int stack_ptr = 0; in altera_execute() local 541 if (altera_check_stack(stack_ptr, 1, &status)) { in altera_execute() 542 stack[stack_ptr] = stack[stack_ptr - 1]; in altera_execute() 543 ++stack_ptr; in altera_execute() 547 if (altera_check_stack(stack_ptr, 2, &status)) { in altera_execute() 548 long_tmp = stack[stack_ptr - 2]; in altera_execute() 549 stack[stack_ptr - 2] = stack[stack_ptr - 1]; in altera_execute() 550 stack[stack_ptr - 1] = long_tmp; in altera_execute() [all …]
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | exresolv.c | 22 acpi_ex_resolve_object_to_value(union acpi_operand_object **stack_ptr, 41 acpi_ex_resolve_to_value(union acpi_operand_object **stack_ptr, in acpi_ex_resolve_to_value() argument 46 ACPI_FUNCTION_TRACE_PTR(ex_resolve_to_value, stack_ptr); in acpi_ex_resolve_to_value() 48 if (!stack_ptr || !*stack_ptr) { in acpi_ex_resolve_to_value() 58 if (ACPI_GET_DESCRIPTOR_TYPE(*stack_ptr) == ACPI_DESC_TYPE_OPERAND) { in acpi_ex_resolve_to_value() 59 status = acpi_ex_resolve_object_to_value(stack_ptr, walk_state); in acpi_ex_resolve_to_value() 64 if (!*stack_ptr) { in acpi_ex_resolve_to_value() 74 if (ACPI_GET_DESCRIPTOR_TYPE(*stack_ptr) == ACPI_DESC_TYPE_NAMED) { in acpi_ex_resolve_to_value() 78 stack_ptr), walk_state); in acpi_ex_resolve_to_value() 84 ACPI_DEBUG_PRINT((ACPI_DB_EXEC, "Resolved object %p\n", *stack_ptr)); in acpi_ex_resolve_to_value() [all …]
|
D | exresop.c | 100 union acpi_operand_object **stack_ptr, in acpi_ex_resolve_operands() argument 138 if (!stack_ptr || !*stack_ptr) { in acpi_ex_resolve_operands() 140 stack_ptr)); in acpi_ex_resolve_operands() 147 obj_desc = *stack_ptr; in acpi_ex_resolve_operands() 169 *stack_ptr = obj_desc; in acpi_ex_resolve_operands() 303 ((*stack_ptr)->common.type == in acpi_ex_resolve_operands() 305 && ((*stack_ptr)->reference.class == in acpi_ex_resolve_operands() 321 status = acpi_ex_resolve_to_value(stack_ptr, walk_state); in acpi_ex_resolve_operands() 328 obj_desc = *stack_ptr; in acpi_ex_resolve_operands() 384 status = acpi_ex_convert_to_integer(obj_desc, stack_ptr, in acpi_ex_resolve_operands() [all …]
|
D | acinterp.h | 334 acpi_ex_resolve_to_value(union acpi_operand_object **stack_ptr, 347 acpi_ex_resolve_node_to_value(struct acpi_namespace_node **stack_ptr, 355 union acpi_operand_object **stack_ptr,
|
/Linux-v4.19/tools/testing/selftests/nsfs/ |
D | pidns.c | 30 char stack_ptr[0]; member 50 pid = clone(child, ca.stack_ptr, CLONE_NEWUSER | CLONE_NEWPID | SIGCHLD, NULL); in main()
|
/Linux-v4.19/kernel/bpf/ |
D | lpm_trie.c | 604 int err = 0, stack_ptr = -1; in trie_get_next_key() local 636 node_stack[++stack_ptr] = node; in trie_get_next_key() 652 node = node_stack[stack_ptr]; in trie_get_next_key() 653 while (stack_ptr > 0) { in trie_get_next_key() 654 parent = node_stack[stack_ptr - 1]; in trie_get_next_key() 666 stack_ptr--; in trie_get_next_key()
|
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/ |
D | sta_cmd.c | 1393 u8 *stack_ptr = *buffer; in mwifiex_cmd_append_rpn_expression() local 1399 put_unaligned_le32((u32)filter->repeat, stack_ptr); in mwifiex_cmd_append_rpn_expression() 1400 stack_ptr += 4; in mwifiex_cmd_append_rpn_expression() 1401 *stack_ptr = TYPE_DNUM; in mwifiex_cmd_append_rpn_expression() 1402 stack_ptr += 1; in mwifiex_cmd_append_rpn_expression() 1405 memcpy(stack_ptr, filter->byte_seq, byte_len); in mwifiex_cmd_append_rpn_expression() 1406 stack_ptr += byte_len; in mwifiex_cmd_append_rpn_expression() 1407 *stack_ptr = byte_len; in mwifiex_cmd_append_rpn_expression() 1408 stack_ptr += 1; in mwifiex_cmd_append_rpn_expression() 1409 *stack_ptr = TYPE_BYTESEQ; in mwifiex_cmd_append_rpn_expression() [all …]
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | utils.c | 355 u32 stack_ptr; /* stack pointer */ member 403 u32 stack_ptr; /* stack pointer */ member
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | commands.h | 442 u32 stack_ptr; /* stack pointer */ member
|