Home
last modified time | relevance | path

Searched refs:TopOfPhysicalAddress (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/emips/stand/common/
H A Dprom_iface.c205 Ram = (ram_controller_t)(Pmt->TopOfPhysicalAddress << 16); in init_memory()
259 Ram = (ram_controller_t)(Pmt->TopOfPhysicalAddress << 16); in init_memory()
307 Ram = (ram_controller_t)(Pmt->TopOfPhysicalAddress << 16); in init_memory()
/netbsd-src/sys/arch/emips/emips/
H A Dmachdep.c666 ram = (struct _Sram *)(Pmt->TopOfPhysicalAddress << 16); in memsize_pmt()
/netbsd-src/sys/arch/emips/include/
H A Demipsreg.h69 volatile uint16_t TopOfPhysicalAddress; member