Searched refs:impl (Results 1 – 9 of 9) sorted by relevance
/trusted-firmware-a-3.6.0-3.5.0/plat/nvidia/tegra/soc/t186/ |
D | plat_sip_calls.c | 65 uint32_t impl, cpu; in plat_sip_handler() local 130 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()
|
D | plat_psci_handlers.c | 375 uint64_t impl, val; in tegra_soc_pwr_domain_on_finish() local 378 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() 448 uint64_t impl = (read_midr() >> MIDR_IMPL_SHIFT) & (uint64_t)MIDR_IMPL_MASK; in tegra_soc_pwr_domain_off() local 453 if (impl == DENVER_IMPL) { in tegra_soc_pwr_domain_off()
|
D | plat_setup.c | 188 uint64_t impl, val; in plat_early_platform_setup() local 204 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()
|
/trusted-firmware-a-3.6.0-3.5.0/plat/arm/common/aarch64/ |
D | execution_state_switch.c | 117 unsigned long long impl; in arm_execution_state_switch() local 123 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()
|
/trusted-firmware-a-3.6.0-3.5.0/plat/nvidia/tegra/soc/t186/drivers/mce/ |
D | mce.c | 118 uint64_t impl = (read_midr() >> MIDR_IMPL_SHIFT) & MIDR_IMPL_MASK; in mce_get_curr_cpu_ari_base() local 127 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() local 148 if (impl == DENVER_IMPL) { in mce_get_curr_cpu_ops()
|
D | nvg.c | 207 uint64_t impl = (read_midr() >> MIDR_IMPL_SHIFT) & MIDR_IMPL_MASK; in nvg_online_core() local 220 if ((impl == DENVER_IMPL) && ((core == 2U) || (core == 3U))) { in nvg_online_core()
|
D | ari.c | 330 uint64_t impl = (read_midr() >> MIDR_IMPL_SHIFT) & MIDR_IMPL_MASK; in ari_online_core() local 344 if ((impl == DENVER_IMPL) && ((core == 2U) || (core == 3U))) { in ari_online_core()
|
/trusted-firmware-a-3.6.0-3.5.0/include/lib/libc/sys/ |
D | cdefs.h | 542 #define __sym_compat(sym,impl,verid) \ argument 543 __asm__(".symver " #impl ", " #sym "@" #verid) 544 #define __sym_default(sym,impl,verid) \ argument 545 __asm__(".symver " #impl ", " #sym "@@@" #verid) 554 #define __sym_compat(sym,impl,verid) \ argument 556 #define __sym_default(impl,sym,verid) \ argument
|
/trusted-firmware-a-3.6.0-3.5.0/plat/nvidia/tegra/soc/t194/ |
D | plat_psci_handlers.c | 478 uint64_t impl = (read_midr() >> MIDR_IMPL_SHIFT) & MIDR_IMPL_MASK; in tegra_soc_pwr_domain_off() local 484 if (impl == DENVER_IMPL) { in tegra_soc_pwr_domain_off()
|