Home
last modified time | relevance | path

Searched refs:stack_save (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/sys/vm/
H A Dredzone.c111 stack_save(&st); in redzone_setup()
160 stack_save(&fst); in redzone_check()
179 stack_save(&fst); in redzone_check()
/freebsd-12.1/sys/riscv/riscv/
H A Dstack_machdep.c88 stack_save(struct stack *st) in stack_save() function
97 frame.pc = (uint64_t)stack_save; in stack_save()
/freebsd-12.1/sys/arm64/arm64/
H A Dstack_machdep.c83 stack_save(struct stack *st) in stack_save() function
92 frame.pc = (uint64_t)stack_save; in stack_save()
/freebsd-12.1/sys/x86/x86/
H A Dstack_machdep.c143 stack_save(st); in stack_save_td_running()
171 stack_save(struct stack *st) in stack_save() function
/freebsd-12.1/sys/arm/arm/
H A Dstack_machdep.c84 stack_save(struct stack *st) in stack_save() function
/freebsd-12.1/sys/sys/
H A Dstack.h63 void stack_save(struct stack *);
/freebsd-12.1/sys/powerpc/powerpc/
H A Dstack_machdep.c111 stack_save(struct stack *st) in stack_save() function
/freebsd-12.1/sys/sparc64/sparc64/
H A Dstack_machdep.c95 stack_save(struct stack *st) in stack_save() function
/freebsd-12.1/sys/geom/
H A Dgeom_io.c157 stack_save(&st); in g_new_bio()
175 stack_save(&st); in g_alloc_bio()
190 stack_save(&st); in g_destroy_bio()
238 stack_save(&st); in g_clone_bio()
267 stack_save(&st); in g_duplicate_bio()
/freebsd-12.1/sys/dev/xen/debug/
H A Ddebug.c78 stack_save(&st); in xendebug_filter()
/freebsd-12.1/sys/mips/mips/
H A Dstack_machdep.c153 stack_save(struct stack *st) in stack_save() function
/freebsd-12.1/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_kmem.c86 stack_save(&i->stack); in zfs_kmem_alloc()
/freebsd-12.1/sys/kern/
H A Dsubr_kdb.c414 stack_save(&st); in kdb_backtrace()
H A Dsubr_witness.c3039 stack_save(&data->wlod_stack); in witness_lock_order_add()
3076 stack_save(&st); in witness_debugger()
H A Dkern_lock.c85 #define STACK_SAVE(lk) stack_save(&(lk)->lk_stack)
/freebsd-12.1/sys/dev/ocs_fc/
H A Docs_os.c859 stack_save(&st); in ocs_print_stack()
/freebsd-12.1/contrib/gcc/
H A Dbuiltins.c623 rtx stack_save; in expand_builtin_setjmp_setup() local
647 stack_save = gen_rtx_MEM (sa_mode, in expand_builtin_setjmp_setup()
650 set_mem_alias_set (stack_save, setjmp_alias_set); in expand_builtin_setjmp_setup()
651 emit_stack_save (SAVE_NONLOCAL, &stack_save, NULL_RTX); in expand_builtin_setjmp_setup()
912 rtx stack_save; in expand_builtin_update_setjmp_buf() local
923 stack_save in expand_builtin_update_setjmp_buf()
934 emit_stack_save (SAVE_NONLOCAL, &stack_save, NULL_RTX); in expand_builtin_update_setjmp_buf()
H A Dgimplify.c1095 tree stack_save, stack_restore; in gimplify_bind_expr() local
1100 build_stack_save_restore (&stack_save, &stack_restore); in gimplify_bind_expr()
1107 append_to_statement_list (stack_save, &BIND_EXPR_BODY (bind_expr)); in gimplify_bind_expr()
/freebsd-12.1/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c2400 stack_save(&st); in linux_dump_stack()
/freebsd-12.1/share/man/man9/
H A DMakefile1957 stack.9 stack_save.9 \
/freebsd-12.1/sys/geom/journal/
H A Dg_journal.c285 stack_save(&mi->mi_stack); in gj_malloc()