HomeSort by: relevance | last modified time | path
    Searched defs:Pmt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/emips/stand/common/
prom_iface.c 166 /* Need to scan the PMT for all memory controllers
180 struct _Pmt *Pmt;
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--)
    [all...]
  /src/sys/arch/emips/emips/
machdep.c 645 struct _Pmt *Pmt = ThePmt;
650 * Build the RAM memory map from the PMT.
653 for (i = 0; i < VM_PHYSSEG_MAX; Pmt--) {
654 uint16_t tag = Pmt->Tag;
666 ram = (struct _Sram *)(Pmt->TopOfPhysicalAddress << 16);

Completed in 12 milliseconds