Home
last modified time | relevance | path

Searched refs:Pmt (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/emips/stand/common/
H A Dprom_iface.c180 struct _Pmt *Pmt; in init_memory() local
196 for (Pmt = ThePmt;;Pmt--) { in init_memory()
197 tag = Pmt->Tag; in init_memory()
205 Ram = (ram_controller_t)(Pmt->TopOfPhysicalAddress << 16); in init_memory()
250 for (Pmt = ThePmt;;Pmt--) { in init_memory()
251 tag = Pmt->Tag; in init_memory()
259 Ram = (ram_controller_t)(Pmt->TopOfPhysicalAddress << 16); in init_memory()
300 for (Pmt = ThePmt;;Pmt--) { in init_memory()
301 tag = Pmt->Tag; in init_memory()
307 Ram = (ram_controller_t)(Pmt->TopOfPhysicalAddress << 16); in init_memory()
/netbsd-src/sys/arch/emips/emips/
H A Dmachdep.c645 struct _Pmt *Pmt = ThePmt; in memsize_pmt() local
653 for (i = 0; i < VM_PHYSSEG_MAX; Pmt--) { in memsize_pmt()
654 uint16_t tag = Pmt->Tag; in memsize_pmt()
666 ram = (struct _Sram *)(Pmt->TopOfPhysicalAddress << 16); in memsize_pmt()