Home
last modified time | relevance | path

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

1234567

/Linux-v5.4/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-v5.4/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.c87 static bool in_exception_stack(unsigned long *stack, struct stack_info *info) in in_exception_stack()
128 static bool in_irq_stack(unsigned long *stack, struct stack_info *info) in in_irq_stack()
153 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-v5.4/security/apparmor/
Ddomain.c99 bool stack, unsigned int state) in match_component()
133 struct aa_label *label, bool stack, in label_compound_match()
193 struct aa_label *label, bool stack, in label_components_match()
254 bool stack, unsigned int state, bool subns, u32 request, in label_match()
287 struct aa_label *target, bool stack, in change_profile_perms()
555 const char *stack = NULL; in x_to_label() local
740 bool stack, const struct linux_binprm *bprm, in profile_onexec()
812 struct aa_label *onexec, bool stack, in handle_onexec()
1276 struct aa_label *target, bool stack, in change_profile_perms_wrapper()
1314 bool stack = flags & AA_CHANGE_STACK; in aa_change_profile() local
/Linux-v5.4/arch/unicore32/kernel/
Dsetup.c44 struct stack { struct
50 static struct stack stacks[NR_CPUS]; argument
/Linux-v5.4/arch/csky/kernel/
Ddumpstack.c8 void show_trace(unsigned long *stack) in show_trace()
35 void show_stack(struct task_struct *task, unsigned long *stack) in show_stack()
/Linux-v5.4/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-v5.4/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-v5.4/drivers/gpu/drm/i915/
Dintel_runtime_pm.c69 static void __print_depot_stack(depot_stack_handle_t stack, in __print_depot_stack()
87 depot_stack_handle_t stack, *stacks; in track_intel_runtime_pm_wakeref() local
118 depot_stack_handle_t stack) in untrack_intel_runtime_pm_wakeref()
198 depot_stack_handle_t stack = dbg->owners[i]; in __print_intel_runtime_pm_wakeref() local
/Linux-v5.4/drivers/misc/lkdtm/
Dbugs.c105 static noinline void __lkdtm_CORRUPT_STACK(void *stack) in __lkdtm_CORRUPT_STACK()
250 const unsigned char *stack = task_stack_page(current); in lkdtm_STACK_GUARD_PAGE_LEADING() local
264 const unsigned char *stack = task_stack_page(current); in lkdtm_STACK_GUARD_PAGE_TRAILING() local
/Linux-v5.4/tools/lib/traceevent/plugins/
Dplugin_function.c30 char **stack; member
60 static void add_child(struct func_stack *stack, const char *child, int pos) in add_child()
/Linux-v5.4/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-v5.4/arch/powerpc/kernel/
Dstacktrace.c33 unsigned long *stack = (unsigned long *) sp; in save_context_stack() local
145 unsigned long *stack = (unsigned long *) sp; in __save_stack_trace_tsk_reliable() local
/Linux-v5.4/arch/arm/kernel/
Dsetup.c141 struct stack { struct
149 static struct stack stacks[NR_CPUS]; argument
/Linux-v5.4/arch/c6x/kernel/
Dtraps.c347 static void show_trace(unsigned long *stack, unsigned long *endstack) in show_trace()
376 void show_stack(struct task_struct *task, unsigned long *stack) in show_stack()
/Linux-v5.4/arch/s390/kernel/
Ddumpstack.c57 unsigned long stack; in in_task_stack() local
126 void show_stack(struct task_struct *task, unsigned long *stack) in show_stack()
/Linux-v5.4/arch/x86/purgatory/
Dstack.S15 stack: label
/Linux-v5.4/scripts/kconfig/
Dsymbol.c1014 static void dep_stack_insert(struct dep_stack *stack, struct symbol *sym) in dep_stack_insert()
1038 struct dep_stack *stack; in sym_check_print_recursive() local
1164 struct dep_stack stack; in sym_check_sym_deps() local
1213 struct dep_stack stack; in sym_check_choice_deps() local
1258 struct dep_stack stack; in sym_check_deps() local
/Linux-v5.4/sound/soc/sof/intel/
Dhda.c126 u32 *stack, size_t stack_words) in hda_dsp_get_registers()
155 u32 stack[HDA_DSP_STACK_DUMP_SIZE]; in hda_dsp_dump_skl() local
185 u32 stack[HDA_DSP_STACK_DUMP_SIZE]; in hda_dsp_dump() local
/Linux-v5.4/arch/sh/include/asm/
Dstacktrace.h16 int (*stack)(void *data, char *name); member
/Linux-v5.4/arch/xtensa/include/asm/
Dsmp.h18 unsigned long stack; member
/Linux-v5.4/arch/um/include/shared/skas/
Dmm_id.h14 unsigned long stack; member
/Linux-v5.4/arch/um/kernel/
Dsysrq.c28 void show_stack(struct task_struct *task, unsigned long *stack) in show_stack()

1234567