Home
last modified time | relevance | path

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

/NextBSD/sys/vm/
HDredzone.c109 stack_save(&st); in redzone_setup()
158 stack_save(&fst); in redzone_check()
177 stack_save(&fst); in redzone_check()
/NextBSD/sys/arm64/arm64/
HDstack_machdep.c83 stack_save(struct stack *st) in stack_save() function
92 frame.pc = (uint64_t)stack_save; in stack_save()
/NextBSD/sys/x86/x86/
HDstack_machdep.c132 stack_save(st); in stack_save_td_running()
158 stack_save(struct stack *st) in stack_save() function
/NextBSD/sys/arm/arm/
HDstack_machdep.c82 stack_save(struct stack *st) in stack_save() function
/NextBSD/sys/sys/
HDstack.h61 void stack_save(struct stack *);
/NextBSD/sys/geom/
HDgeom_io.c156 stack_save(&st); in g_new_bio()
174 stack_save(&st); in g_alloc_bio()
189 stack_save(&st); in g_destroy_bio()
231 stack_save(&st); in g_clone_bio()
260 stack_save(&st); in g_duplicate_bio()
/NextBSD/sys/powerpc/powerpc/
HDstack_machdep.c109 stack_save(struct stack *st) in stack_save() function
/NextBSD/sys/sparc64/sparc64/
HDstack_machdep.c93 stack_save(struct stack *st) in stack_save() function
/NextBSD/sys/dev/xen/debug/
HDdebug.c78 stack_save(&st); in xendebug_filter()
/NextBSD/sys/mips/mips/
HDstack_machdep.c153 stack_save(struct stack *st) in stack_save() function
/NextBSD/sys/cddl/compat/opensolaris/kern/
HDopensolaris_kmem.c85 stack_save(&i->stack); in zfs_kmem_alloc()
/NextBSD/sys/kern/
HDsubr_kdb.c378 stack_save(&st); in kdb_backtrace()
HDsubr_witness.c3011 stack_save(&data->wlod_stack); in witness_lock_order_add()
3048 stack_save(&st); in witness_debugger()
HDkern_lock.c83 #define STACK_SAVE(lk) stack_save(&(lk)->lk_stack)
/NextBSD/contrib/gcc/
HDbuiltins.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()
HDgimplify.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()
/NextBSD/share/man/man9/
HDMakefile1610 stack.9 stack_save.9 \
/NextBSD/sys/geom/journal/
HDg_journal.c280 stack_save(&mi->mi_stack); in gj_malloc()