Home | History | Annotate | Download | only in include

Lines Matching defs:frame

1 /*	$NetBSD: frame.h,v 1.11 2022/02/15 20:35:37 palle Exp $ */
40 * @(#)frame.h 8.1 (Berkeley) 6/11/93
51 * Sparc stack frame format.
53 * Note that the contents of each stack frame may be held only in
55 * of the frame, you must first force the kernel to write any such
60 struct frame {
63 struct frame *fr_fp; /* space to save frame pointer (%i6) */
77 uint32_t fr_fp; /* space to save frame pointer (%i6) */
91 * CCFSZ (C Compiler Frame SiZe) is the size of a stack frame required if
93 * their frame with space to hold arguments 0 through 5 (plus some junk),
100 * Sparc v9 stack frame format.
102 * Note that the contents of each stack frame may be held only in
104 * of the frame, you must first force the kernel to write any such
107 * V9 frames have an odd bias, so you can tell a v9 frame from
108 * a v8 frame by testing the stack pointer's lsb.
114 uint64_t fr_fp; /* space to save frame pointer (%i6) */
127 * CC64FSZ (C Compiler 64-bit Frame SiZe) is the size of a stack frame used