Home
last modified time | relevance | path

Searched refs:scr_el3 (Results 1 – 17 of 17) sorted by relevance

/tf-a-ffa_el3_spmc/lib/el3_runtime/aarch64/
A Dcontext_mgmt.c69 u_register_t scr_el3; in cm_setup_context() local
90 scr_el3 = read_scr(); in cm_setup_context()
97 scr_el3 |= SCR_NS_BIT; in cm_setup_context()
103 scr_el3 |= SCR_RW_BIT; in cm_setup_context()
110 scr_el3 |= SCR_ST_BIT; in cm_setup_context()
117 scr_el3 |= SCR_TERR_BIT; in cm_setup_context()
126 scr_el3 &= ~SCR_EA_BIT; in cm_setup_context()
131 scr_el3 |= SCR_FIEN_BIT; in cm_setup_context()
159 scr_el3 |= SCR_ATA_BIT; in cm_setup_context()
172 scr_el3 |= SCR_ATA_BIT; in cm_setup_context()
[all …]
A Dcontext.S714 mrs x10, scr_el3
790 mrs x0, scr_el3
900 msr scr_el3, x18
/tf-a-ffa_el3_spmc/bl31/
A Dinterrupt_mgmt.c39 u_register_t scr_el3[2]; member
83 u_register_t scr_el3; in get_scr_el3_from_routing_model() local
86 scr_el3 = intr_type_descs[INTR_TYPE_NS].scr_el3[security_state]; in get_scr_el3_from_routing_model()
87 scr_el3 |= intr_type_descs[INTR_TYPE_S_EL1].scr_el3[security_state]; in get_scr_el3_from_routing_model()
88 scr_el3 |= intr_type_descs[INTR_TYPE_EL3].scr_el3[security_state]; in get_scr_el3_from_routing_model()
89 return scr_el3; in get_scr_el3_from_routing_model()
106 intr_type_descs[type].scr_el3[security_state] = (u_register_t)flag << bit_pos; in set_scr_el3_from_rm()
/tf-a-ffa_el3_spmc/plat/arm/common/
A Darm_common.c200 u_register_t scr_el3; in plat_sdei_validate_entry_point() local
203 scr_el3 = read_scr_el3(); in plat_sdei_validate_entry_point()
204 write_scr_el3(scr_el3 | SCR_NS_BIT); in plat_sdei_validate_entry_point()
225 write_scr_el3(scr_el3); in plat_sdei_validate_entry_point()
/tf-a-ffa_el3_spmc/plat/renesas/common/
A Dplat_pm.c60 u_register_t scr_el3 = read_scr_el3(); in rcar_cpu_standby() local
62 write_scr_el3(scr_el3 | SCR_IRQ_BIT); in rcar_cpu_standby()
65 write_scr_el3(scr_el3); in rcar_cpu_standby()
/tf-a-ffa_el3_spmc/lib/cpus/aarch64/
A Dwa_cve_2017_5715_bpiall.S48 mrs x5, scr_el3
81 msr scr_el3, xzr
275 msr scr_el3, x5
/tf-a-ffa_el3_spmc/bl1/aarch64/
A Dbl1_exceptions.S157 mrs x30, scr_el3
272 mrs x18, scr_el3
/tf-a-ffa_el3_spmc/bl31/aarch64/
A Dea_delegate.S253 mrs x4, scr_el3
303 msr scr_el3, x3
A Druntime_exceptions.S268 mrs x2, scr_el3
499 mrs x18, scr_el3
A Dcrash_reporting.S392 mrs x8, scr_el3
/tf-a-ffa_el3_spmc/plat/nxp/common/sip_svc/aarch64/
A Dsipsvc.S60 msr scr_el3, x0
/tf-a-ffa_el3_spmc/drivers/arm/gic/v3/
A Dgicv3_main.c281 u_register_t scr_el3; in gicv3_cpuif_enable() local
304 scr_el3 = read_scr_el3(); in gicv3_cpuif_enable()
310 write_scr_el3(scr_el3 | SCR_NS_BIT); in gicv3_cpuif_enable()
318 write_scr_el3(scr_el3 & (~SCR_NS_BIT)); in gicv3_cpuif_enable()
/tf-a-ffa_el3_spmc/include/arch/aarch64/
A Del3_common_macros.S91 msr scr_el3, x0
A Darch_helpers.h367 DEFINE_SYSREG_RW_FUNCS(scr_el3) in DEFINE_SYSREG_READ_FUNC()
/tf-a-ffa_el3_spmc/plat/nxp/common/psci/aarch64/
A Dpsci_utils.S258 msr scr_el3, x4
/tf-a-ffa_el3_spmc/docs/design/
A Dinterrupt-framework-design.rst236 uint32_t scr_el3[2];
248 The ``scr_el3[2]`` field also stores the routing model but as a mapping of the
A Dfirmware-design.rst1217 scr_el3 = 0x000000000003073d

Completed in 26 milliseconds