Home
last modified time | relevance | path

Searched refs:SCR_NS_BIT (Results 1 – 16 of 16) sorted by relevance

/tf-a-ffa_el3_spmc/lib/el3_runtime/aarch32/
A Dcontext_mgmt.c74 scr &= ~(SCR_NS_BIT | SCR_HCE_BIT); in cm_setup_context()
77 scr |= SCR_NS_BIT; in cm_setup_context()
191 write_scr(read_scr() | SCR_NS_BIT); in cm_prepare_el3_exit()
200 write_scr(read_scr() & ~SCR_NS_BIT); in cm_prepare_el3_exit()
210 write_scr(read_scr() | SCR_NS_BIT); in cm_prepare_el3_exit()
319 write_scr(read_scr() & ~SCR_NS_BIT); in cm_prepare_el3_exit()
/tf-a-ffa_el3_spmc/bl1/aarch32/
A Dbl1_exceptions.S42 tst r8, #SCR_NS_BIT
106 and r7, r0, #SCR_NS_BIT /* flags */
109 bic r0, #SCR_NS_BIT
114 tst r7, #SCR_NS_BIT
141 tst r5, #SCR_NS_BIT
A Dbl1_context_mgmt.c151 write_scr(read_scr() | SCR_NS_BIT); in bl1_prepare_next_image()
158 write_scr(read_scr() & ~SCR_NS_BIT); in bl1_prepare_next_image()
A Dbl1_entrypoint.S81 tst r5, #SCR_NS_BIT
/tf-a-ffa_el3_spmc/bl32/sp_min/
A Dsp_min_main.c146 write_scr(read_scr() | SCR_NS_BIT); in sp_min_prepare_next_image_entry()
152 write_scr(read_scr() & ~SCR_NS_BIT); in sp_min_prepare_next_image_entry()
225 write_scr(read_scr() | SCR_NS_BIT); in sp_min_warm_boot()
231 write_scr(read_scr() & ~SCR_NS_BIT); in sp_min_warm_boot()
/tf-a-ffa_el3_spmc/include/arch/aarch32/
A Dsmccc_macros.S28 bic r2, r4, #SCR_NS_BIT
104 tst r4, #SCR_NS_BIT
142 tst r1, #SCR_NS_BIT
170 bic r2, r4, #SCR_NS_BIT
A Del3_common_macros.S221 tst r0, #SCR_NS_BIT
A Darch.h214 #define SCR_NS_BIT (UL(1) << 0) macro
218 #define GET_NS_BIT(scr) ((scr) & SCR_NS_BIT)
/tf-a-ffa_el3_spmc/bl32/sp_min/aarch32/
A Dentrypoint.S217 and r3, r0, #SCR_NS_BIT /* flags */
220 bic r0, #SCR_NS_BIT
264 bic r0, #SCR_NS_BIT
/tf-a-ffa_el3_spmc/plat/arm/common/
A Darm_common.c204 write_scr_el3(scr_el3 | SCR_NS_BIT); in plat_sdei_validate_entry_point()
/tf-a-ffa_el3_spmc/lib/el3_runtime/aarch64/
A Dcontext_mgmt.c91 scr_el3 &= ~(SCR_NS_BIT | SCR_RW_BIT | SCR_FIQ_BIT | SCR_IRQ_BIT | in cm_setup_context()
97 scr_el3 |= SCR_NS_BIT; in cm_setup_context()
A Dcontext.S715 tst x10, #SCR_NS_BIT
791 tst x0, #SCR_NS_BIT
/tf-a-ffa_el3_spmc/bl1/aarch64/
A Dbl1_exceptions.S158 tst x30, #SCR_NS_BIT
/tf-a-ffa_el3_spmc/drivers/arm/gic/v3/
A Dgicv3_main.c310 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/lib/psci/
A Dpsci_common.c696 write_scr(scr | SCR_NS_BIT); in psci_get_ns_ep_info()
/tf-a-ffa_el3_spmc/include/arch/aarch64/
A Darch.h437 #define SCR_NS_BIT (UL(1) << 0) macro

Completed in 26 milliseconds