Home
last modified time | relevance | path

Searched refs:stack (Results 201 – 225 of 1188) sorted by relevance

12345678910>>...48

/openbmc/linux/Documentation/tools/rtla/
H A Dcommon_timerlat_options.rst20 **-s**, **--stack** *us*
22 Save the stack trace at the *IRQ* if a *Thread* latency is higher than the
/openbmc/linux/arch/powerpc/kernel/
H A Duprobes.c214 return regs->gpr[1] <= ret->stack; in arch_uretprobe_is_alive()
216 return regs->gpr[1] < ret->stack; in arch_uretprobe_is_alive()
/openbmc/linux/arch/csky/kernel/probes/
H A Duprobes.c120 return regs->usp <= ret->stack; in arch_uretprobe_is_alive()
122 return regs->usp < ret->stack; in arch_uretprobe_is_alive()
/openbmc/linux/arch/x86/mm/
H A DMakefile33 CFLAGS_physaddr.o := -fno-stack-protector
34 CFLAGS_mem_encrypt_identity.o := -fno-stack-protector
/openbmc/linux/arch/powerpc/kernel/vdso/
H A DMakefile14 CFLAGS_vgettimeofday-32.o += $(call cc-option, -fno-stack-protector)
22 CFLAGS_REMOVE_vgettimeofday-32.o += -fno-stack-clash-protection
26 CFLAGS_vgettimeofday-64.o += $(call cc-option, -fno-stack-protector)
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dqunit-1.18.0.js32 …offset===undefined?4:offset;var stack,include,i;if(e.stack){stack=e.stack.split("\n");if(/^error$/…
33 if(fileName){include=[];for(i=offset;i<stack.length;i++){if(stack[i].indexOf(fileName)!==-1){break;}
34 include.push(stack[i]);}
36 return stack[offset];//
39 function sourceFromStacktrace(offset){var error=new Error();if(!error.stack){try{throw error;}catch…
86 "expect(0) to accept zero assertions.",this.stack);}
132 function array(arr,stack){var i=arr.length,ret=new Array(i);if(dump.maxDepth&&dump.depth>dump.maxDe… argument
133 this.up();while(i--){ret[i]=this.parse(arr[i],undefined,stack);}
135 …(obj,objType,stack){stack=stack||[];var res,parser,parserType,inStack=inArray(obj,stack);if(inStac…
136 …serType=typeof parser;if(parserType==="function"){stack.push(obj);res=parser.call(this,obj,stack);
[all …]
/openbmc/linux/Documentation/trace/
H A Dkprobetrace.rst51 $stackN : Fetch Nth entry of stack (N >= 0)
52 $stack : Fetch stack address.
84 apply it to registers/stack-entries etc. (for example, '$stack1:x8[8]' is
85 wrong, but '+8($stack):x8[8]' is OK.)
172 p:myprobe do_sys_open dfd=%ax filename=%dx flags=%cx mode=+4($stack)
176 p:myprobe,do_sys_open,dfd=%ax,filename=%dx,flags=%cx,mode=+4($stack)
184 …echo 'p:myprobe do_sys_open dfd=%ax filename=%dx flags=%cx mode=+4($stack)' > /sys/kernel/tracing/…
187 1st to 4th arguments as "myprobe" event. Note, which register/stack entry is
/openbmc/qemu/target/hexagon/imported/
H A Dsubinsns.idef74 …e", ATTRIBS(A_REGWRSIZE_8B,A_SUBINSN,A_MEMSIZE_8B,A_LOAD,A_DEALLOCFRAME), "Deallocate stack frame",
82 …A_LOAD,A_RETURN,A_RESTRICT_SLOT0ONLY,A_RET_TYPE,A_DEALLOCRET), "Deallocate stack frame and return",
91 …A_MEMSIZE_8B,A_LOAD,A_RETURN,A_RESTRICT_SLOT0ONLY,A_RET_TYPE), "Deallocate stack frame and return",
95 …A_MEMSIZE_8B,A_LOAD,A_RETURN,A_RESTRICT_SLOT0ONLY,A_RET_TYPE), "Deallocate stack frame and return",
101 …A_MEMSIZE_8B,A_LOAD,A_RETURN,A_RESTRICT_SLOT0ONLY,A_RET_TYPE), "Deallocate stack frame and return",
105 …A_MEMSIZE_8B,A_LOAD,A_RETURN,A_RESTRICT_SLOT0ONLY,A_RET_TYPE), "Deallocate stack frame and return",
148 …TTRIBS(A_REGWRSIZE_8B,A_SUBINSN,A_MEMSIZE_8B,A_STORE,A_RESTRICT_SLOT0ONLY), "Allocate stack frame",
/openbmc/openbmc/poky/bitbake/contrib/vim/indent/
H A Dbitbake.vim23 let stack = synstack(a:lnum, 1)
24 if len(stack) == 0
28 let top = synIDattr(stack[0], "name")
31 return synIDattr(stack[0], "name") == "bbPyFuncDef"
265 let stack = synstack(a:lnum, 1)
266 if len(stack) == 0
270 let name = synIDattr(stack[0], "name")
/openbmc/linux/arch/arm/kernel/
H A Dtraps.c97 void dump_backtrace_stm(u32 *stack, u32 instruction, const char *loglvl) in dump_backtrace_stm() argument
105 p += sprintf(p, " r%d:%08x", reg, *stack--); in dump_backtrace_stm()
911 u8 *stack; in allocate_overflow_stacks() local
915 stack = (u8 *)__get_free_page(GFP_KERNEL); in allocate_overflow_stacks()
916 if (WARN_ON(!stack)) in allocate_overflow_stacks()
918 per_cpu(overflow_stack_ptr, cpu) = &stack[OVERFLOW_STACK_SIZE]; in allocate_overflow_stacks()
926 unsigned long tsk_stk = (unsigned long)current->stack; in handle_bad_stack()
/openbmc/linux/arch/s390/kernel/
H A Dsetup.c375 void stack_free(unsigned long stack) in stack_free() argument
378 vfree((void *) stack); in stack_free()
380 free_pages(stack, THREAD_SIZE_ORDER); in stack_free()
392 unsigned long stack; in stack_alloc_early() local
394 stack = (unsigned long)memblock_alloc(THREAD_SIZE, THREAD_SIZE); in stack_alloc_early()
395 if (!stack) { in stack_alloc_early()
399 return stack; in stack_alloc_early()
/openbmc/linux/drivers/firmware/arm_scmi/
H A DKconfig49 bool "Allow SCMI Raw mode coexistence with normal SCMI stack"
52 Allow SCMI Raw transmission mode to coexist with normal SCMI stack.
86 If you want the ARM SCMI PROTOCOL stack to include support for a
99 If you want the ARM SCMI PROTOCOL stack to include support for a
111 If you want the ARM SCMI PROTOCOL stack to include support for a
136 If you want the ARM SCMI PROTOCOL stack to include support for a
/openbmc/linux/drivers/firewire/
H A Dcore-topology.c175 struct list_head stack, *h; in build_tree() local
183 INIT_LIST_HEAD(&stack); in build_tree()
215 for (i = 0, h = &stack; i < child_port_count; i++) in build_tree()
280 __list_del(h->prev, &stack); in build_tree()
281 list_add_tail(&node->link, &stack); in build_tree()
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A DKconfig11 parts written to utilize the Linux mac80211 stack.
21 from the in kernel mac80211 stack.
/openbmc/linux/arch/powerpc/lib/
H A DMakefile8 CFLAGS_code-patching.o += -fno-stack-protector
9 CFLAGS_feature-fixups.o += -fno-stack-protector
/openbmc/linux/arch/x86/purgatory/
H A DMakefile4 purgatory-y := purgatory.o stack.o setup-x86_$(BITS).o sha256.o entry64.o string.o
48 PURGATORY_CFLAGS += -fno-stack-protector
/openbmc/qemu/tests/tcg/alpha/system/
H A Dboot.S507 stack: label
510 .type stack,@object
511 .size stack, . - stack
/openbmc/linux/tools/perf/Documentation/
H A Dperf-lock.txt166 --max-stack=<value>::
167 Maximum stack depth when collecting lock contention (default: 8).
169 --stack-skip=<value>::
170 Number of stack depth to skip when finding a lock caller (default: 3).
/openbmc/linux/tools/testing/selftests/lkdtm/
H A D.gitignore3 !stack-entropy.sh
/openbmc/linux/arch/m68k/fpsp040/
H A Dx_fline.S36 | long onto the stack.
54 | ;a6 can point correctly to the stack frame
65 | ;if an FMOVECR instruction, fix stack
/openbmc/u-boot/examples/standalone/
H A Dsched.c51 char stack[STK_SIZE]; member
279 (unsigned)lthreads[id].stack); in thread_start()
280 setctxsp ((vu_char *)&lthreads[id].stack[STK_SIZE]); in thread_start()
/openbmc/linux/arch/s390/
H A DMakefile24 KBUILD_CFLAGS_DECOMPRESSOR := $(CLANG_FLAGS) -m64 -O2 -mpacked-stack
29 KBUILD_CFLAGS_DECOMPRESSOR += -fno-stack-protector
112 KBUILD_CFLAGS += -mpacked-stack -mbackchain -msoft-float $(cflags-y)
/openbmc/linux/arch/um/include/asm/
H A Dsysrq.h6 extern void show_trace(struct task_struct* task, unsigned long *stack);
/openbmc/qemu/common-user/
H A Dsafe-syscall.S26 .section .note.GNU-stack, "", %progbits
/openbmc/linux/arch/loongarch/include/asm/
H A Dentry-common.h10 return !(((unsigned long)(current->stack) ^ current_stack_pointer) & ~(THREAD_SIZE - 1)); in on_thread_stack()

12345678910>>...48