Home
last modified time | relevance | path

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

/trusted-firmware-a/plat/nvidia/tegra/soc/t194/
A Dplat_psci_handlers.c350 uint64_t actlr_elx; in tegra_soc_pwr_domain_on_finish() local
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()
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()
456 write_actlr_el2(actlr_elx); in tegra_soc_pwr_domain_on_finish()
458 actlr_elx = read_actlr_el1(); in tegra_soc_pwr_domain_on_finish()
[all …]
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()
/trusted-firmware-a/lib/el3_runtime/aarch64/
A Dcontext_mgmt.c76 u_register_t sctlr_elx, actlr_elx; in cm_setup_context() local
344 actlr_elx = read_actlr_el1(); in cm_setup_context()
345 write_ctx_reg((get_el1_sysregs_ctx(ctx)), (CTX_ACTLR_EL1), (actlr_elx)); in cm_setup_context()

Completed in 7 milliseconds