Searched refs:impl (Results 1 – 8 of 8) sorted by relevance
65 uint32_t impl, cpu; in plat_sip_handler() local130 impl = ((uint32_t)x2 >> MIDR_IMPL_SHIFT) & MIDR_IMPL_MASK; in plat_sip_handler()137 base = (impl == DENVER_IMPL) ? TEGRA_DENVER_ACTMON_CTR_BASE : in plat_sip_handler()
375 uint64_t impl, val; in tegra_soc_pwr_domain_on_finish() local378 impl = (read_midr() >> MIDR_IMPL_SHIFT) & MIDR_IMPL_MASK; in tegra_soc_pwr_domain_on_finish()384 if ((plat_params->l2_ecc_parity_prot_dis != 1) && (impl != DENVER_IMPL)) { in tegra_soc_pwr_domain_on_finish()438 uint64_t impl = (read_midr() >> MIDR_IMPL_SHIFT) & (uint64_t)MIDR_IMPL_MASK; in tegra_soc_pwr_domain_off() local443 if (impl == DENVER_IMPL) { in tegra_soc_pwr_domain_off()
188 uint64_t impl, val; in plat_early_platform_setup() local204 impl = (read_midr() >> MIDR_IMPL_SHIFT) & (uint64_t)MIDR_IMPL_MASK; in plat_early_platform_setup()211 (impl != (uint64_t)DENVER_IMPL)) { in plat_early_platform_setup()
117 unsigned long long impl; in arm_execution_state_switch() local123 impl = from_el2 ? el_implemented(2) : el_implemented(1); in arm_execution_state_switch()124 if (impl != EL_IMPL_A64_A32) in arm_execution_state_switch()
118 uint64_t impl = (read_midr() >> MIDR_IMPL_SHIFT) & MIDR_IMPL_MASK; in mce_get_curr_cpu_ari_base() local127 if (impl == DENVER_IMPL) { in mce_get_curr_cpu_ari_base()138 uint64_t impl = (read_midr() >> MIDR_IMPL_SHIFT) & in mce_get_curr_cpu_ops() local148 if (impl == DENVER_IMPL) { in mce_get_curr_cpu_ops()
207 uint64_t impl = (read_midr() >> MIDR_IMPL_SHIFT) & MIDR_IMPL_MASK; in nvg_online_core() local220 if ((impl == DENVER_IMPL) && ((core == 2U) || (core == 3U))) { in nvg_online_core()
330 uint64_t impl = (read_midr() >> MIDR_IMPL_SHIFT) & MIDR_IMPL_MASK; in ari_online_core() local344 if ((impl == DENVER_IMPL) && ((core == 2U) || (core == 3U))) { in ari_online_core()
468 uint64_t impl = (read_midr() >> MIDR_IMPL_SHIFT) & MIDR_IMPL_MASK; in tegra_soc_pwr_domain_off() local474 if (impl == DENVER_IMPL) { in tegra_soc_pwr_domain_off()
Completed in 10 milliseconds