Home
last modified time | relevance | path

Searched refs:set_interrupt_rm_flag (Results 1 – 20 of 20) sorted by relevance

/rk3399_ARM-atf/plat/qti/common/src/
H A Dqti_interrupt_svc.c58 set_interrupt_rm_flag(flags, NON_SECURE); in qti_interrupt_svc_init()
60 set_interrupt_rm_flag(flags, SECURE); in qti_interrupt_svc_init()
/rk3399_ARM-atf/plat/nxp/common/setup/
H A Dls_interrupt_mgmt.c60 set_interrupt_rm_flag(flags, NON_SECURE); in ls_el3_interrupt_config()
/rk3399_ARM-atf/plat/marvell/armada/common/
H A Dmarvell_gicv2.c126 set_interrupt_rm_flag((flags), (NON_SECURE)); in mvebu_pmu_interrupt_enable()
/rk3399_ARM-atf/include/bl31/
H A Dinterrupt_mgmt.h68 #define set_interrupt_rm_flag(flag, ss) ((flag) |= U(1) << (ss)) macro
/rk3399_ARM-atf/bl31/
H A Dehf.c489 set_interrupt_rm_flag(flags, NON_SECURE); in ehf_init()
493 set_interrupt_rm_flag(flags, SECURE); in ehf_init()
/rk3399_ARM-atf/services/spd/tspd/
H A Dtspd_main.c464 set_interrupt_rm_flag(flags, NON_SECURE); in tspd_smc_handler()
478 set_interrupt_rm_flag(flags, SECURE); in tspd_smc_handler()
/rk3399_ARM-atf/plat/hisilicon/hikey960/
H A Dhikey960_bl31_setup.c266 set_interrupt_rm_flag(flags, NON_SECURE); in bl31_plat_runtime_setup()
/rk3399_ARM-atf/plat/xilinx/zynqmp/
H A Dbl31_zynqmp_setup.c223 set_interrupt_rm_flag(flags, NON_SECURE); in bl31_plat_runtime_setup()
/rk3399_ARM-atf/plat/xilinx/versal/
H A Dbl31_versal_setup.c220 set_interrupt_rm_flag(flags, NON_SECURE); in bl31_plat_runtime_setup()
/rk3399_ARM-atf/plat/amd/versal2/
H A Dbl31_setup.c301 set_interrupt_rm_flag(flags, NON_SECURE); in bl31_plat_runtime_setup()
/rk3399_ARM-atf/plat/xilinx/versal_net/
H A Dbl31_versal_net_setup.c272 set_interrupt_rm_flag(flags, NON_SECURE); in bl31_plat_runtime_setup()
/rk3399_ARM-atf/services/spd/pncd/
H A Dpncd_main.c116 set_interrupt_rm_flag(flags, NON_SECURE); in pncd_context_switch_to()
/rk3399_ARM-atf/services/spd/tlkd/
H A Dtlkd_main.c141 set_interrupt_rm_flag(flags, NON_SECURE); in tlkd_setup()
/rk3399_ARM-atf/plat/imx/imx8m/ddr/
H A Ddram.c269 set_interrupt_rm_flag(flags, NON_SECURE); in dram_info_init()
/rk3399_ARM-atf/services/spd/trusty/
H A Dtrusty.c497 set_interrupt_rm_flag(flags, NON_SECURE); in trusty_setup()
/rk3399_ARM-atf/services/spd/opteed/
H A Dopteed_main.c137 set_interrupt_rm_flag(flags, NON_SECURE); in register_opteed_interrupt_handler()
/rk3399_ARM-atf/plat/imx/imx8ulp/
H A Ddram.c782 set_interrupt_rm_flag(flags, NON_SECURE); in dram_init()
/rk3399_ARM-atf/services/std_svc/spmd/
H A Dspmd_main.c608 set_interrupt_rm_flag(flags, NON_SECURE); in spmd_spmc_init()
/rk3399_ARM-atf/docs/design/
H A Dinterrupt-framework-design.rst245 macro ``set_interrupt_rm_flag()`` should be used to set the bits in the
467 set_interrupt_rm_flag(flags, NON_SECURE);
484 set_interrupt_rm_flag(flags, SECURE);
/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc_main.c2530 set_interrupt_rm_flag(flags, NON_SECURE); in spmc_setup()