Home
last modified time | relevance | path

Searched refs:actlr_elx (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/nvidia/tegra/soc/t194/
H A Dplat_psci_handlers.c350 uint64_t actlr_elx; in tegra_soc_pwr_domain_on_finish() local
359 actlr_elx = read_el1_ctx_common((get_el1_sysregs_ctx(ctx)), actlr_el1); in tegra_soc_pwr_domain_on_finish()
360 actlr_elx &= ~DENVER_CPU_PMSTATE_MASK; in tegra_soc_pwr_domain_on_finish()
361 actlr_elx |= DENVER_CPU_PMSTATE_C1; in tegra_soc_pwr_domain_on_finish()
362 write_el1_ctx_common((get_el1_sysregs_ctx(ctx)), actlr_el1, actlr_elx); in tegra_soc_pwr_domain_on_finish()
450 actlr_elx = read_actlr_el3(); in tegra_soc_pwr_domain_on_finish()
451 actlr_elx |= DENVER_CPU_ENABLE_DUAL_EXEC_EL3; in tegra_soc_pwr_domain_on_finish()
452 write_actlr_el3(actlr_elx); in tegra_soc_pwr_domain_on_finish()
454 actlr_elx = read_actlr_el2(); in tegra_soc_pwr_domain_on_finish()
455 actlr_elx |= DENVER_CPU_ENABLE_DUAL_EXEC_EL2; in tegra_soc_pwr_domain_on_finish()
[all …]
H A Dplat_setup.c244 uint64_t actlr_elx; in plat_early_platform_setup() local
325 actlr_elx = read_actlr_el3(); in plat_early_platform_setup()
326 actlr_elx |= DENVER_CPU_ENABLE_DUAL_EXEC_EL3; in plat_early_platform_setup()
327 write_actlr_el3(actlr_elx); in plat_early_platform_setup()
331 actlr_elx = read_actlr_el2(); in plat_early_platform_setup()
332 actlr_elx |= DENVER_CPU_ENABLE_DUAL_EXEC_EL2; in plat_early_platform_setup()
333 write_actlr_el2(actlr_elx); in plat_early_platform_setup()
337 actlr_elx = read_actlr_el1(); in plat_early_platform_setup()
338 actlr_elx |= DENVER_CPU_ENABLE_DUAL_EXEC_EL1; in plat_early_platform_setup()
339 write_actlr_el1(actlr_elx); in plat_early_platform_setup()
/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_mgmt.c59 u_register_t sctlr_elx, actlr_elx; in setup_el1_context() local
111 actlr_elx = read_actlr_el1(); in setup_el1_context()
112 write_el1_ctx_common(get_el1_sysregs_ctx(ctx), actlr_el1, actlr_elx); in setup_el1_context()