| /openbmc/qemu/util/ |
| H A D | coroutine-ucontext.c | 48 size_t stack_size; member 109 leaderp->stack_size = size_old; in finish_switch_fiber() 167 leaderp->stack, leaderp->stack_size); in coroutine_trampoline() 201 co->stack_size = COROUTINE_STACK_SIZE; in qemu_coroutine_new() 202 co->stack = qemu_alloc_stack(&co->stack_size); in qemu_coroutine_new() 211 uc.uc_stack.ss_size = co->stack_size; in qemu_coroutine_new() 216 VALGRIND_STACK_REGISTER(co->stack, co->stack + co->stack_size); in qemu_coroutine_new() 227 start_switch_fiber_asan(&fake_stack_save, co->stack, co->stack_size); in qemu_coroutine_new() 275 start_switch_fiber_asan(NULL, to->stack, to->stack_size); in terminate_asan() 295 qemu_free_stack(co->stack, co->stack_size); in qemu_coroutine_delete() [all …]
|
| H A D | coroutine-wasm.c | 31 size_t stack_size; member 64 co->stack_size = COROUTINE_STACK_SIZE; in qemu_coroutine_new() 65 co->stack = qemu_alloc_stack(&co->stack_size); in qemu_coroutine_new() 70 co->stack, co->stack_size, co->asyncify_stack, in qemu_coroutine_new() 80 qemu_free_stack(co->stack, co->stack_size); in qemu_coroutine_delete() 112 leaderp->stack_size = in qemu_coroutine_self()
|
| H A D | coroutine-sigaltstack.c | 39 size_t stack_size; member 171 co->stack_size = COROUTINE_STACK_SIZE; in qemu_coroutine_new() 172 co->stack = qemu_alloc_stack(&co->stack_size); in qemu_coroutine_new() 203 ss.ss_size = co->stack_size; in qemu_coroutine_new() 269 qemu_free_stack(co->stack, co->stack_size); in qemu_coroutine_delete()
|
| H A D | coroutine-windows.c | 74 const size_t stack_size = COROUTINE_STACK_SIZE; in qemu_coroutine_new() local 78 co->fiber = CreateFiber(stack_size, coroutine_trampoline, &co->base); in qemu_coroutine_new()
|
| /openbmc/qemu/system/ |
| H A D | async-teardown.c | 84 size_t stack_size = CLONE_STACK_SIZE; 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()
|
| /openbmc/qemu/bsd-user/aarch64/ |
| H A D | target_arch_thread.h | 25 abi_ulong arg, abi_ulong stack_base, abi_ulong stack_size) in target_thread_set_upcall() argument 33 sp = ROUND_DOWN(stack_base + stack_size, 16); in target_thread_set_upcall()
|
| /openbmc/qemu/bsd-user/riscv/ |
| H A D | target_arch_thread.h | 26 abi_ulong stack_size) in target_thread_set_upcall() argument 30 sp = ROUND_DOWN(stack_base + stack_size, 16); in target_thread_set_upcall()
|
| /openbmc/qemu/bsd-user/arm/ |
| H A D | target_arch_thread.h | 25 abi_ulong arg, abi_ulong stack_base, abi_ulong stack_size) in target_thread_set_upcall() argument 33 sp = (u_int)(stack_base + stack_size) & ~0x7; in target_thread_set_upcall()
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | call_stack.tcl | 128 set stack_size [info level] 130 set stack_bottom_ix [expr 1 - $stack_size]
|
| /openbmc/qemu/bsd-user/i386/ |
| H A D | target_arch_thread.h | 25 abi_ulong arg, abi_ulong stack_base, abi_ulong stack_size) in target_thread_set_upcall() argument
|
| /openbmc/qemu/bsd-user/x86_64/ |
| H A D | target_arch_thread.h | 25 abi_ulong arg, abi_ulong stack_base, abi_ulong stack_size) in target_thread_set_upcall() argument
|
| /openbmc/qemu/linux-user/ |
| H A D | flat.h | 37 abi_ulong stack_size; /* Size of stack, in bytes */ member
|
| H A D | flatload.c | 214 stack_len = ntohl(hdr->stack_size); in load_flat_file()
|
| /openbmc/u-boot/arch/x86/include/asm/ |
| H A D | sipi.h | 63 u32 stack_size; member
|
| /openbmc/u-boot/arch/x86/cpu/ |
| H A D | sipi_vector.S | 111 movl stack_size, %eax 203 stack_size: label
|
| H A D | mp_init.c | 244 params->stack_size = CONFIG_AP_STACK_SIZE; in load_sipi_vector() 245 size = params->stack_size * num_cpus; in load_sipi_vector()
|
| /openbmc/qemu/target/hexagon/ |
| H A D | cpu.c | 81 target_ulong stack_size = 0x10000; in adjust_stack_ptrs() local 87 if (stack_start + 0x1000 >= addr && addr >= (stack_start - stack_size)) { in adjust_stack_ptrs()
|
| /openbmc/openbmc/poky/bitbake/lib/bs4/ |
| H A D | __init__.py | 709 stack_size = len(self.tagStack) 710 for i in range(stack_size - 1, 0, -1):
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
| H A D | gcc-testsuite.inc | 76 content.append('set_board_info gcc,stack_size 16834')
|