Home
last modified time | relevance | path

Searched defs:rpb (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/vax/include/
H A Drpb.h36 struct rpb { /* size description */ struct
37 struct rpb *rpb_base; /* 4 physical base address of block */ argument
38 void (*rpb_restart)(void);/* 4 physical address of restart routine */ argument
39 long rpb_chksum;/* 4 checksum of first 31 longwords of restart */ argument
40 long rpb_rstflg; /* 4 Restart in progress flag */ argument
41 long rpb_haltpc; /* 4 PC at HALT/restart */ argument
43 long rpb_haltpsl;/* 4 PSL at HALT/restart */ argument
44 long rpb_haltcode;/* 4 reason for restart */ argument
45 long rpb_bootr0;/* 24 Saved bootstrap parameters (R0 through R5) */ argument
46 long rpb_bootr1; argument
[all …]
/netbsd-src/sys/arch/alpha/include/
H A Drpb.h41 struct rpb { struct
42 uint64_t rpb_phys; /* 0: HWRPB phys. address. */ argument
43 char rpb_magic[8]; /* 8: "HWRPB" (in ASCII) */ argument
44 uint64_t rpb_version; /* 10 */ argument
45 uint64_t rpb_size; /* 18: HWRPB size in bytes */ argument
46 uint64_t rpb_primary_cpu_id; /* 20 */ argument
47 uint64_t rpb_page_size; /* 28: (8192) */ argument
48 uint32_t rpb_phys_addr_size; /* 30: physical address size */ argument
49 uint32_t rpb_extended_va_size; /* 34: extended VA size (4L) */ argument
50 uint64_t rpb_max_asn; /* 38: (16) */ argument
[all …]
/netbsd-src/sys/arch/alpha/alpha/
H A Dprom.c99 prom_init_cputype(const struct rpb * const rpb) in prom_init_cputype()
113 prom_check_qemu(const struct rpb * const rpb) in prom_check_qemu()
126 init_prom_interface(u_long ptb_pfn, struct rpb *rpb) in init_prom_interface()
/netbsd-src/sys/arch/vax/boot/xxboot/
H A Dbootxx.c78 struct rpb *rpb; variable