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

/netbsd-current/sys/arch/emips/stand/common/
H A Dprom_iface.c180 struct _Pmt *Pmt; local
196 for (Pmt = ThePmt;;Pmt--) {
197 tag = Pmt->Tag;
198 //printf("PMT @%x tag=%x\n",Pmt,tag);
205 Ram = (ram_controller_t)(Pmt->TopOfPhysicalAddress << 16);
250 for (Pmt = ThePmt;;Pmt--) {
251 tag = Pmt->Tag;
252 //printf("PMT @%x tag=%x\n",Pmt,ta
[all...]
/netbsd-current/sys/arch/emips/emips/
H A Dmachdep.c645 struct _Pmt *Pmt = ThePmt; local
653 for (i = 0; i < VM_PHYSSEG_MAX; Pmt--) {
654 uint16_t tag = Pmt->Tag;
666 ram = (struct _Sram *)(Pmt->TopOfPhysicalAddress << 16);

Completed in 73 milliseconds