Home
last modified time | relevance | path

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

12345678910>>...17

/kernel/linux/linux-6.6/arch/s390/kernel/
Ddumpstack.c44 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/
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()
Ddumpstack_64.c88 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/
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()
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()
/kernel/linux/linux-5.10/lib/zstd/
Dzstd_common.c28 #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/
Ddomain.c99 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/
Ddomain.c89 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/
Dimx-common.c26 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/
Dmtk-adsp-common.c32 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/
Dimx-common.c26 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/
DIt_container_chroot_002.cpp58 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
DIt_net_container_004.cpp55 …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
DIt_net_container_006.cpp91 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
DIt_ipc_container_005.cpp98 …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/
Dmem.c26 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
Dprocess.c242 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/
Dmem.c26 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
Dprocess.c193 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/
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()
/kernel/linux/linux-6.6/arch/openrisc/kernel/
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()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
Dprocess.c232 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/
Dprocess.c191 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/
Dstacktrace.c43 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/
Dacp-common.c63 u32 *stack, size_t stack_words) in amd_get_registers()
95 u32 stack[AMD_STACK_DUMP_SIZE]; in amd_sof_dump() local

12345678910>>...17