Home
last modified time | relevance | path

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

1234567

/linux/lib/
H A Dstackdepot.c364 struct stack_record *stack; in depot_pop_free_pool() local
399 struct stack_record *stack; in depot_pop_free() local
437 struct stack_record *stack = NULL; in depot_alloc_stack() local
501 struct stack_record *stack; in depot_fetch_stack() local
524 static void depot_free_stack(struct stack_record *stack) in depot_free_stack()
596 struct stack_record *stack, *ret = NULL; in find_stack() local
763 struct stack_record *stack; in stack_depot_fetch() local
790 struct stack_record *stack; in stack_depot_put() local
808 void stack_depot_print(depot_stack_handle_t stack) in stack_depot_print()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbuild_id.c10 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 Ddomain.c94 match_component(struct aa_profile * profile,struct aa_profile * tp,bool stack,aa_state_t state) match_component() argument
129 label_compound_match(struct aa_profile * profile,struct aa_label * label,bool stack,aa_state_t state,bool inview,u32 request,struct aa_perms * perms) label_compound_match() argument
191 label_components_match(struct aa_profile * profile,struct aa_label * label,bool stack,aa_state_t start,bool inview,u32 request,struct aa_perms * perms) label_components_match() argument
255 label_match(struct aa_profile * profile,struct aa_label * label,bool stack,aa_state_t state,bool inview,u32 request,struct aa_perms * perms) label_match() argument
289 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
575 struct aa_label *stack = NULL; x_to_label() local
794 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
869 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
1355 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
1397 bool stack = flags & AA_CHANGE_STACK; aa_change_profile() local
[all...]
/linux/tools/testing/selftests/mm/
H A Dpkey_sighandler_tests.c80 static inline long clone_raw(unsigned long flags, void *stack, in clone_raw()
179 stack_t *stack = ptr; in thread_segv_maperr_ptr() local
286 void *stack; in test_sigsegv_handler_with_different_pkey_for_stack() local
405 stack_t *stack = ptr; in thread_sigusr2_self() local
442 void *stack; in test_pkru_sigreturn() local
/linux/mm/
H A Dpage_owner.c39 struct stack { struct
41 struct stack *next; argument
53 struct stack *stack; member
178 struct stack *stack; in add_stack_record_to_list() local
40 stack_recordstack global() argument
857 struct stack *stack; stack_start() local
880 struct stack *stack = v; stack_next() local
895 struct stack *stack = v; stack_print() local
[all...]
/linux/arch/openrisc/kernel/
H A 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()
/linux/tools/perf/util/annotate-arch/
H A Dannotate-x86.c372 struct type_state_stack *stack; update_insn_state_x86() local
558 struct type_state_stack *stack; update_insn_state_x86() local
735 struct type_state_stack *stack; update_insn_state_x86() local
[all...]
/linux/arch/loongarch/kernel/
H A Dprocess.c261 in_irq_stack(unsigned long stack,struct stack_info * info) in_irq_stack() argument
282 in_task_stack(unsigned long stack,struct task_struct * task,struct stack_info * info) in_task_stack() argument
299 get_stack_info(unsigned long stack,struct task_struct * task,struct stack_info * info) get_stack_info() argument
[all...]
/linux/arch/powerpc/kernel/
H A Dstacktrace.c44 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/net/netfilter/
H A Dnf_flow_table_path.c49 struct net_device_path_stack *stack) in nft_dev_fill_forward_path() argument
93 nft_dev_path_info(const struct net_device_path_stack * stack,struct nft_forward_info * info,unsigned char * ha,struct nf_flowtable * flowtable) nft_dev_path_info() argument
250 struct net_device_path_stack stack; nft_dev_forward_path() local
/linux/arch/arm/kernel/
H A Dsetup.c136 struct stack { struct
144 static struct stack stacks[NR_CPUS]; argument
/linux/scripts/kconfig/
H A Dsymbol.c1089 static void dep_stack_insert(struct dep_stack *stack, struct symbol *sym) in dep_stack_insert()
1113 struct dep_stack *stack; in sym_check_print_recursive() local
1218 struct dep_stack stack; in sym_check_sym_deps() local
1265 struct dep_stack stack; in sym_check_choice_deps() local
1321 struct dep_stack stack; in sym_check_deps() local
/linux/tools/testing/selftests/arm64/gcs/
H A Dlibc-gcs.c304 unsigned long *stack; in FIXTURE() local
456 unsigned long *stack = self->stack; in TEST_F() local
480 unsigned long *stack = self->stack; in TEST_F() local
634 void *stack; in TEST_F() local
645 unsigned long *stack; in FIXTURE() local
/linux/sound/soc/sof/amd/
H A Dacp-common.c62 u32 *stack, size_t stack_words) in amd_get_registers() argument
94 u32 stack[AMD_STACK_DUMP_SIZE]; in amd_sof_dump() local
[all...]
/linux/arch/um/os-Linux/skas/
H A Dprocess.c448 void *stack; in start_userspace() local
793 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() argument
819 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread()
/linux/drivers/misc/lkdtm/
H A Dbugs.c190 __lkdtm_CORRUPT_STACK(void * stack) __lkdtm_CORRUPT_STACK() argument
238 __lkdtm_REPORT_STACK_CANARY(void * stack) __lkdtm_REPORT_STACK_CANARY() argument
651 const unsigned char *stack = task_stack_page(current); lkdtm_STACK_GUARD_PAGE_LEADING() local
665 const unsigned char *stack = task_stack_page(current); lkdtm_STACK_GUARD_PAGE_TRAILING() local
[all...]
/linux/mm/kmsan/
H A Dinit.c149 static void smallstack_push(struct smallstack *stack, struct page *pages) in smallstack_push()
157 static struct page *smallstack_pop(struct smallstack *stack) in smallstack_pop()
/linux/tools/perf/util/
H A Dannotate-data.c185 struct type_state_stack *stack, *tmp; exit_type_state() local
566 struct type_state_stack *stack; find_stack_state() local
579 set_stack_state(struct type_state_stack * stack,int offset,u8 kind,Dwarf_Die * type_die,int ptr_offset) set_stack_state() argument
621 struct type_state_stack *stack = find_stack_state(state, offset); findnew_stack_state() local
884 struct type_state_stack *stack; update_var_state() local
1235 struct type_state_stack *stack; check_matching_type() local
1268 struct type_state_stack *stack; check_matching_type() local
[all...]
/linux/sound/soc/sof/intel/
H A Datom.c38 u32 *stack, size_t stack_words) in atom_get_registers() argument
65 u32 stack[STACK_DUMP_SIZE]; in atom_dump() local
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_get_stack_rawtp_err.c11 __u64 stack[MAX_STACK_RAWTP]; in bpf_prog2() local
/linux/arch/xtensa/include/asm/
H A Dsmp.h18 unsigned long stack; member
/linux/tools/testing/selftests/proc/
H A Dthread-self.c51 void *stack; in main() local
/linux/arch/um/kernel/
H A Dsysrq.c29 void show_stack(struct task_struct *task, unsigned long *stack, in show_stack()
/linux/arch/x86/kernel/
H A Drethook.c119 unsigned long *stack = (unsigned long *)regs->sp; in arch_rethook_prepare() local
/linux/sound/soc/sof/imx/
H A Dimx-common.c31 u32 *stack, size_t stack_words) in imx8_get_registers() argument
62 u32 stack[IMX8_STACK_DUMP_SIZE]; in imx8_dump() local
[all...]

1234567