/linux/arch/x86/kernel/ |
A D | dumpstack_32.c | 38 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 D | dumpstack_64.c | 94 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 D | dumpstack.c | 32 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 D | irq_64.c | 37 char *stack = (char *)per_cpu_ptr(&irq_stack_backing_store, cpu); in map_irq_stack() local
|
/linux/security/apparmor/ |
A D | domain.c | 101 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 D | imx-common.c | 26 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 D | mem.c | 26 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 D | process.c | 243 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 D | unwinder.c | 60 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 D | stacktrace.c | 43 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 D | bugs.c | 110 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 D | helper.c | 45 unsigned long stack, sp; in run_helper() local 116 unsigned long stack, sp; in run_helper_thread() local
|
/linux/scripts/kconfig/ |
A D | symbol.c | 975 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 D | stackdepot.c | 107 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 D | setup.c | 143 struct stack { struct 151 static struct stack stacks[NR_CPUS]; argument
|
/linux/arch/s390/kernel/ |
A D | dumpstack.c | 58 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 D | intel_runtime_pm.c | 76 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 D | test_get_stack_rawtp_err.c | 11 __u64 stack[MAX_STACK_RAWTP]; in bpf_prog2() local
|
/linux/arch/xtensa/include/asm/ |
A D | smp.h | 18 unsigned long stack; member
|
/linux/tools/lib/traceevent/plugins/ |
A D | plugin_function.c | 15 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 D | allowedips.c | 39 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 D | mmu.c | 21 unsigned long stack = 0; in init_new_context() local
|
/linux/sound/soc/sof/intel/ |
A D | atom.c | 39 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 D | mm_id.h | 14 unsigned long stack; member
|
/linux/arch/um/kernel/ |
A D | sysrq.c | 30 void show_stack(struct task_struct *task, unsigned long *stack, in show_stack()
|