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

  /src/sys/arch/hpc/stand/hpcboot/arm/
arm_arch.h 94 extern uint32_t dcachesize;
arm_sa1100.cpp 93 dcachesize = 8192;
94 DPRINTF((TEXT("D-cache size = %d\n"), dcachesize));
arm_pxa2x0.cpp 93 dcachesize = 32768 * 2;
94 DPRINTF((TEXT("D-cache size = %d\n"), dcachesize));
  /src/sys/arch/sparc64/sparc64/
cpu.c 490 int linesize, dcachesize, icachesize; local
606 dcachesize = cpu_dcache_size(node);
607 if (dcachesize > dcache_size)
608 dcache_size = dcachesize;
617 totalsize = dcachesize;

Completed in 26 milliseconds