Home
last modified time | relevance | path

Searched refs:stack (Results 801 - 825 of 3151) sorted by relevance

1...<<31323334353637383940>>...127

/third_party/libunwind/libunwind/src/ia64/
H A Dlongjmp.S40 /* We do not need executable stack. */
41 .section .note.GNU-stack,"",@progbits
/third_party/libunwind/libunwind/src/aarch64/
H A Dgetcontext.S51 /* We do not need executable stack. */
52 .section .note.GNU-stack,"",@progbits
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
H A Dssl_stack.h22 * @brief create a openssl stack object
24 * @param c - stack function
26 * @return openssl stack object point
31 * @brief create a NULL function openssl stack object
35 * @return openssl stack object point
40 * @brief free openssl stack object
42 * @param openssl stack object point
46 void OPENSSL_sk_free(OPENSSL_STACK *stack);
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/x86_64/
H A Dalign.rs18 pub stack: ::c_ulonglong,
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dalign.rs17 pub stack: ::c_ulonglong,
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dsrtp.rs1 use crate::stack::Stackable;
/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_inner.cpp164 std::string stack = ""; in ReportMainThreadEvent() local
165 CollectStack(stack); in ReportMainThreadEvent()
172 if (!WriteStackToFd(getprocpid(), path, stack, eventName)) { in ReportMainThreadEvent()
184 "STACK", stack, in ReportMainThreadEvent()
281 bool WatchdogInner::CollectStack(std::string& stack) in CollectStack() argument
298 stack = stk; in CollectStack()
912 std::string stack = ""; in SendFfrtEvent() local
913 GetBacktraceStringByTid(stack, tid, 0, true); in SendFfrtEvent()
916 "PROCESS_NAME", GetSelfProcName(), "MSG", sendMsg, "STACK", stack); in SendFfrtEvent()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dtraps.c285 do_error_trap(regs, error_code, "stack segment", X86_TRAP_SS, SIGBUS, in DEFINE_IDTENTRY_ERRORCODE()
316 printk(KERN_EMERG "BUG: stack guard page was hit at %p (stack is %p..%p)\n", in handle_stack_overflow()
317 (void *)fault_address, current->stack, in handle_stack_overflow()
318 (char *)current->stack + THREAD_SIZE - 1); in handle_stack_overflow()
327 * Runs on an IST stack for x86_64 and on a special task stack for x86_32.
335 * while the stack is read-only are, in fact, recoverable.
358 * If IRET takes a non-IST fault on the espfix64 stack, then we in DEFINE_IDTENTRY_DF()
361 * stack righ in DEFINE_IDTENTRY_DF()
717 unsigned long sp, *stack; vc_switch_off_ist() local
[all...]
H A Dkexec-bzimage64.c337 void *stack; in bzImage64_load() local
478 stack = kexec_purgatory_get_symbol_addr(image, "stack_end"); in bzImage64_load()
479 if (IS_ERR(stack)) { in bzImage64_load()
485 regs64.rsp = (unsigned long)stack; in bzImage64_load()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_srv.c242 struct dmub_region *stack = &out->regions[DMUB_WINDOW_1_STACK]; in dmub_srv_calc_region_info() local
272 stack->base = dmub_align(data->top, 256); in dmub_srv_calc_region_info()
273 stack->top = stack->base + DMUB_STACK_SIZE + DMUB_CONTEXT_SIZE; in dmub_srv_calc_region_info()
275 bios->base = dmub_align(stack->top, 256); in dmub_srv_calc_region_info()
/kernel/liteos_a/arch/arm/arm/src/
H A Dlos_hw_exc.S383 ADD R2, SP, #(20 * 4) @ sp + sizeof(ExcContext), position of SVC stack before exception
407 LDR R3, =g_intCount @ Judge the exception is occur in task stack or system stack
412 BNE _osExceptionGetSP @ can not switch svc stack
414 EXC_SP_SET __svc_stack_top, OS_EXC_SVC_STACK_SIZE, R6, R7 @ Switch to unified exception stack.
/third_party/node/deps/v8/src/objects/
H A Dmodule.cc194 ZoneForwardList<Handle<SourceTextModule>> stack(&zone); in Instantiate()
196 if (!FinishInstantiate(isolate, module, &stack, &dfs_index, &zone)) { in Instantiate()
203 DCHECK(stack.empty()); in Instantiate()
228 ZoneForwardList<Handle<SourceTextModule>>* stack, in FinishInstantiate()
237 isolate, Handle<SourceTextModule>::cast(module), stack, dfs_index, in FinishInstantiate()
227 FinishInstantiate(Isolate* isolate, Handle<Module> module, ZoneForwardList<Handle<SourceTextModule>>* stack, unsigned* dfs_index, Zone* zone) FinishInstantiate() argument
/base/hiviewdfx/hiview/utility/common_utils/test/unittest/common/
H A Dutility_common_utils_test.cpp209 std::string stack = R"("#00 pc 00000000000cfaac /system/lib/ld-musl-aarch64.so.1 in HWTEST_F() local
236 eventInfos.insert(std::pair("END_STACK", stack)); in HWTEST_F()
253 std::string stack = R"("#00 pc 000000000006ca40 /system/lib64/libc.so(syscall+32) in HWTEST_F() local
274 eventInfos.insert(std::pair("END_STACK", stack)); in HWTEST_F()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dx_operr.S94 | only the integer exception frame on the stack, and the
256 | the stack at (a7). D1 has size: 1=byte,2=word,4=long/single
302 | End_operr tests for operr enabled. If not, it cleans up the stack
303 | and does an rte. If enabled, it cleans up the stack and branches
305 | frame on the stack and the fpu in the original exceptional state
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dx_operr.S94 | only the integer exception frame on the stack, and the
256 | the stack at (a7). D1 has size: 1=byte,2=word,4=long/single
302 | End_operr tests for operr enabled. If not, it cleans up the stack
303 | and does an rte. If enabled, it cleans up the stack and branches
305 | frame on the stack and the fpu in the original exceptional state
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A DMakefile20 CFLAGS_prom_init.o += -fno-stack-protector
65 # Remove stack protector to avoid triggering unneeded stack canary
68 CFLAGS_syscall.o += -fno-stack-protector
204 CFLAGS_setup_64.o += -fno-stack-protector
205 CFLAGS_paca.o += -fno-stack-protector
/kernel/linux/linux-5.10/sound/soc/sof/
H A Dsof-priv.h265 /* DSP architecture specific callbacks for oops and stack dumps */
269 u32 *stack, u32 stack_words);
523 void *stack, size_t stack_words);
535 static inline void sof_stack(struct snd_sof_dev *sdev, void *oops, u32 *stack, in sof_stack() argument
538 sof_arch_ops(sdev)->dsp_stack(sdev, oops, stack, stack_words); in sof_stack()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dkexec-bzimage64.c398 void *stack; in bzImage64_load() local
545 stack = kexec_purgatory_get_symbol_addr(image, "stack_end"); in bzImage64_load()
546 if (IS_ERR(stack)) { in bzImage64_load()
552 regs64.rsp = (unsigned long)stack; in bzImage64_load()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dbpf_lock_contention.c251 int fd, stack, err = 0; in lock_contention_read() local
260 stack = bpf_map__fd(skel->maps.stacks); in lock_contention_read()
263 con->fails.stack = skel->bss->stack_fail; in lock_contention_read()
300 bpf_map_lookup_elem(stack, &key.stack_id, stack_trace); in lock_contention_read()
/kernel/liteos_a/testsuites/unittest/container/
H A DIt_container_test.cpp62 char *stack = (char *)mmap(NULL, STACK_SIZE, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS | MAP_STACK, in CloneWrapper() local
64 if (stack == MAP_FAILED) { in CloneWrapper()
67 char *stackTop = stack + STACK_SIZE; in CloneWrapper()
70 munmap(stack, STACK_SIZE); in CloneWrapper()
/kernel/uniproton/src/arch/cpu/armv7-m/cortex-m4/
H A Dprt_hw_exc.S231 @ reserved for register info from task stack
234 BEQ _ExcInMSP @ exc occured in MSP stack
235 B _ExcInPSP @ exc occured in PSP stack
268 @ copy auto saved task register(xPSR, PC, LR, R12,R0~R3)from psp stack
/test/testfwk/arkxtest/jsunit/src/module/report/
H A DOhReport.js173 messageStack = `${PrintTag.OHOS_REPORT_STATUS}: stack=` + this.specService.currentRunningSpec.error?.stack?.slice(0, -1);
182 messageStack += `${PrintTag.OHOS_REPORT_STATUS}: stack=` + this.specService.currentRunningSpec.fail?.stack?.slice(0, -1);
/third_party/node/test/common/
H A Dreport.js48 err.stack += util.format('\n------\nFailing Report:\n%O', report);
183 ['message', 'stack', 'errorProperties']);
187 if (report.javascriptStack.stack !== undefined) {
188 assert(Array.isArray(report.javascriptStack.stack));
189 report.javascriptStack.stack.forEach((frame) => {
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslated-state.h8 #include <stack>
40 // TranslatedState: describes the entire stack state of the current optimized
198 // `height` is slightly misleading. Yes, this value is related to stack frame
199 // height, but must undergo additional mutations to arrive at the real stack
359 // frame. It is used by stack trace generation and various debugging features.
429 int* value_index, std::stack<int>* worklist);
431 std::stack<int>* worklist);
433 void InitializeCapturedObjectAt(int object_index, std::stack<int>* worklist,
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_info.cc321 int CordzInfo::FillParentStack(const CordzInfo* src, void** stack) { in FillParentStack() argument
322 assert(stack); in FillParentStack()
325 memcpy(stack, src->parent_stack_, src->parent_stack_depth_ * sizeof(void*)); in FillParentStack()
328 memcpy(stack, src->stack_, src->stack_depth_ * sizeof(void*)); in FillParentStack()

Completed in 18 milliseconds

1...<<31323334353637383940>>...127