Searched refs:get_sys_info (Results 1 – 1 of 1) sorted by relevance
57 static uint32_t get_sys_info(int type_specifier, const char* name) { in get_sys_info() function445 const uint32_t cacheline_size = get_sys_info(HW_CACHELINE, "HW_CACHELINE"); in cpuinfo_arm_mach_init()446 const uint32_t l1d_cache_size = get_sys_info(HW_L1DCACHESIZE, "HW_L1DCACHESIZE"); in cpuinfo_arm_mach_init()447 const uint32_t l1i_cache_size = get_sys_info(HW_L1ICACHESIZE, "HW_L1ICACHESIZE"); in cpuinfo_arm_mach_init()448 const uint32_t l2_cache_size = get_sys_info(HW_L2CACHESIZE, "HW_L2CACHESIZE"); in cpuinfo_arm_mach_init()449 const uint32_t l3_cache_size = get_sys_info(HW_L3CACHESIZE, "HW_L3CACHESIZE"); in cpuinfo_arm_mach_init()