Home
last modified time | relevance | path

Searched defs:stack (Results 1 – 25 of 132) sorted by relevance

123456

/Linux-v4.19/lib/zstd/
Dzstd_common.c28 #define stack_push(stack, size) \ argument
38 ZSTD_stack *stack = (ZSTD_stack *)workspace; in ZSTD_initStack() local
53 ZSTD_stack *stack = (ZSTD_stack *)opaque; in ZSTD_stackAllocAll() local
60 ZSTD_stack *stack = (ZSTD_stack *)opaque; in ZSTD_stackAlloc() local
/Linux-v4.19/arch/x86/kernel/
Ddumpstack_32.c35 static bool in_hardirq_stack(unsigned long *stack, struct stack_info *info) in in_hardirq_stack()
60 static bool in_softirq_stack(unsigned long *stack, struct stack_info *info) in in_softirq_stack()
85 int get_stack_info(unsigned long *stack, struct task_struct *task, in get_stack_info()
Ddumpstack_64.c55 static bool in_exception_stack(unsigned long *stack, struct stack_info *info) in in_exception_stack()
82 static bool in_irq_stack(unsigned long *stack, struct stack_info *info) in in_irq_stack()
107 int get_stack_info(unsigned long *stack, struct task_struct *task, in get_stack_info()
Ddumpstack.c32 bool in_task_stack(unsigned long *stack, struct task_struct *task, in in_task_stack()
49 bool in_entry_stack(unsigned long *stack, struct stack_info *info) in in_entry_stack()
163 unsigned long *stack, char *log_lvl) in show_trace_log_lvl()
/Linux-v4.19/security/apparmor/
Ddomain.c103 bool stack, unsigned int state) in match_component()
137 struct aa_label *label, bool stack, in label_compound_match()
197 struct aa_label *label, bool stack, in label_components_match()
258 bool stack, unsigned int state, bool subns, u32 request, in label_match()
291 struct aa_label *target, bool stack, in change_profile_perms()
559 const char *stack = NULL; in x_to_label() local
744 bool stack, const struct linux_binprm *bprm, in profile_onexec()
816 struct aa_label *onexec, bool stack, in handle_onexec()
1280 struct aa_label *target, bool stack, in change_profile_perms_wrapper()
1318 bool stack = flags & AA_CHANGE_STACK; in aa_change_profile() local
/Linux-v4.19/arch/unicore32/kernel/
Dsetup.c48 struct stack { struct
54 static struct stack stacks[NR_CPUS]; argument
/Linux-v4.19/arch/openrisc/kernel/
Dunwinder.c60 void unwind_stack(void *data, unsigned long *stack, in unwind_stack()
93 void unwind_stack(void *data, unsigned long *stack, in unwind_stack()
/Linux-v4.19/arch/um/os-Linux/skas/
Dmem.c26 unsigned long *stack) in check_init_stack()
114 unsigned long *stack = check_init_stack(mm_idp, *addr); in run_syscall_stub() local
142 unsigned long *stack; in syscall_stub_data() local
Dprocess.c192 static int userspace_tramp(void *stack) in userspace_tramp()
266 void *stack; in start_userspace() local
551 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() argument
576 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread()
/Linux-v4.19/drivers/misc/lkdtm/
Dbugs.c89 static noinline void __lkdtm_CORRUPT_STACK(void *stack) in __lkdtm_CORRUPT_STACK()
234 const unsigned char *stack = task_stack_page(current); in lkdtm_STACK_GUARD_PAGE_LEADING() local
248 const unsigned char *stack = task_stack_page(current); in lkdtm_STACK_GUARD_PAGE_TRAILING() local
/Linux-v4.19/arch/powerpc/kernel/
Dstacktrace.c33 unsigned long *stack = (unsigned long *) sp; in save_context_stack() local
138 unsigned long *stack = (unsigned long *) sp; in save_stack_trace_tsk_reliable() local
/Linux-v4.19/tools/lib/traceevent/
Dplugin_function.c29 char **stack; member
59 static void add_child(struct func_stack *stack, const char *child, int pos) in add_child()
/Linux-v4.19/arch/um/os-Linux/
Dhelper.c45 unsigned long stack, sp; in run_helper() local
116 unsigned long stack, sp; in run_helper_thread() local
/Linux-v4.19/arch/c6x/kernel/
Dtraps.c350 static void show_trace(unsigned long *stack, unsigned long *endstack) in show_trace()
379 void show_stack(struct task_struct *task, unsigned long *stack) in show_stack()
/Linux-v4.19/arch/arm/kernel/
Dsetup.c140 struct stack { struct
148 static struct stack stacks[NR_CPUS]; argument
/Linux-v4.19/arch/x86/purgatory/
Dstack.S17 stack: label
/Linux-v4.19/scripts/kconfig/
Dsymbol.c1017 static void dep_stack_insert(struct dep_stack *stack, struct symbol *sym) in dep_stack_insert()
1041 struct dep_stack *stack; in sym_check_print_recursive() local
1167 struct dep_stack stack; in sym_check_sym_deps() local
1216 struct dep_stack stack; in sym_check_choice_deps() local
1261 struct dep_stack stack; in sym_check_deps() local
/Linux-v4.19/arch/sh/include/asm/
Dstacktrace.h16 int (*stack)(void *data, char *name); member
/Linux-v4.19/arch/xtensa/include/asm/
Dsmp.h18 unsigned long stack; member
/Linux-v4.19/arch/um/include/shared/skas/
Dmm_id.h14 unsigned long stack; member
/Linux-v4.19/arch/um/kernel/
Dsysrq.c31 void show_stack(struct task_struct *task, unsigned long *stack) in show_stack()
/Linux-v4.19/tools/testing/selftests/proc/
Dthread-self.c51 void *stack; in main() local
/Linux-v4.19/arch/unicore32/lib/
Dbacktrace.S117 #define stack v6 macro
/Linux-v4.19/tools/perf/arch/powerpc/tests/
Ddwarf-unwind.c16 struct stack_dump *stack = &sample->user_stack; in sample_ustack() local
/Linux-v4.19/tools/perf/arch/arm64/tests/
Ddwarf-unwind.c15 struct stack_dump *stack = &sample->user_stack; in sample_ustack() local

123456