\
\ Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
\ Use is subject to license terms.
\
\ CDDL HEADER START
\
\ The contents of this file are subject to the terms of the
\ Common Development and Distribution License, Version 1.0 only
\ (the "License").  You may not use this file except in compliance
\ with the License.
\
\ You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
\ or http://www.opensolaris.org/os/licensing.
\ See the License for the specific language governing permissions
\ and limitations under the License.
\
\ When distributing Covered Code, include this CDDL HEADER in each
\ file and include the License file at usr/src/OPENSOLARIS.LICENSE.
\ If applicable, add the following below this CDDL HEADER, with the
\ fields enclosed by brackets "[]" replaced with your own identifying
\ information: Portions Copyright [yyyy] [name of copyright owner]
\
\ CDDL HEADER END
\
\ ident	"%Z%%M%	%I%	%E% SMI"
\
\ Keep in sync with kaif_regs.h
\

#include "kaif_regs.h"

kaif_crumb_t	KRM_SIZE
		krm_src
		krm_pc
		krm_tt
		krm_flag

kaif_cpusave_t	KRS_SIZE
		krs_gregs
		krs_rwins
		krs_fpregs
		krs_tstate
		krs_mmu_pcontext
		krs_cpu_state
		krs_cpu_id
		krs_instr_save
		krs_lsucr_save
		krs_curcrumbidx
		krs_curcrumb
		krs_crumbs
		krs_cpustack

mdb_tgt_gregset_t GREG_SIZE
		kregs				GREG_KREGS
		kreg_flags			GREG_FLAGS

mdb_t
		m_kdi				MDB_KDI

kdi_t
		kdi_mach.mkdi_cpu_index		MKDI_CPU_INDEX

kreg_t		KREG_SIZE

\#define	KREG_OFF(name)	(name << 3)

rwindow		RWIN_SIZE

kfpu_t
		fpu_fprs
		fpu_fsr