Home
last modified time | relevance | path

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

12345678910>>...13

/kernel/linux/linux-5.10/arch/x86/kernel/
Ddumpstack_32.c38 static bool in_hardirq_stack(unsigned long *stack, struct stack_info *info) in in_hardirq_stack()
63 static bool in_softirq_stack(unsigned long *stack, struct stack_info *info) in in_softirq_stack()
88 static bool in_doublefault_stack(unsigned long *stack, struct stack_info *info) in in_doublefault_stack()
108 int get_stack_info(unsigned long *stack, struct task_struct *task, in get_stack_info()
Ddumpstack_64.c88 static __always_inline bool in_exception_stack(unsigned long *stack, struct stack_info *info) in in_exception_stack()
129 static __always_inline bool in_irq_stack(unsigned long *stack, struct stack_info *info) in in_irq_stack()
154 bool noinstr get_stack_info_noinstr(unsigned long *stack, struct task_struct *task, in get_stack_info_noinstr()
175 int get_stack_info(unsigned long *stack, struct task_struct *task, in get_stack_info()
/kernel/linux/linux-4.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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-4.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()
/kernel/linux/linux-4.19/arch/x86/purgatory/
Dstack.S15 .globl stack, stack_end symbol
17 stack: label
/kernel/linux/linux-5.10/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()
564 const char *stack = NULL; in x_to_label() local
721 bool stack, const struct linux_binprm *bprm, in profile_onexec()
793 struct aa_label *onexec, bool stack, in handle_onexec()
1260 struct aa_label *target, bool stack, in change_profile_perms_wrapper()
1298 bool stack = flags & AA_CHANGE_STACK; in aa_change_profile() local
/kernel/linux/linux-4.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()
563 const char *stack = NULL; in x_to_label() local
748 bool stack, const struct linux_binprm *bprm, in profile_onexec()
820 struct aa_label *onexec, bool stack, in handle_onexec()
1285 struct aa_label *target, bool stack, in change_profile_perms_wrapper()
1323 bool stack = flags & AA_CHANGE_STACK; in aa_change_profile() local
/kernel/linux/linux-4.19/arch/unicore32/kernel/
Dsetup.c48 struct stack { struct
54 static struct stack stacks[NR_CPUS]; argument
/kernel/linux/linux-5.10/sound/soc/sof/imx/
Dimx-common.c26 u32 *stack, size_t stack_words) in imx8_get_registers()
55 u32 stack[IMX8_STACK_DUMP_SIZE]; in imx8_dump() local
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-4.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()
/kernel/linux/linux-4.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()
/kernel/linux/linux-5.10/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()
267 void *stack; in start_userspace() local
554 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() argument
579 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread()
/kernel/linux/linux-4.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
/kernel/linux/linux-4.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
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Dintel_runtime_pm.c68 static void __print_depot_stack(depot_stack_handle_t stack, in __print_depot_stack()
86 depot_stack_handle_t stack, *stacks; in track_intel_runtime_pm_wakeref() local
117 depot_stack_handle_t stack) in untrack_intel_runtime_pm_wakeref()
200 depot_stack_handle_t stack = dbg->owners[i]; in __print_intel_runtime_pm_wakeref() local
/kernel/linux/linux-4.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()
/kernel/linux/linux-4.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
/kernel/linux/linux-5.10/arch/um/os-Linux/
Dhelper.c45 unsigned long stack, sp; in run_helper() local
116 unsigned long stack, sp; in run_helper_thread() local
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dstacktrace.c35 unsigned long *stack = (unsigned long *) sp; in save_context_stack() local
147 unsigned long *stack = (unsigned long *) sp; in __save_stack_trace_tsk_reliable() local

12345678910>>...13