/openbmc/linux/drivers/misc/altera-stapl/ |
H A D | altera.c | 120 static int altera_check_stack(int stack_ptr, int count, int *status) in altera_check_stack() argument 122 if (stack_ptr < count) { in altera_check_stack() 243 int stack_ptr = 0; in altera_execute() local 527 if (altera_check_stack(stack_ptr, 1, &status)) { in altera_execute() 528 stack[stack_ptr] = stack[stack_ptr - 1]; in altera_execute() 529 ++stack_ptr; in altera_execute() 533 if (altera_check_stack(stack_ptr, 2, &status)) in altera_execute() 534 swap(stack[stack_ptr - 2], stack[stack_ptr - 1]); in altera_execute() 537 if (altera_check_stack(stack_ptr, 2, &status)) { in altera_execute() 538 --stack_ptr; in altera_execute() [all …]
|
/openbmc/linux/drivers/acpi/acpica/ |
H A 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 …]
|
H A 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 …]
|
H A D | acinterp.h | 357 acpi_ex_resolve_to_value(union acpi_operand_object **stack_ptr, 370 acpi_ex_resolve_node_to_value(struct acpi_namespace_node **stack_ptr, 378 union acpi_operand_object **stack_ptr,
|
/openbmc/qemu/system/ |
H A D | async-teardown.c | 85 char *stack_ptr; in new_stack_for_clone() local 88 stack_ptr = qemu_alloc_stack(&stack_size); in new_stack_for_clone() 89 stack_ptr += stack_size; in new_stack_for_clone() 91 return stack_ptr; in new_stack_for_clone()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_vof.c | 59 target_ulong stack_ptr; in spapr_vof_reset() local 65 stack_ptr = vof_claim(vof, 0, VOF_STACK_SIZE, VOF_STACK_SIZE); in spapr_vof_reset() 66 if (stack_ptr == -1) { in spapr_vof_reset() 71 stack_ptr += VOF_STACK_SIZE - 0x20; in spapr_vof_reset() 88 stack_ptr, spapr->initrd_base, in spapr_vof_reset()
|
/openbmc/linux/sound/soc/sof/xtensa/ |
H A D | core.c | 119 u32 stack_ptr = xoops->plat_hdr.stackptr; in xtensa_stack() local 124 dev_printk(level, sdev->dev, "stack dump from 0x%8.8x\n", stack_ptr); in xtensa_stack() 133 dev_printk(level, sdev->dev, "0x%08x: %s\n", stack_ptr + i * 4, buf); in xtensa_stack()
|
/openbmc/linux/tools/testing/selftests/nsfs/ |
H A D | pidns.c | 30 char stack_ptr[]; member 50 pid = clone(child, ca.stack_ptr, CLONE_NEWUSER | CLONE_NEWPID | SIGCHLD, NULL); in main()
|
/openbmc/linux/kernel/bpf/ |
H A D | lpm_trie.c | 639 int err = 0, stack_ptr = -1; in trie_get_next_key() local 671 node_stack[++stack_ptr] = node; in trie_get_next_key() 687 node = node_stack[stack_ptr]; in trie_get_next_key() 688 while (stack_ptr > 0) { in trie_get_next_key() 689 parent = node_stack[stack_ptr - 1]; in trie_get_next_key() 701 stack_ptr--; in trie_get_next_key()
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | sta_cmd.c | 1379 u8 *stack_ptr = *buffer; in mwifiex_cmd_append_rpn_expression() local 1385 put_unaligned_le32((u32)filter->repeat, stack_ptr); in mwifiex_cmd_append_rpn_expression() 1386 stack_ptr += 4; in mwifiex_cmd_append_rpn_expression() 1387 *stack_ptr = TYPE_DNUM; in mwifiex_cmd_append_rpn_expression() 1388 stack_ptr += 1; in mwifiex_cmd_append_rpn_expression() 1391 memcpy(stack_ptr, filter->byte_seq, byte_len); in mwifiex_cmd_append_rpn_expression() 1392 stack_ptr += byte_len; in mwifiex_cmd_append_rpn_expression() 1393 *stack_ptr = byte_len; in mwifiex_cmd_append_rpn_expression() 1394 stack_ptr += 1; in mwifiex_cmd_append_rpn_expression() 1395 *stack_ptr = TYPE_BYTESEQ; in mwifiex_cmd_append_rpn_expression() [all …]
|
/openbmc/u-boot/board/synopsys/hsdk/ |
H A D | hsdk.c | 92 u32 stack_ptr; member 307 : "r" (&cross_cpu_data.stack_ptr)); in hsdk_core_init_f() 349 arc_write_uncached_32(&cross_cpu_data.stack_ptr, 0); in clear_cross_cpu_data() 359 u32 stack_ptr = (u32)(slave_stack + (64 * cpu_id)); in do_init_slave_cpu() local 367 arc_write_uncached_32(&cross_cpu_data.stack_ptr, stack_ptr); in do_init_slave_cpu() 370 debug("CPU %u: current slave stack base: %x\n", cpu_id, stack_ptr); in do_init_slave_cpu()
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | cpu_ops_sbi.h | 23 void *stack_ptr; member
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | cpu_ops_sbi.c | 75 bdata->stack_ptr = task_pt_regs(tidle); in sbi_cpu_start()
|
H A D | asm-offsets.c | 480 OFFSET(SBI_HART_BOOT_STACK_PTR_OFFSET, sbi_hart_boot_data, stack_ptr); in asm_offsets()
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386.c | 2074 stack_type *ptr, *stack_end, *stack_ptr;\ 2076 stack_end = stack_ptr = (stack_type *)(enter_stack + 4096);\ 2077 ebp_val = (long)stack_ptr;\ 2079 *--stack_ptr = i;\ 2080 esp_val = (long)stack_ptr;\
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | dump.c | 53 u32 stack_ptr; /* stack pointer */ member
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | commands.h | 384 u32 stack_ptr; /* stack pointer */ member
|