Searched refs:midr_to_model (Results 1 – 4 of 4) sorted by relevance
144 const CpuModel model = midr_to_model(midr); in init_cpu_isa_from_hwcaps()156 const CpuModel model = midr_to_model(midr); in init_cpu_isa_from_regs()
331 [](uint32_t midr) -> CpuModel { return midr_to_model(midr); }); in build()351 std::vector<CpuModel> cpus_model(1, midr_to_model(midr)); in build()
52 CpuModel midr_to_model(uint32_t midr);
80 CpuModel midr_to_model(uint32_t midr) in midr_to_model() function