Home
last modified time | relevance | path

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

1234567

/Linux-v5.15/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()
164 bool noinstr get_stack_info_noinstr(unsigned long *stack, struct task_struct *task, in get_stack_info_noinstr()
185 int get_stack_info(unsigned long *stack, struct task_struct *task, in get_stack_info()
Ddumpstack.c32 bool noinstr in_task_stack(unsigned long *stack, struct task_struct *task, in in_task_stack()
50 bool noinstr in_entry_stack(unsigned long *stack, struct stack_info *info) in in_entry_stack()
187 unsigned long *stack, const char *log_lvl) in show_trace_log_lvl()
Dirq_64.c37 char *stack = (char *)per_cpu_ptr(&irq_stack_backing_store, cpu); in map_irq_stack() local
/Linux-v5.15/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.15/security/apparmor/
Ddomain.c101 bool stack, unsigned int state) in match_component()
135 struct aa_label *label, bool stack, in label_compound_match()
195 struct aa_label *label, bool stack, in label_components_match()
256 bool stack, unsigned int state, bool subns, u32 request, in label_match()
289 struct aa_label *target, bool stack, in change_profile_perms()
566 const char *stack = NULL; in x_to_label() local
723 bool stack, const struct linux_binprm *bprm, in profile_onexec()
795 struct aa_label *onexec, bool stack, in handle_onexec()
1263 struct aa_label *target, bool stack, in change_profile_perms_wrapper()
1301 bool stack = flags & AA_CHANGE_STACK; in aa_change_profile() local
/Linux-v5.15/sound/soc/sof/imx/
Dimx-common.c26 u32 *stack, size_t stack_words) in imx8_get_registers()
57 u32 stack[IMX8_STACK_DUMP_SIZE]; in imx8_dump() local
/Linux-v5.15/arch/um/os-Linux/skas/
Dmem.c26 unsigned long *stack) in check_init_stack()
116 unsigned long *stack = check_init_stack(mm_idp, *addr); in run_syscall_stub() local
144 unsigned long *stack; in syscall_stub_data() local
Dprocess.c243 static int userspace_tramp(void *stack) in userspace_tramp()
314 void *stack; in start_userspace() local
617 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() argument
642 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread()
/Linux-v5.15/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.15/arch/powerpc/kernel/
Dstacktrace.c43 unsigned long *stack = (unsigned long *) sp; in arch_stack_walk() local
112 unsigned long *stack = (unsigned long *) sp; in arch_stack_walk_reliable() local
/Linux-v5.15/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
/Linux-v5.15/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.15/scripts/kconfig/
Dsymbol.c1018 static void dep_stack_insert(struct dep_stack *stack, struct symbol *sym) in dep_stack_insert()
1042 struct dep_stack *stack; in sym_check_print_recursive() local
1168 struct dep_stack stack; in sym_check_sym_deps() local
1217 struct dep_stack stack; in sym_check_choice_deps() local
1262 struct dep_stack stack; in sym_check_deps() local
/Linux-v5.15/arch/arm/kernel/
Dsetup.c143 struct stack { struct
151 static struct stack stacks[NR_CPUS]; argument
/Linux-v5.15/arch/s390/kernel/
Ddumpstack.c58 unsigned long stack; in in_task_stack() local
139 void show_stack(struct task_struct *task, unsigned long *stack, in show_stack()
/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dtest_get_stack_rawtp_err.c11 __u64 stack[MAX_STACK_RAWTP]; in bpf_prog2() local
/Linux-v5.15/arch/xtensa/include/asm/
Dsmp.h18 unsigned long stack; member
/Linux-v5.15/drivers/misc/lkdtm/
Dbugs.c110 static noinline void __lkdtm_CORRUPT_STACK(void *stack) in __lkdtm_CORRUPT_STACK()
343 const unsigned char *stack = task_stack_page(current); in lkdtm_STACK_GUARD_PAGE_LEADING() local
357 const unsigned char *stack = task_stack_page(current); in lkdtm_STACK_GUARD_PAGE_TRAILING() local
/Linux-v5.15/tools/lib/traceevent/plugins/
Dplugin_function.c15 char **stack; member
53 static void add_child(struct func_stack *stack, const char *child, int pos) in add_child()
/Linux-v5.15/drivers/net/wireguard/
Dallowedips.c39 static void push_rcu(struct allowedips_node **stack, in push_rcu()
55 struct allowedips_node *node, *stack[128] = { in root_free_rcu() local
68 struct allowedips_node *node, *stack[128] = { root }; in root_remove_peer_lists() local
/Linux-v5.15/arch/um/kernel/skas/
Dmmu.c21 unsigned long stack = 0; in init_new_context() local
/Linux-v5.15/sound/soc/sof/intel/
Datom.c39 u32 *stack, size_t stack_words) in atom_get_registers()
66 u32 stack[STACK_DUMP_SIZE]; in atom_dump() local
/Linux-v5.15/tools/testing/selftests/proc/
Dthread-self.c51 void *stack; in main() local
/Linux-v5.15/arch/um/include/shared/skas/
Dmm_id.h14 unsigned long stack; member

1234567