Home
last modified time | relevance | path

Searched defs:stack (Results 276 - 300 of 1020) sorted by relevance

1...<<11121314151617181920>>...41

/kernel/linux/linux-6.6/tools/testing/selftests/vDSO/
H A Dvdso_standalone_test_x86.c73 __attribute__((externally_visible)) void c_main(void **stack) in c_main() argument
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dsingle_step_syscall.c211 stack_t stack = { in main() local
H A Dsyscall_arg_fault.c103 stack_t stack = { in main() local
H A Dmov_ss_trap.c251 stack_t stack = { in main() local
/kernel/linux/linux-6.6/tools/testing/selftests/clone3/
H A Dclone3_selftests.h32 __aligned_u64 stack; member
/kernel/linux/linux-6.6/tools/testing/selftests/user_events/
H A Dabi_test.c214 void *stack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE, in TEST_F() local
/kernel/linux/linux-6.6/mm/kasan/
H A Dtags.c99 depot_stack_handle_t stack; in save_stack_info() local
/kernel/linux/linux-6.6/sound/soc/sof/amd/
H A Dacp-common.c95 u32 stack[AMD_STACK_DUMP_SIZE]; in amd_sof_dump() local
60 amd_get_registers(struct snd_sof_dev *sdev, struct sof_ipc_dsp_oops_xtensa *xoops, struct sof_ipc_panic_info *panic_info, u32 *stack, size_t stack_words) amd_get_registers() argument
[all...]
/kernel/linux/linux-6.6/samples/pidfd/
H A Dpidfd-metadata.c37 char *stack[1024] = { 0 }; in pidfd_clone() local
/kernel/liteos_a/testsuites/unittest/container/smoke/
H A DIt_ipc_container_004.cpp77 char *stack = (char *)mmap(NULL, STACK_SIZE, PROT_READ | PROT_WRITE, CLONE_STACK_MMAP_FLAG, -1, 0); in childFunc() local
159 char *stack = (char *)mmap(NULL, STACK_SIZE, PROT_READ | PROT_WRITE, CLONE_STACK_MMAP_FLAG, -1, 0); in ItIpcContainer004() local
H A DIt_ipc_container_006.cpp82 char *stack = (char *)mmap(NULL, STACK_SIZE, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS | MAP_STACK, in childFunc() local
167 char *stack = (char *)mmap(NULL, STACK_SIZE, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS | MAP_STACK, in ItIpcContainer006() local
H A DIt_time_container_002.cpp109 char *stack = (char *)mmap(NULL, STACK_SIZE, PROT_READ | PROT_WRITE, CLONE_STACK_MMAP_FLAG, -1, 0); in TimeContainerUnshare() local
/third_party/ltp/lib/
H A Dcloner.c60 ltp_clone_(unsigned long flags, int (*fn)(void *arg), void *arg, size_t stack_size, void *stack, pid_t *ptid, void *tls, pid_t *ctid) ltp_clone_() argument
88 ltp_clone(unsigned long flags, int (*fn)(void *arg), void *arg, size_t stack_size, void *stack) ltp_clone() argument
94 ltp_clone7(unsigned long flags, int (*fn)(void *arg), void *arg, size_t stack_size, void *stack, ...) ltp_clone7() argument
136 void *stack; ltp_clone_alloc() local
[all...]
/third_party/musl/src/process/
H A Dposix_spawn.c176 char stack[1024+PATH_MAX]; in posix_spawn() local
/third_party/musl/porting/liteos_a/user/src/process/
H A Dposix_spawn.c171 char stack[1024+PATH_MAX]; in posix_spawn() local
/third_party/mesa3d/src/util/
H A Ddag.c143 struct util_dynarray stack; in dag_traverse_bottom_up_node() local
[all...]
/third_party/ltp/testcases/kernel/security/tomoyo/
H A Dtomoyo_filesystem_test.c568 static char stack[8192]; in main() local
/third_party/ltp/testcases/kernel/syscalls/mmap/
H A Dmmap18.c130 grow_stack(void *stack, size_t size) grow_stack() argument
155 void *stack; grow_stack_success() local
179 void *stack; grow_stack_fail() local
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dsource-position.cc52 std::vector<SourcePositionInfo> stack; in InliningStack() local
68 std::vector<SourcePositionInfo> stack; in InliningStack() local
23 operator <<(std::ostream& out, const std::vector<SourcePositionInfo>& stack) operator <<() argument
[all...]
/third_party/node/deps/v8/src/heap/base/
H A Dstack.cc126 IteratePointersImpl(const Stack* stack, StackVisitor* visitor, intptr_t* stack_end) IteratePointersImpl() argument
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dtick-sample.h94 void* stack[kMaxFramesCount]; // Call stack. member
/third_party/pcre2/pcre2/src/sljit/
H A DsljitUtils.c177 struct sljit_stack *stack; in sljit_allocate_stack() local
202 sljit_free_stack(struct sljit_stack *stack, void *allocator_data) sljit_free_stack() argument
209 sljit_stack_resize(struct sljit_stack *stack, sljit_u8 *new_start) sljit_stack_resize() argument
221 sljit_free_stack(struct sljit_stack *stack, void *allocator_data) sljit_free_stack() argument
230 sljit_free_stack(struct sljit_stack *stack, void *allocator_data) sljit_free_stack() argument
241 struct sljit_stack *stack; sljit_allocate_stack() local
296 sljit_stack_resize(struct sljit_stack *stack, sljit_u8 *new_start) sljit_stack_resize() argument
[all...]
/third_party/python/Modules/_ctypes/libffi_osx/x86/
H A Dx86-ffi_darwin.c40 void ffi_prep_args(char *stack, extended_cif *ecif) in ffi_prep_args() argument
266 ffi_prep_incoming_args_SYSV(char *stack, void **rvalue, void **avalue, in ffi_prep_incoming_args_SYSV() argument
378 ffi_prep_args_raw(char *stack, extended_cif *ecif) in ffi_prep_args_raw() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dosfiber_ucontext.h62 Allocation stack; member in marl::OSFiber
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Dexamine_stack.cc166 DumpPCAndFrameSizesAndStackTrace( void* pc, void* const stack[], int frame_sizes[], int depth, int min_dropped_frames, bool symbolize_stacktrace, void (*writerfn)(const char*, void*), void* writerfn_arg) DumpPCAndFrameSizesAndStackTrace() argument

Completed in 10 milliseconds

1...<<11121314151617181920>>...41