Searched refs:stack_ptr (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/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-4.4.14/drivers/acpi/acpica/ |
D | exresolv.c | 56 acpi_ex_resolve_object_to_value(union acpi_operand_object **stack_ptr, 75 acpi_ex_resolve_to_value(union acpi_operand_object **stack_ptr, in acpi_ex_resolve_to_value() argument 80 ACPI_FUNCTION_TRACE_PTR(ex_resolve_to_value, stack_ptr); in acpi_ex_resolve_to_value() 82 if (!stack_ptr || !*stack_ptr) { in acpi_ex_resolve_to_value() 92 if (ACPI_GET_DESCRIPTOR_TYPE(*stack_ptr) == ACPI_DESC_TYPE_OPERAND) { in acpi_ex_resolve_to_value() 93 status = acpi_ex_resolve_object_to_value(stack_ptr, walk_state); in acpi_ex_resolve_to_value() 98 if (!*stack_ptr) { in acpi_ex_resolve_to_value() 108 if (ACPI_GET_DESCRIPTOR_TYPE(*stack_ptr) == ACPI_DESC_TYPE_NAMED) { in acpi_ex_resolve_to_value() 112 stack_ptr), walk_state); in acpi_ex_resolve_to_value() 118 ACPI_DEBUG_PRINT((ACPI_DB_EXEC, "Resolved object %p\n", *stack_ptr)); in acpi_ex_resolve_to_value() [all …]
|
D | exresop.c | 134 union acpi_operand_object ** stack_ptr, in acpi_ex_resolve_operands() argument 172 if (!stack_ptr || !*stack_ptr) { in acpi_ex_resolve_operands() 174 stack_ptr)); in acpi_ex_resolve_operands() 181 obj_desc = *stack_ptr; in acpi_ex_resolve_operands() 203 *stack_ptr = obj_desc; in acpi_ex_resolve_operands() 337 ((*stack_ptr)->common.type == in acpi_ex_resolve_operands() 339 && ((*stack_ptr)->reference.class == in acpi_ex_resolve_operands() 355 status = acpi_ex_resolve_to_value(stack_ptr, walk_state); in acpi_ex_resolve_operands() 362 obj_desc = *stack_ptr; in acpi_ex_resolve_operands() 418 acpi_ex_convert_to_integer(obj_desc, stack_ptr, 16); in acpi_ex_resolve_operands() [all …]
|
D | acinterp.h | 367 acpi_ex_resolve_to_value(union acpi_operand_object **stack_ptr, 380 acpi_ex_resolve_node_to_value(struct acpi_namespace_node **stack_ptr, 388 union acpi_operand_object **stack_ptr,
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | sta_cmd.c | 1361 u8 *stack_ptr = *buffer; in mwifiex_cmd_append_rpn_expression() local 1367 *(__le32 *)stack_ptr = cpu_to_le32((u32)filter->repeat); in mwifiex_cmd_append_rpn_expression() 1368 stack_ptr += 4; in mwifiex_cmd_append_rpn_expression() 1369 *stack_ptr = TYPE_DNUM; in mwifiex_cmd_append_rpn_expression() 1370 stack_ptr += 1; in mwifiex_cmd_append_rpn_expression() 1373 memcpy(stack_ptr, filter->byte_seq, byte_len); in mwifiex_cmd_append_rpn_expression() 1374 stack_ptr += byte_len; in mwifiex_cmd_append_rpn_expression() 1375 *stack_ptr = byte_len; in mwifiex_cmd_append_rpn_expression() 1376 stack_ptr += 1; in mwifiex_cmd_append_rpn_expression() 1377 *stack_ptr = TYPE_BYTESEQ; in mwifiex_cmd_append_rpn_expression() [all …]
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | utils.c | 351 u32 stack_ptr; /* stack pointer */ member 399 u32 stack_ptr; /* stack pointer */ member
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | commands.h | 447 u32 stack_ptr; /* stack pointer */ member
|