Searched refs:actlr_elx (Results 1 – 3 of 3) sorted by relevance
350 uint64_t actlr_elx; in tegra_soc_pwr_domain_on_finish() local359 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 …]
244 uint64_t actlr_elx; in plat_early_platform_setup() local325 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()
59 u_register_t sctlr_elx, actlr_elx; in setup_el1_context() local111 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()