/Linux-v6.1/arch/x86/kernel/ |
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()
|
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()
|
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()
|
/Linux-v6.1/security/apparmor/ |
D | domain.c | 100 bool stack, unsigned int state) in match_component() 134 struct aa_label *label, bool stack, in label_compound_match() 194 struct aa_label *label, bool stack, in label_components_match() 255 bool stack, unsigned int state, bool subns, u32 request, in label_match() 288 struct aa_label *target, bool stack, in change_profile_perms() 565 const char *stack = NULL; in x_to_label() local 722 bool stack, const struct linux_binprm *bprm, in profile_onexec() 794 struct aa_label *onexec, bool stack, in handle_onexec() 1262 struct aa_label *target, bool stack, in change_profile_perms_wrapper() 1299 bool stack = flags & AA_CHANGE_STACK; in aa_change_profile() local
|
/Linux-v6.1/sound/soc/sof/mediatek/ |
D | mtk-adsp-common.c | 32 u32 *stack, size_t stack_words) in mtk_adsp_get_registers() 64 u32 stack[MTK_ADSP_STACK_DUMP_SIZE]; in mtk_adsp_dump() local
|
/Linux-v6.1/arch/um/os-Linux/skas/ |
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
|
D | process.c | 244 static int userspace_tramp(void *stack) in userspace_tramp() 315 void *stack; in start_userspace() local 618 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() argument 643 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread()
|
/Linux-v6.1/arch/loongarch/kernel/ |
D | process.c | 215 bool in_irq_stack(unsigned long stack, struct stack_info *info) in in_irq_stack() 236 bool in_task_stack(unsigned long stack, struct task_struct *task, in in_task_stack() 253 int get_stack_info(unsigned long stack, struct task_struct *task, in get_stack_info()
|
/Linux-v6.1/sound/soc/sof/imx/ |
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-v6.1/arch/openrisc/kernel/ |
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-v6.1/arch/powerpc/kernel/ |
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-v6.1/drivers/misc/lkdtm/ |
D | bugs.c | 112 static noinline void __lkdtm_CORRUPT_STACK(void *stack) in __lkdtm_CORRUPT_STACK() 160 static noinline void __lkdtm_REPORT_STACK_CANARY(void *stack) in __lkdtm_REPORT_STACK_CANARY() 430 const unsigned char *stack = task_stack_page(current); in lkdtm_STACK_GUARD_PAGE_LEADING() local 444 const unsigned char *stack = task_stack_page(current); in lkdtm_STACK_GUARD_PAGE_TRAILING() local
|
/Linux-v6.1/scripts/kconfig/ |
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-v6.1/arch/um/os-Linux/ |
D | helper.c | 46 unsigned long stack, sp; in run_helper() local 121 unsigned long stack, sp; in run_helper_thread() local
|
/Linux-v6.1/arch/arm/kernel/ |
D | setup.c | 143 struct stack { struct 151 static struct stack stacks[NR_CPUS]; argument
|
/Linux-v6.1/io_uring/ |
D | slist.h | 108 struct io_wq_work_node *stack) in wq_stack_add_head() 122 struct io_wq_work_node *wq_stack_extract(struct io_wq_work_node *stack) in wq_stack_extract()
|
/Linux-v6.1/arch/s390/kernel/ |
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-v6.1/lib/ |
D | stackdepot.c | 122 struct stack_record *stack; in depot_alloc_stack() local 344 void stack_depot_print(depot_stack_handle_t stack) in stack_depot_print() 370 struct stack_record *stack; in stack_depot_fetch() local
|
/Linux-v6.1/drivers/gpu/drm/i915/ |
D | intel_runtime_pm.c | 77 depot_stack_handle_t stack, *stacks; in track_intel_runtime_pm_wakeref() local 108 depot_stack_handle_t stack) in untrack_intel_runtime_pm_wakeref() 191 depot_stack_handle_t stack = dbg->owners[i]; in __print_intel_runtime_pm_wakeref() local
|
/Linux-v6.1/mm/kmsan/ |
D | init.c | 147 static void smallstack_push(struct smallstack *stack, struct page *pages) in smallstack_push() 155 static struct page *smallstack_pop(struct smallstack *stack) in smallstack_pop()
|
/Linux-v6.1/drivers/net/wireguard/ |
D | allowedips.c | 41 static void push_rcu(struct allowedips_node **stack, in push_rcu() 58 struct allowedips_node *node, *stack[MAX_ALLOWEDIPS_BITS] = { in root_free_rcu() local 71 struct allowedips_node *node, *stack[MAX_ALLOWEDIPS_BITS] = { root }; in root_remove_peer_lists() local
|
/Linux-v6.1/tools/testing/selftests/bpf/progs/ |
D | test_get_stack_rawtp_err.c | 11 __u64 stack[MAX_STACK_RAWTP]; in bpf_prog2() local
|
/Linux-v6.1/sound/soc/sof/intel/ |
D | atom.c | 38 u32 *stack, size_t stack_words) in atom_get_registers() 65 u32 stack[STACK_DUMP_SIZE]; in atom_dump() local
|
/Linux-v6.1/tools/lib/traceevent/plugins/ |
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-v6.1/arch/xtensa/include/asm/ |
D | smp.h | 18 unsigned long stack; member
|