Home
last modified time | relevance | path

Searched refs:HWRPB_ADDR (Results 1 – 11 of 11) sorted by relevance

/openbsd/sys/arch/alpha/stand/nboot/
H A Dmachdep.c80 r = (struct rpb *)HWRPB_ADDR; in main()
81 mddtp = (struct mddt *)(HWRPB_ADDR + r->rpb_memdat_off); in main()
157 bootinfo_v1.hwrpb = (void *)HWRPB_ADDR; in run_loadfile()
158 bootinfo_v1.hwrpbsize = ((struct rpb *)HWRPB_ADDR)->rpb_size; in run_loadfile()
202 ((struct rpb *)HWRPB_ADDR)->rpb_cc_freq) + 1; in getsecs()
206 ((struct rpb *)HWRPB_ADDR)->rpb_cc_freq, wrapsecs); in getsecs()
214 tnsec += ((curpcc - lastpcc) * 1000000000) / ((struct rpb *)HWRPB_ADDR)->rpb_cc_freq; in getsecs()
H A Dprom.c43 r = (struct rpb *)HWRPB_ADDR; in init_prom_calls()
H A Dprom_swpal.S85 ldiq s0, HWRPB_ADDR /* s0 HWRPB_ADDR */
/openbsd/sys/arch/alpha/stand/netboot/
H A Dgetsecs.c21 ((struct rpb *)HWRPB_ADDR)->rpb_cc_freq) + 1; in getsecs()
25 ((struct rpb *)HWRPB_ADDR)->rpb_cc_freq, wrapsecs); in getsecs()
33 tnsec += ((curpcc - lastpcc) * 1000000000) / ((struct rpb *)HWRPB_ADDR)->rpb_cc_freq; in getsecs()
/openbsd/sys/arch/alpha/stand/boot/
H A Dboot.c128 r = (struct rpb *)HWRPB_ADDR; in main()
129 mddtp = (struct mddt *)(HWRPB_ADDR + r->rpb_memdat_off); in main()
170 bootinfo_v1.hwrpb = (void *)HWRPB_ADDR; in main()
171 bootinfo_v1.hwrpbsize = ((struct rpb *)HWRPB_ADDR)->rpb_size; in main()
H A Dprom_swpal.S85 ldiq s0, HWRPB_ADDR /* s0 HWRPB_ADDR */
/openbsd/sys/arch/alpha/stand/
H A DOSFpal.c48 r = (struct rpb *)HWRPB_ADDR; in OSFpal()
H A Dloadfile_subr.c38 struct rpb *hwrpb = (struct rpb *)HWRPB_ADDR; in check_phdr()
H A Dprom.c47 r = (struct rpb *)HWRPB_ADDR; in init_prom_calls()
/openbsd/sys/arch/alpha/alpha/
H A Dmachdep.c271 ((struct rpb *)HWRPB_ADDR)->rpb_phys;
273 ((struct rpb *)HWRPB_ADDR)->rpb_size;
298 bootinfo.hwrpb_phys = ((struct rpb *)HWRPB_ADDR)->rpb_phys;
299 bootinfo.hwrpb_size = ((struct rpb *)HWRPB_ADDR)->rpb_size;
300 init_prom_interface((struct rpb *)HWRPB_ADDR);
/openbsd/sys/arch/alpha/include/
H A Drpb.h39 #define HWRPB_ADDR 0x10000000 /* virtual address, at boot */ macro