root/include/asm-alpha/hwrpb.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


   1 #ifndef _HWRPB_H
   2 #define _HWRPB_H
   3 
   4 #define INIT_HWRPB ((struct hwrpb_struct *) 0x10000000)
   5 
   6 /*
   7  * DEC processor types for Alpha systems.  Found in HWRPB.
   8  * These values are architected.
   9  */
  10 
  11 #define EV3_CPU                 1       /* EV3                  */
  12 #define EV4_CPU                 2       /* EV4 (21064)          */
  13 #define LCA4_CPU                4       /* LCA4 (21066/21068)   */
  14 #define EV5_CPU                 5       /* EV5 (21164)          */
  15 #define EV45_CPU                6       /* EV4.5 (21064/xxx)    */
  16 
  17 /*
  18  * DEC system types for Alpha systems.  Found in HWRPB.
  19  * These values are architected.
  20  */
  21 
  22 #define ST_ADU                    1     /* Alpha ADU systype    */
  23 #define ST_DEC_4000               2     /* Cobra systype        */
  24 #define ST_DEC_7000               3     /* Ruby systype         */
  25 #define ST_DEC_3000_500           4     /* Flamingo systype     */
  26 #define ST_DEC_2000_300           6     /* Jensen systype       */
  27 #define ST_DEC_3000_300           7     /* Pelican systype      */
  28 #define ST_DEC_2100_A500          9     /* Sable systype        */
  29 #define ST_DEC_AXPVME_64         10     /* AXPvme system type   */
  30 #define ST_DEC_AXPPCI_33         11     /* NoName system type   */
  31 #define ST_DEC_TLASER            12     /* Turbolaser systype   */
  32 #define ST_DEC_2100_A50          13     /* Avanti systype       */
  33 #define ST_DEC_MUSTANG           14     /* Mustang systype      */
  34 #define ST_DEC_ALCOR             15     /* Alcor (EV5) systype  */
  35 #define ST_DEC_1000              17     /* Mikasa systype       */
  36 #define ST_DEC_EB66              19     /* EB66 systype         */
  37 #define ST_DEC_EB64P             20     /* EB64+ systype        */
  38 #define ST_DEC_EB66P            -19     /* EB66 systype         */
  39 #define ST_DEC_EBPC64           -20     /* Cabriolet (AlphaPC64) systype */
  40 
  41 struct pcb_struct {
  42         unsigned long ksp;
  43         unsigned long usp;
  44         unsigned long ptbr;
  45         unsigned int pcc;
  46         unsigned int asn;
  47         unsigned long unique;
  48         unsigned long flags;
  49         unsigned long res1, res2;
  50 };
  51 
  52 struct percpu_struct {
  53         unsigned long hwpcb[16];
  54         unsigned long flags;
  55         unsigned long pal_mem_size;
  56         unsigned long pal_scratch_size;
  57         unsigned long pal_mem_pa;
  58         unsigned long pal_scratch_pa;
  59         unsigned long pal_revision;
  60         unsigned long type;
  61         unsigned long variation;
  62         unsigned long revision;
  63         unsigned long serial_no[2];
  64         unsigned long logout_area_pa;
  65         unsigned long logout_area_len;
  66         unsigned long halt_PCBB;
  67         unsigned long halt_PC;
  68         unsigned long halt_PS;
  69         unsigned long halt_arg;
  70         unsigned long halt_ra;
  71         unsigned long halt_pv;
  72         unsigned long halt_reason;
  73         unsigned long res;
  74         unsigned long ipc_buffer[21];
  75         unsigned long palcode_avail[16];
  76         unsigned long compatibility;
  77 };
  78 
  79 struct procdesc_struct {
  80         unsigned long weird_vms_stuff;
  81         unsigned long address;
  82 };
  83 
  84 struct vf_map_struct {
  85         unsigned long va;
  86         unsigned long pa;
  87         unsigned long count;
  88 };
  89 
  90 struct crb_struct {
  91         struct procdesc_struct * dispatch_va;
  92         struct procdesc_struct * dispatch_pa;
  93         struct procdesc_struct * fixup_va;
  94         struct procdesc_struct * fixup_pa;
  95         /* virtual->physical map */
  96         unsigned long map_entries;
  97         unsigned long map_pages;
  98         struct vf_map_struct map[1];
  99 };
 100 
 101 struct memclust_struct {
 102         unsigned long start_pfn;
 103         unsigned long numpages;
 104         unsigned long numtested;
 105         unsigned long bitmap_va;
 106         unsigned long bitmap_pa;
 107         unsigned long bitmap_chksum;
 108         unsigned long usage;
 109 };
 110 
 111 struct memdesc_struct {
 112         unsigned long chksum;
 113         unsigned long optional_pa;
 114         unsigned long numclusters;
 115         struct memclust_struct cluster[0];
 116 };
 117 
 118 struct hwrpb_struct {
 119         unsigned long phys_addr;        /* check: physical address of the hwrpb */
 120         unsigned long id;               /* check: "HWRPB\0\0\0" */
 121         unsigned long revision; 
 122         unsigned long size;             /* size of hwrpb */
 123         unsigned long cpuid;
 124         unsigned long pagesize;         /* 8192, I hope */
 125         unsigned long pa_bits;          /* number of physical address bits */
 126         unsigned long max_asn;
 127         unsigned char ssn[16];          /* system serial number: big bother is watching */
 128         unsigned long sys_type;
 129         unsigned long sys_variation;
 130         unsigned long sys_revision;
 131         unsigned long intr_freq;        /* interval clock frequency * 4096 */
 132         unsigned long cycle_freq;       /* cycle counter frequency */
 133         unsigned long vptb;             /* Virtual Page Table Base address */
 134         unsigned long res1;
 135         unsigned long tbhb_offset;      /* Translation Buffer Hint Block */
 136         unsigned long nr_processors;
 137         unsigned long processor_size;
 138         unsigned long processor_offset;
 139         unsigned long ctb_nr;
 140         unsigned long ctb_size;         /* console terminal block size */
 141         unsigned long ctbt_offset;      /* console terminal block table offset */
 142         unsigned long crb_offset;       /* console callback routine block */
 143         unsigned long mddt_offset;      /* memory data descriptor table */
 144         unsigned long cdb_offset;       /* configuration data block (or NULL) */
 145         unsigned long frut_offset;      /* FRU table (or NULL) */
 146         void (*save_terminal)(unsigned long);
 147         unsigned long save_terminal_data;
 148         void (*restore_terminal)(unsigned long);
 149         unsigned long restore_terminal_data;
 150         void (*CPU_restart)(unsigned long);
 151         unsigned long CPU_restart_data;
 152         unsigned long res2;
 153         unsigned long res3;
 154         unsigned long chksum;
 155         unsigned long rxrdy;
 156         unsigned long txrdy;
 157         unsigned long dsrdbt_offset;    /* "Dynamic System Recognition Data Block Table" Whee */
 158 };
 159 
 160 #endif

/* [previous][next][first][last][top][bottom][index][help] */