| /kernel/linux/linux-6.6/arch/s390/kernel/ |
| 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 = S390_lowcore.async_stack - STACK_INIT_OFFSET; in in_irq_stack() local 71 unsigned long stack = S390_lowcore.nodat_stack - STACK_INIT_OFFSET; in in_nodat_stack() local 78 unsigned long stack = S390_lowcore.mcck_stack - STACK_INIT_OFFSET; in in_mcck_stack() local 85 unsigned long stack = S390_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()
|
| /kernel/linux/linux-5.10/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 | 88 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() 154 bool noinstr get_stack_info_noinstr(unsigned long *stack, struct task_struct *task, in get_stack_info_noinstr() 175 int get_stack_info(unsigned long *stack, struct task_struct *task, in get_stack_info()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/lib/zstd/ |
| D | zstd_common.c | 28 #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
|
| /kernel/linux/linux-5.10/security/apparmor/ |
| D | domain.c | 99 bool stack, unsigned int state) in match_component() 133 struct aa_label *label, bool stack, in label_compound_match() 193 struct aa_label *label, bool stack, in label_components_match() 254 bool stack, unsigned int state, bool subns, u32 request, in label_match() 287 struct aa_label *target, bool stack, in change_profile_perms() 564 const char *stack = NULL; in x_to_label() local 721 bool stack, const struct linux_binprm *bprm, in profile_onexec() 793 struct aa_label *onexec, bool stack, in handle_onexec() 1260 struct aa_label *target, bool stack, in change_profile_perms_wrapper() 1298 bool stack = flags & AA_CHANGE_STACK; in aa_change_profile() local
|
| /kernel/linux/linux-6.6/security/apparmor/ |
| D | domain.c | 89 bool stack, aa_state_t state) in match_component() 125 struct aa_label *label, bool stack, in label_compound_match() 187 struct aa_label *label, bool stack, in label_components_match() 250 bool stack, aa_state_t state, bool subns, u32 request, in label_match() 283 struct aa_label *target, bool stack, in change_profile_perms() 571 const char *stack = NULL; in x_to_label() local 733 bool stack, const struct linux_binprm *bprm, in profile_onexec() 809 struct aa_label *onexec, bool stack, in handle_onexec() 1291 struct aa_label *target, bool stack, in change_profile_perms_wrapper() 1332 bool stack = flags & AA_CHANGE_STACK; in aa_change_profile() local
|
| /kernel/linux/linux-5.10/sound/soc/sof/imx/ |
| D | imx-common.c | 26 u32 *stack, size_t stack_words) in imx8_get_registers() 55 u32 stack[IMX8_STACK_DUMP_SIZE]; in imx8_dump() local
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-6.6/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
|
| /kernel/liteos_a/testsuites/unittest/container/smoke/ |
| D | It_container_chroot_002.cpp | 58 char *stack = (char *)mmap(nullptr, STACK_SIZE, PROT_READ | PROT_WRITE, in TestFunc() local 104 char *stack = (char *)mmap(nullptr, STACK_SIZE, PROT_READ | PROT_WRITE, in ItContainerChroot002() local
|
| D | It_net_container_004.cpp | 55 …char *stack = (char *)mmap(nullptr, STACK_SIZE, PROT_READ | PROT_WRITE, CLONE_STACK_MMAP_FLAG, -1,… in ChildFun() local 109 …char *stack = (char *)mmap(nullptr, STACK_SIZE, PROT_READ | PROT_WRITE, CLONE_STACK_MMAP_FLAG, -1,… in ItNetContainer004() local
|
| D | It_net_container_006.cpp | 91 char *stack = nullptr; in ChildFunc() local 168 …char *stack = (char *)mmap(nullptr, STACK_SIZE, PROT_READ | PROT_WRITE, CLONE_STACK_MMAP_FLAG, -1,… in ItNetContainer006() local
|
| D | It_ipc_container_005.cpp | 98 …char *stack = (char *)mmap(NULL, STACK_SIZE, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS |… in testChild() local 169 …char *stack = (char *)mmap(NULL, STACK_SIZE, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS |… in ItIpcContainer005() local
|
| /kernel/linux/linux-6.6/arch/um/os-Linux/skas/ |
| D | mem.c | 26 unsigned long *stack) in check_init_stack() 113 unsigned long *stack = check_init_stack(mm_idp, *addr); in run_syscall_stub() local 141 unsigned long *stack; in syscall_stub_data() local
|
| D | process.c | 242 static int userspace_tramp(void *stack) in userspace_tramp() 312 void *stack; in start_userspace() local 615 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() argument 640 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread()
|
| /kernel/linux/linux-5.10/arch/um/os-Linux/skas/ |
| D | mem.c | 26 unsigned long *stack) in check_init_stack() 114 unsigned long *stack = check_init_stack(mm_idp, *addr); in run_syscall_stub() local 142 unsigned long *stack; in syscall_stub_data() local
|
| D | process.c | 193 static int userspace_tramp(void *stack) in userspace_tramp() 268 void *stack; in start_userspace() local 555 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() argument 580 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-6.6/arch/loongarch/kernel/ |
| 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()
|
| /kernel/linux/linux-5.10/arch/loongarch/kernel/ |
| D | process.c | 191 bool in_task_stack(unsigned long stack, struct task_struct *task, in in_task_stack() 208 bool in_irq_stack(unsigned long stack, struct stack_info *info) in in_irq_stack() 229 int get_stack_info(unsigned long stack, struct task_struct *task, in get_stack_info()
|
| /kernel/linux/linux-6.6/arch/powerpc/kernel/ |
| D | stacktrace.c | 43 unsigned long *stack = (unsigned long *) sp; in arch_stack_walk() local 95 unsigned long *stack = (unsigned long *) sp; in arch_stack_walk_reliable() local
|
| /kernel/linux/linux-6.6/sound/soc/sof/amd/ |
| D | acp-common.c | 63 u32 *stack, size_t stack_words) in amd_get_registers() 95 u32 stack[AMD_STACK_DUMP_SIZE]; in amd_sof_dump() local
|