Home
last modified time | relevance | path

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

1234567

/linux/arch/x86/kernel/
A 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()
A Ddumpstack_64.c94 static __always_inline bool in_exception_stack(unsigned long *stack, struct stack_info *info) in in_exception_stack()
135 static __always_inline bool in_irq_stack(unsigned long *stack, struct stack_info *info) in in_irq_stack()
170 bool noinstr get_stack_info_noinstr(unsigned long *stack, struct task_struct *task, in get_stack_info_noinstr()
191 int get_stack_info(unsigned long *stack, struct task_struct *task, in get_stack_info()
A 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()
A Dirq_64.c37 char *stack = (char *)per_cpu_ptr(&irq_stack_backing_store, cpu); in map_irq_stack() local
/linux/security/apparmor/
A 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/sound/soc/sof/imx/
A 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/arch/um/os-Linux/skas/
A 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
A 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/arch/openrisc/kernel/
A 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/arch/powerpc/kernel/
A 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/drivers/misc/lkdtm/
A Dbugs.c110 static noinline void __lkdtm_CORRUPT_STACK(void *stack) in __lkdtm_CORRUPT_STACK()
158 static noinline void __lkdtm_REPORT_STACK_CANARY(void *stack) in __lkdtm_REPORT_STACK_CANARY()
420 const unsigned char *stack = task_stack_page(current); in lkdtm_STACK_GUARD_PAGE_LEADING() local
434 const unsigned char *stack = task_stack_page(current); in lkdtm_STACK_GUARD_PAGE_TRAILING() local
/linux/arch/um/os-Linux/
A Dhelper.c45 unsigned long stack, sp; in run_helper() local
116 unsigned long stack, sp; in run_helper_thread() local
/linux/scripts/kconfig/
A Dsymbol.c975 static void dep_stack_insert(struct dep_stack *stack, struct symbol *sym) in dep_stack_insert()
999 struct dep_stack *stack; in sym_check_print_recursive() local
1125 struct dep_stack stack; in sym_check_sym_deps() local
1174 struct dep_stack stack; in sym_check_choice_deps() local
1219 struct dep_stack stack; in sym_check_deps() local
/linux/lib/
A Dstackdepot.c107 struct stack_record *stack; in depot_alloc_stack() local
248 void stack_depot_print(depot_stack_handle_t stack) in stack_depot_print()
274 struct stack_record *stack; in stack_depot_fetch() local
/linux/arch/arm/kernel/
A Dsetup.c143 struct stack { struct
151 static struct stack stacks[NR_CPUS]; argument
/linux/arch/s390/kernel/
A 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/drivers/gpu/drm/i915/
A Dintel_runtime_pm.c76 depot_stack_handle_t stack, *stacks; in track_intel_runtime_pm_wakeref() local
107 depot_stack_handle_t stack) in untrack_intel_runtime_pm_wakeref()
190 depot_stack_handle_t stack = dbg->owners[i]; in __print_intel_runtime_pm_wakeref() local
/linux/tools/testing/selftests/bpf/progs/
A Dtest_get_stack_rawtp_err.c11 __u64 stack[MAX_STACK_RAWTP]; in bpf_prog2() local
/linux/arch/xtensa/include/asm/
A Dsmp.h18 unsigned long stack; member
/linux/tools/lib/traceevent/plugins/
A Dplugin_function.c15 char **stack; member
53 static void add_child(struct func_stack *stack, const char *child, int pos) in add_child()
/linux/drivers/net/wireguard/
A 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/arch/um/kernel/skas/
A Dmmu.c21 unsigned long stack = 0; in init_new_context() local
/linux/sound/soc/sof/intel/
A Datom.c39 u32 *stack, size_t stack_words) in atom_get_registers()
66 u32 stack[STACK_DUMP_SIZE]; in atom_dump() local
/linux/arch/um/include/shared/skas/
A Dmm_id.h14 unsigned long stack; member
/linux/arch/um/kernel/
A Dsysrq.c30 void show_stack(struct task_struct *task, unsigned long *stack, in show_stack()

Completed in 49 milliseconds

1234567