Searched refs:scr_el3 (Results 1 – 17 of 17) sorted by relevance
/tf-a-ffa_el3_spmc/lib/el3_runtime/aarch64/ |
A D | context_mgmt.c | 69 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 D | context.S | 714 mrs x10, scr_el3 790 mrs x0, scr_el3 900 msr scr_el3, x18
|
/tf-a-ffa_el3_spmc/bl31/ |
A D | interrupt_mgmt.c | 39 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 D | arm_common.c | 200 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 D | plat_pm.c | 60 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 D | wa_cve_2017_5715_bpiall.S | 48 mrs x5, scr_el3 81 msr scr_el3, xzr 275 msr scr_el3, x5
|
/tf-a-ffa_el3_spmc/bl1/aarch64/ |
A D | bl1_exceptions.S | 157 mrs x30, scr_el3 272 mrs x18, scr_el3
|
/tf-a-ffa_el3_spmc/bl31/aarch64/ |
A D | ea_delegate.S | 253 mrs x4, scr_el3 303 msr scr_el3, x3
|
A D | runtime_exceptions.S | 268 mrs x2, scr_el3 499 mrs x18, scr_el3
|
A D | crash_reporting.S | 392 mrs x8, scr_el3
|
/tf-a-ffa_el3_spmc/plat/nxp/common/sip_svc/aarch64/ |
A D | sipsvc.S | 60 msr scr_el3, x0
|
/tf-a-ffa_el3_spmc/drivers/arm/gic/v3/ |
A D | gicv3_main.c | 281 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 D | el3_common_macros.S | 91 msr scr_el3, x0
|
A D | arch_helpers.h | 367 DEFINE_SYSREG_RW_FUNCS(scr_el3) in DEFINE_SYSREG_READ_FUNC()
|
/tf-a-ffa_el3_spmc/plat/nxp/common/psci/aarch64/ |
A D | psci_utils.S | 258 msr scr_el3, x4
|
/tf-a-ffa_el3_spmc/docs/design/ |
A D | interrupt-framework-design.rst | 236 uint32_t scr_el3[2]; 248 The ``scr_el3[2]`` field also stores the routing model but as a mapping of the
|
A D | firmware-design.rst | 1217 scr_el3 = 0x000000000003073d
|
Completed in 26 milliseconds