HomeSort by: relevance | last modified time | path
    Searched refs:PageCount (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/sgimips/sgimips/
arcemu.c 497 am.PageCount = 2;
538 am.PageCount = 894;
545 am.PageCount = 128;
553 am.PageCount = 0;
555 am.PageCount = pages - 1024;
580 am.PageCount = 2;
618 am.PageCount = 0;
622 am.PageCount = PIC_MEMCFG_SIZ(memcfg) / ARCBIOS_PAGESIZE;
627 am.PageCount -= 2; /* won't overflow */
machdep.c 599 i, mem->Type, mem->BasePage, mem->PageCount);
616 last = trunc_page(first + mem->PageCount * ARCBIOS_PAGESIZE);
  /src/sys/arch/arc/arc/
arcbios.c 136 seg_end = seg_start + descr->PageCount * 4096;
160 bios_physmem += descr->PageCount * 4096;
arcbios.h 170 uint32_t PageCount; /* Number of pages */
  /src/sys/arch/prep/include/
residual.h 287 unsigned long PageCount; /* Page count measured in 4KB pages */
  /src/sys/dev/arcbios/
arcbios.h 281 uint32_t PageCount;
  /src/sys/arch/prep/prep/
residual.c 461 pc = be32toh(mem_map[i].PageCount);
462 printf(" PageCount = 0x%08lx (%ld page%s)\n",

Completed in 17 milliseconds