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

  /src/sys/arch/arm/arm/
cpufunc.c 1320 static int arm_dcache_log2_nsets; variable in typeref:typename:int
1359 arm_dcache_log2_nsets =
1513 arm_dcache_log2_nsets = 6 + CPU_CT_xSIZE_SIZE(dsize) -
1678 (1U << (arm_dcache_log2_linesize + arm_dcache_log2_nsets)) -
1720 (1U << (arm_dcache_log2_linesize + arm_dcache_log2_nsets)) -
1739 arm_dcache_log2_nsets)) - armv5_dcache_sets_inc;

Completed in 12 milliseconds