/linux/arch/s390/kernel/ |
H A D | dumpstack.c | 44 enum stack_type type, unsigned long stack) in in_stack() 57 unsigned long stack = (unsigned long)task_stack_page(task); in in_task_stack() local 64 unsigned long stack = get_lowcore()->async_stack - STACK_INIT_OFFSET; in in_irq_stack() local 71 unsigned long stack = get_lowcore()->nodat_stack - STACK_INIT_OFFSET; in in_nodat_stack() local 78 unsigned long stack = get_lowcore()->mcck_stack - STACK_INIT_OFFSET; in in_mcck_stack() local 85 unsigned long stack = get_lowcore()->restart_stack - STACK_INIT_OFFSET; in in_restart_stack() local 129 void show_stack(struct task_struct *task, unsigned long *stack, in show_stack()
|
/linux/arch/x86/kernel/ |
H 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()
|
H 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()
|
H 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()
|
/linux/lib/ |
H A D | stackdepot.c | 312 struct stack_record *stack; in depot_pop_free_pool() local 346 struct stack_record *stack; in depot_pop_free() local 383 struct stack_record *stack = NULL; in depot_alloc_stack() local 446 struct stack_record *stack; in depot_fetch_stack() local 468 static void depot_free_stack(struct stack_record *stack) in depot_free_stack() 539 struct stack_record *stack, *ret = NULL; in find_stack() local 702 struct stack_record *stack; in stack_depot_fetch() local 729 struct stack_record *stack; in stack_depot_put() local 747 void stack_depot_print(depot_stack_handle_t stack) in stack_depot_print()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | build_id.c | 10 static void print_stack(struct bpf_stack_build_id *stack, int frame_cnt) in print_stack() 40 struct bpf_stack_build_id *stack; in subtest_nofault() local 78 struct bpf_stack_build_id *stack; in subtest_sleepable() local
|
/linux/security/apparmor/ |
H A D | domain.c | 89 match_component(struct aa_profile * profile,struct aa_profile * tp,bool stack,aa_state_t state) match_component() argument 125 label_compound_match(struct aa_profile * profile,struct aa_label * label,bool stack,aa_state_t state,bool subns,u32 request,struct aa_perms * perms) label_compound_match() argument 187 label_components_match(struct aa_profile * profile,struct aa_label * label,bool stack,aa_state_t start,bool subns,u32 request,struct aa_perms * perms) label_components_match() argument 250 label_match(struct aa_profile * profile,struct aa_label * label,bool stack,aa_state_t state,bool subns,u32 request,struct aa_perms * perms) label_match() argument 284 change_profile_perms(struct aa_profile * profile,struct aa_label * target,bool stack,u32 request,aa_state_t start,struct aa_perms * perms) change_profile_perms() argument 573 const char *stack = NULL; x_to_label() local 735 profile_onexec(const struct cred * subj_cred,struct aa_profile * profile,struct aa_label * onexec,bool stack,const struct linux_binprm * bprm,char * buffer,struct path_cond * cond,bool * secure_exec) profile_onexec() argument 811 handle_onexec(const struct cred * subj_cred,struct aa_label * label,struct aa_label * onexec,bool stack,const struct linux_binprm * bprm,char * buffer,struct path_cond * cond,bool * unsafe) handle_onexec() argument 1293 change_profile_perms_wrapper(const char * op,const char * name,const struct cred * subj_cred,struct aa_profile * profile,struct aa_label * target,bool stack,u32 request,struct aa_perms * perms) change_profile_perms_wrapper() argument 1336 bool stack = flags & AA_CHANGE_STACK; aa_change_profile() local [all...] |
/linux/tools/testing/selftests/mm/ |
H A D | pkey_sighandler_tests.c | 82 static inline long clone_raw(unsigned long flags, void *stack, in clone_raw() 181 stack_t *stack = ptr; in thread_segv_maperr_ptr() local 289 void *stack; in test_sigsegv_handler_with_different_pkey_for_stack() local 408 stack_t *stack = ptr; in thread_sigusr2_self() local 445 void *stack; in test_pkru_sigreturn() local
|
/linux/sound/soc/sof/imx/ |
H A D | imx-common.c | 26 u32 *stack, size_t stack_words) in imx8_get_registers() argument 57 u32 stack[IMX8_STACK_DUMP_SIZE]; in imx8_dump() local [all...] |
/linux/sound/soc/sof/mediatek/ |
H A D | mtk-adsp-common.c | 32 u32 *stack, size_t stack_words) in mtk_adsp_get_registers() argument 64 u32 stack[MTK_ADSP_STACK_DUMP_SIZE]; in mtk_adsp_dump() local [all...] |
/linux/arch/um/os-Linux/skas/ |
H A D | process.c | 184 static int userspace_tramp(void *stack) in userspace_tramp() 323 void *stack; in start_userspace() local 554 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() argument 581 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread()
|
/linux/arch/loongarch/kernel/ |
H A D | process.c | 232 bool in_irq_stack(unsigned long stack, struct stack_info *info) in in_irq_stack() 253 bool in_task_stack(unsigned long stack, struct task_struct *task, in in_task_stack() 270 int get_stack_info(unsigned long stack, struct task_struct *task, in get_stack_info()
|
/linux/arch/openrisc/kernel/ |
H 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/mm/ |
H A D | page_owner.c | 39 struct stack { struct 41 struct stack *next; argument 169 struct stack *stack; in add_stack_record_to_list() local 40 stack_recordstack global() argument 863 struct stack *stack; stack_start() local 885 struct stack *stack = v; stack_next() local 899 struct stack *stack = v; stack_print() local [all...] |
/linux/arch/powerpc/kernel/ |
H A D | stacktrace.c | 44 unsigned long *stack = (unsigned long *) sp; in arch_stack_walk() local 96 unsigned long *stack = (unsigned long *) sp; in arch_stack_walk_reliable() local
|
/linux/arch/um/os-Linux/ |
H A D | helper.c | 46 unsigned long stack, sp; in run_helper() local 121 unsigned long stack, sp; in run_helper_thread() local
|
/linux/arch/arm/kernel/ |
H A D | setup.c | 136 struct stack { struct 144 static struct stack stacks[NR_CPUS]; argument
|
/linux/scripts/kconfig/ |
H A D | symbol.c | 1066 static void dep_stack_insert(struct dep_stack *stack, struct symbol *sym) in dep_stack_insert() 1090 struct dep_stack *stack; in sym_check_print_recursive() local 1195 struct dep_stack stack; in sym_check_sym_deps() local 1242 struct dep_stack stack; in sym_check_choice_deps() local 1298 struct dep_stack stack; in sym_check_deps() local
|
/linux/drivers/misc/lkdtm/ |
H A D | bugs.c | 139 static noinline void __lkdtm_CORRUPT_STACK(void *stack) in __lkdtm_CORRUPT_STACK() 187 static noinline void __lkdtm_REPORT_STACK_CANARY(void *stack) in __lkdtm_REPORT_STACK_CANARY() 527 const unsigned char *stack = task_stack_page(current); in lkdtm_STACK_GUARD_PAGE_LEADING() local 541 const unsigned char *stack = task_stack_page(current); in lkdtm_STACK_GUARD_PAGE_TRAILING() local
|
/linux/sound/soc/sof/amd/ |
H A D | acp-common.c | 62 u32 *stack, size_t stack_words) in amd_get_registers() 94 u32 stack[AMD_STACK_DUMP_SIZE]; in amd_sof_dump() local
|
/linux/io_uring/ |
H A D | slist.h | 89 struct io_wq_work_node *stack) in wq_stack_add_head() 103 struct io_wq_work_node *wq_stack_extract(struct io_wq_work_node *stack) in wq_stack_extract()
|
/linux/tools/perf/arch/x86/annotate/ |
H A D | instructions.c | 413 struct type_state_stack *stack; update_insn_state_x86() local 564 struct type_state_stack *stack; update_insn_state_x86() local [all...] |
/linux/mm/kmsan/ |
H A D | init.c | 150 static void smallstack_push(struct smallstack *stack, struct page *pages) in smallstack_push() 158 static struct page *smallstack_pop(struct smallstack *stack) in smallstack_pop()
|
/linux/tools/perf/util/ |
H A D | annotate-data.c | 181 struct type_state_stack *stack, *tmp; in exit_type_state() local 528 struct type_state_stack *stack; in find_stack_state() local 541 void set_stack_state(struct type_state_stack *stack, int offset, u8 kind, in set_stack_state() 572 struct type_state_stack *stack = find_stack_state(state, offset); in findnew_stack_state() local 835 struct type_state_stack *stack; in update_var_state() local 1131 struct type_state_stack *stack; in check_matching_type() local 1164 struct type_state_stack *stack; in check_matching_type() local
|
/linux/drivers/net/wireguard/ |
H A D | allowedips.c | 41 static void push_rcu(struct allowedips_node **stack, in push_rcu() 58 struct allowedips_node *node, *stack[MAX_ALLOWEDIPS_DEPTH] = { in root_free_rcu() local 71 struct allowedips_node *node, *stack[MAX_ALLOWEDIPS_DEPTH] = { root }; in root_remove_peer_lists() local
|