Searched refs:stack_ptr (Results 1 - 7 of 7) sorted by relevance

/drivers/misc/altera-stapl/
H A Daltera.c134 static int altera_check_stack(int stack_ptr, int count, int *status) argument
136 if (stack_ptr < count) {
257 int stack_ptr = 0; local
541 if (altera_check_stack(stack_ptr, 1, &status)) {
542 stack[stack_ptr] = stack[stack_ptr - 1];
543 ++stack_ptr;
547 if (altera_check_stack(stack_ptr, 2, &status)) {
548 long_tmp = stack[stack_ptr - 2];
549 stack[stack_ptr
[all...]
/drivers/acpi/acpica/
H A Dexresop.c116 * stack_ptr - Pointer to the operand stack to be
134 union acpi_operand_object ** stack_ptr,
172 if (!stack_ptr || !*stack_ptr) {
174 stack_ptr));
181 obj_desc = *stack_ptr;
203 *stack_ptr = obj_desc;
335 ((*stack_ptr)->common.type ==
337 && ((*stack_ptr)->reference.class ==
353 status = acpi_ex_resolve_to_value(stack_ptr, walk_stat
133 acpi_ex_resolve_operands(u16 opcode, union acpi_operand_object ** stack_ptr, struct acpi_walk_state * walk_state) argument
[all...]
H A Dexresolv.c56 acpi_ex_resolve_object_to_value(union acpi_operand_object **stack_ptr,
63 * PARAMETERS: **stack_ptr - Points to entry on obj_stack, which can
75 acpi_ex_resolve_to_value(union acpi_operand_object **stack_ptr, argument
80 ACPI_FUNCTION_TRACE_PTR(ex_resolve_to_value, stack_ptr);
82 if (!stack_ptr || !*stack_ptr) {
88 * The entity pointed to by the stack_ptr can be either
92 if (ACPI_GET_DESCRIPTOR_TYPE(*stack_ptr) == ACPI_DESC_TYPE_OPERAND) {
93 status = acpi_ex_resolve_object_to_value(stack_ptr, walk_state);
98 if (!*stack_ptr) {
137 acpi_ex_resolve_object_to_value(union acpi_operand_object **stack_ptr, struct acpi_walk_state *walk_state) argument
[all...]
H A Dacinterp.h345 acpi_ex_resolve_to_value(union acpi_operand_object **stack_ptr,
358 acpi_ex_resolve_node_to_value(struct acpi_namespace_node **stack_ptr,
366 union acpi_operand_object **stack_ptr,
/drivers/net/wireless/mwifiex/
H A Dsta_cmd.c1323 u8 *stack_ptr = *buffer; local
1329 *(__le32 *)stack_ptr = cpu_to_le32((u32)filter->repeat);
1330 stack_ptr += 4;
1331 *stack_ptr = TYPE_DNUM;
1332 stack_ptr += 1;
1335 memcpy(stack_ptr, filter->byte_seq, byte_len);
1336 stack_ptr += byte_len;
1337 *stack_ptr = byte_len;
1338 stack_ptr += 1;
1339 *stack_ptr
[all...]
/drivers/net/wireless/iwlwifi/mvm/
H A Dutils.c357 u32 stack_ptr; /* stack pointer */ member in struct:iwl_error_event_table
/drivers/net/wireless/iwlwifi/dvm/
H A Dcommands.h447 u32 stack_ptr; /* stack pointer */ member in struct:iwl_error_event_table

Completed in 152 milliseconds