NetBSD/sys/arch/powerpc/ibm4xx/genassym.cf
matt 107803a3a3 Re-arrange things in evbppc & powerpc to support OEA-based eval boards
in evbppc.  OEA-based board(s) to be added later.
2003-03-04 07:50:57 +00:00

140 lines
6.0 KiB
CFEngine3

# $NetBSD: genassym.cf,v 1.1 2003/03/04 07:51:03 matt Exp $
#
# Copyright (C) 1995, 1996 Wolfgang Solfrank.
# Copyright (C) 1995, 1996 TooLs GmbH.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
# 1. Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
# 3. All advertising materials mentioning features or use of this software
# must display the following acknowledgement:
# This product includes software developed by TooLs GmbH.
# 4. The name of TooLs GmbH may not be used to endorse or promote products
# derived from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY TOOLS GMBH ``AS IS'' AND ANY EXPRESS OR
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
# IN NO EVENT SHALL TOOLS GMBH BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
include <sys/param.h>
include <sys/time.h>
include <sys/proc.h>
include <uvm/uvm_extern.h>
include <machine/pcb.h>
include <machine/pmap.h>
define FRAMELEN FRAMELEN
define FRAME_0 offsetof(struct trapframe, fixreg[0])
define FRAME_1 offsetof(struct trapframe, fixreg[1])
define FRAME_2 offsetof(struct trapframe, fixreg[2])
define FRAME_3 offsetof(struct trapframe, fixreg[3])
define FRAME_LR offsetof(struct trapframe, lr)
define FRAME_CR offsetof(struct trapframe, cr)
define FRAME_CTR offsetof(struct trapframe, ctr)
define FRAME_XER offsetof(struct trapframe, xer)
define FRAME_SRR0 offsetof(struct trapframe, srr0)
define FRAME_SRR1 offsetof(struct trapframe, srr1)
define FRAME_DEAR offsetof(struct trapframe, dar)
define FRAME_EXC offsetof(struct trapframe, exc)
define FRAME_ESR offsetof(struct trapframe, tf_xtra[TF_ESR])
define FRAME_PID offsetof(struct trapframe, tf_xtra[TF_PID])
define IFRAMELEN IFRAMELEN
define IFRAME_R1 offsetof(struct intrframe, r1)
define IFRAME_SRR1 offsetof(struct intrframe, srr1)
define IFRAME_SRR0 offsetof(struct intrframe, srr0)
define IFRAME_PRI offsetof(struct intrframe, pri)
define IFRAME_INTR_DEPTH offsetof(struct intrframe, intrdepth)
define IFRAME_PID offsetof(struct intrframe, pid)
define IFRAME_CTR offsetof(struct intrframe, ctr)
define IFRAME_XER offsetof(struct intrframe, xer)
define IFRAME_CR offsetof(struct intrframe, cr)
define IFRAME_LR offsetof(struct intrframe, lr)
define IFRAME_R12 offsetof(struct intrframe, r12)
define IFRAME_R11 offsetof(struct intrframe, r11)
define IFRAME_R10 offsetof(struct intrframe, r10)
define IFRAME_R9 offsetof(struct intrframe, r9)
define IFRAME_R8 offsetof(struct intrframe, r8)
define IFRAME_R7 offsetof(struct intrframe, r7)
define IFRAME_R6 offsetof(struct intrframe, r6)
define IFRAME_R5 offsetof(struct intrframe, r5)
define IFRAME_R4 offsetof(struct intrframe, r4)
define IFRAME_R3 offsetof(struct intrframe, r3)
define IFRAME_R0 offsetof(struct intrframe, r0)
define SZ_BOARD_CFG_DATA sizeof(struct board_cfg_data)
define CALLFRAMELEN CALLFRAMELEN
define CFRAME_SP offsetof(struct callframe, sp)
define CFRAME_LR offsetof(struct callframe, lr)
define CFRAME_R30 offsetof(struct callframe, r30)
define CFRAME_R31 offsetof(struct callframe, r31)
define SFRAMELEN roundup(sizeof(struct switchframe), CALLFRAMELEN)
define SFRAME_SP offsetof(struct switchframe, sp)
define SFRAME_CR offsetof(struct switchframe, cr)
define SFRAME_R2 offsetof(struct switchframe, fixreg2)
define SFRAME_R19 offsetof(struct switchframe, fixreg[0])
define PCB_PMR offsetof(struct pcb, pcb_pmreal)
define PCB_SP offsetof(struct pcb, pcb_sp)
define PCB_SPL offsetof(struct pcb, pcb_spl)
define PCB_FAULT offsetof(struct pcb, pcb_onfault)
define PM_CTX offsetof(struct pmap, pm_ctx)
define L_FORW offsetof(struct lwp, l_forw)
define L_BACK offsetof(struct lwp, l_back)
define L_ADDR offsetof(struct lwp, l_addr)
define L_STAT offsetof(struct lwp, l_stat)
define L_CPU offsetof(struct lwp, l_cpu)
define L_PRIORITY offsetof(struct lwp, l_priority)
define L_PROC offsetof(struct lwp, l_proc)
define P_MD_SYSCALL offsetof(struct proc, p_md.md_syscall)
define LSONPROC LSONPROC
define CI_SIZE sizeof(struct cpu_info)
define CI_CURLWP offsetof(struct cpu_info, ci_curlwp)
define CI_CURPCB offsetof(struct cpu_info, ci_curpcb)
define CI_CURPM offsetof(struct cpu_info, ci_curpm)
define CI_IDLE_PCB offsetof(struct cpu_info, ci_idle_pcb)
define CI_ASTPENDING offsetof(struct cpu_info, ci_astpending)
define CI_WANT_RESCHED offsetof(struct cpu_info, ci_want_resched)
define CI_CPL offsetof(struct cpu_info, ci_cpl)
define CI_INTRDEPTH offsetof(struct cpu_info, ci_intrdepth)
define CI_INTSTK offsetof(struct cpu_info, ci_intstk)
define CI_SPILLSTK offsetof(struct cpu_info, ci_spillstk)
define CI_TEMPSAVE offsetof(struct cpu_info, ci_tempsave)
define CI_DDBSAVE offsetof(struct cpu_info, ci_ddbsave)
define CI_IPKDBSAVE offsetof(struct cpu_info, ci_ipkdbsave)
define CI_DISISAVE offsetof(struct cpu_info, ci_disisave)
define FB_PC offsetof(struct faultbuf, fb_pc)
define FB_SP offsetof(struct faultbuf, fb_sp)
define FB_R2 offsetof(struct faultbuf, fb_r2)
define FB_CR offsetof(struct faultbuf, fb_cr)
define FB_FIXREG offsetof(struct faultbuf, fb_fixreg)
define CACHELINESIZE CACHELINESIZE
define CPU_CI offsetof(struct cpu_info, ci_ci)