Searched refs:stack_ptr (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/drivers/misc/altera-stapl/ |
A D | altera.c | 528 stack[stack_ptr] = stack[stack_ptr - 1]; in altera_execute() 539 stack[stack_ptr - 1] += stack[stack_ptr]; in altera_execute() 545 stack[stack_ptr - 1] -= stack[stack_ptr]; in altera_execute() 551 stack[stack_ptr - 1] *= stack[stack_ptr]; in altera_execute() 557 stack[stack_ptr - 1] /= stack[stack_ptr]; in altera_execute() 563 stack[stack_ptr - 1] %= stack[stack_ptr]; in altera_execute() 569 stack[stack_ptr - 1] <<= stack[stack_ptr]; in altera_execute() 575 stack[stack_ptr - 1] >>= stack[stack_ptr]; in altera_execute() 586 stack[stack_ptr - 1] &= stack[stack_ptr]; in altera_execute() 592 stack[stack_ptr - 1] |= stack[stack_ptr]; in altera_execute() [all …]
|
/linux-6.3-rc2/drivers/acpi/acpica/ |
A D | exresolv.c | 48 if (!stack_ptr || !*stack_ptr) { in acpi_ex_resolve_to_value() 64 if (!*stack_ptr) { in acpi_ex_resolve_to_value() 78 stack_ptr), walk_state); in acpi_ex_resolve_to_value() 113 stack_desc = *stack_ptr; in acpi_ex_resolve_object_to_value() 148 *stack_ptr = obj_desc; in acpi_ex_resolve_object_to_value() 180 *stack_ptr = obj_desc; in acpi_ex_resolve_object_to_value() 226 *stack_ptr = (void *)stack_desc->reference.node; in acpi_ex_resolve_object_to_value() 230 *stack_ptr = in acpi_ex_resolve_object_to_value() 232 acpi_ut_add_reference(*stack_ptr); in acpi_ex_resolve_object_to_value() 273 acpi_ut_remove_reference(*stack_ptr); in acpi_ex_resolve_object_to_value() [all …]
|
A D | exresop.c | 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() 328 obj_desc = *stack_ptr; in acpi_ex_resolve_operands() 399 if (obj_desc != *stack_ptr) { in acpi_ex_resolve_operands() 424 if (obj_desc != *stack_ptr) { in acpi_ex_resolve_operands() 451 if (obj_desc != *stack_ptr) { in acpi_ex_resolve_operands() 495 stack_ptr); in acpi_ex_resolve_operands() 655 *stack_ptr); in acpi_ex_resolve_operands() [all …]
|
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,
|
/linux-6.3-rc2/sound/soc/sof/xtensa/ |
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()
|
/linux-6.3-rc2/tools/testing/selftests/nsfs/ |
A D | pidns.c | 30 char stack_ptr[]; member 50 pid = clone(child, ca.stack_ptr, CLONE_NEWUSER | CLONE_NEWPID | SIGCHLD, NULL); in main()
|
/linux-6.3-rc2/kernel/bpf/ |
A D | lpm_trie.c | 621 int err = 0, stack_ptr = -1; in trie_get_next_key() local 653 node_stack[++stack_ptr] = node; in trie_get_next_key() 669 node = node_stack[stack_ptr]; in trie_get_next_key() 670 while (stack_ptr > 0) { in trie_get_next_key() 671 parent = node_stack[stack_ptr - 1]; in trie_get_next_key() 683 stack_ptr--; in trie_get_next_key()
|
/linux-6.3-rc2/drivers/net/wireless/marvell/mwifiex/ |
A D | sta_cmd.c | 1386 stack_ptr += 4; in mwifiex_cmd_append_rpn_expression() 1388 stack_ptr += 1; 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() 1396 stack_ptr += 1; in mwifiex_cmd_append_rpn_expression() 1398 stack_ptr += 4; in mwifiex_cmd_append_rpn_expression() 1400 stack_ptr += 1; in mwifiex_cmd_append_rpn_expression() 1403 stack_ptr += 1; in mwifiex_cmd_append_rpn_expression() 1407 stack_ptr += 1; in mwifiex_cmd_append_rpn_expression() [all …]
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | cpu_ops_sbi.h | 23 void *stack_ptr; member
|
/linux-6.3-rc2/arch/riscv/kernel/ |
A D | cpu_ops_sbi.c | 75 bdata->stack_ptr = task_stack_page(tidle) + THREAD_SIZE; in sbi_cpu_start()
|
A D | asm-offsets.c | 476 OFFSET(SBI_HART_BOOT_STACK_PTR_OFFSET, sbi_hart_boot_data, stack_ptr); in asm_offsets()
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/fw/ |
A D | dump.c | 46 u32 stack_ptr; /* stack pointer */ member
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/dvm/ |
A D | commands.h | 384 u32 stack_ptr; /* stack pointer */ member
|
Completed in 38 milliseconds