/openbmc/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 = 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()
|
/openbmc/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()
|
/openbmc/libbej/src/ |
H A D | bej_encoder_json.cpp | 13 auto stack = reinterpret_cast<std::vector<void*>*>(dataPtr); in stackPeek() local 23 auto stack = reinterpret_cast<std::vector<void*>*>(dataPtr); in stackPop() local 35 auto stack = reinterpret_cast<std::vector<void*>*>(dataPtr); in stackPush() local 42 auto stack = reinterpret_cast<std::vector<uint8_t>*>(handlerContext); in getBejEncodedBuffer() local
|
H A D | bej_encoder_core.c | 228 struct BejPointerStackCallback* stack) in bejPushParentToStack() 240 struct BejPointerStackCallback* stack, in bejProcessChildNodes() 273 struct BejPointerStackCallback* stack, in bejEncodeTree() 316 struct BejPointerStackCallback* stack) in bejEncode()
|
H A D | bej_decoder_json.cpp | 273 std::vector<BejStackProperty>* stack = in stackEmpty() local 286 std::vector<BejStackProperty>* stack = in stackPeek() local 302 std::vector<BejStackProperty>* stack = in stackPop() local 321 std::vector<BejStackProperty>* stack = in stackPush() local
|
/openbmc/linux/security/apparmor/ |
H A 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
|
/openbmc/linux/sound/soc/sof/mediatek/ |
H A 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
|
/openbmc/linux/sound/soc/sof/imx/ |
H 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
|
/openbmc/linux/arch/um/os-Linux/skas/ |
H A 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
|
H A 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()
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A 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
|
/openbmc/linux/sound/soc/sof/amd/ |
H A 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
|
/openbmc/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
|
/openbmc/linux/scripts/kconfig/ |
H 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
|
/openbmc/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()
|
/openbmc/linux/drivers/misc/lkdtm/ |
H A 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() 470 const unsigned char *stack = task_stack_page(current); in lkdtm_STACK_GUARD_PAGE_LEADING() local 484 const unsigned char *stack = task_stack_page(current); in lkdtm_STACK_GUARD_PAGE_TRAILING() local
|
/openbmc/linux/arch/arm/kernel/ |
H A D | setup.c | 136 struct stack { struct 144 static struct stack stacks[NR_CPUS]; argument
|
/openbmc/libbej/include/libbej/ |
H A D | bej_encoder_json.hpp | 89 std::vector<void*> stack; member in libbej::BejEncoderJson
|
H A D | bej_decoder_json.hpp | 40 std::vector<BejStackProperty> stack; member in libbej::BejDecoderJson
|
/openbmc/qemu/tests/multiboot/ |
H A D | start.S | 51 stack: label
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_get_stack_rawtp_err.c | 11 __u64 stack[MAX_STACK_RAWTP]; in bpf_prog2() local
|