Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/plat/qti/common/src/
A Dqti_interrupt_svc.c57 set_interrupt_rm_flag(flags, NON_SECURE); in qti_interrupt_svc_init()
/tf-a-ffa_el3_spmc/plat/nxp/common/setup/
A Dls_interrupt_mgmt.c60 set_interrupt_rm_flag(flags, NON_SECURE); in ls_el3_interrupt_config()
/tf-a-ffa_el3_spmc/plat/marvell/armada/common/
A Dmarvell_gicv2.c126 set_interrupt_rm_flag((flags), (NON_SECURE)); in mvebu_pmu_interrupt_enable()
/tf-a-ffa_el3_spmc/include/bl31/
A Dinterrupt_mgmt.h67 #define set_interrupt_rm_flag(flag, ss) ((flag) |= U(1) << (ss)) macro
/tf-a-ffa_el3_spmc/bl31/
A Dehf.c479 set_interrupt_rm_flag(flags, NON_SECURE); in ehf_init()
480 set_interrupt_rm_flag(flags, SECURE); in ehf_init()
/tf-a-ffa_el3_spmc/plat/hisilicon/hikey960/
A Dhikey960_bl31_setup.c200 set_interrupt_rm_flag(flags, NON_SECURE); in bl31_plat_runtime_setup()
/tf-a-ffa_el3_spmc/plat/xilinx/versal/
A Dbl31_versal_setup.c166 set_interrupt_rm_flag(flags, NON_SECURE); in bl31_plat_runtime_setup()
/tf-a-ffa_el3_spmc/services/spd/tspd/
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()
/tf-a-ffa_el3_spmc/plat/xilinx/zynqmp/
A Dbl31_zynqmp_setup.c226 set_interrupt_rm_flag(flags, NON_SECURE); in bl31_plat_runtime_setup()
/tf-a-ffa_el3_spmc/services/spd/opteed/
A Dopteed_main.c301 set_interrupt_rm_flag(flags, NON_SECURE); in opteed_smc_handler()
/tf-a-ffa_el3_spmc/services/spd/tlkd/
A Dtlkd_main.c141 set_interrupt_rm_flag(flags, NON_SECURE); in tlkd_setup()
/tf-a-ffa_el3_spmc/services/spd/trusty/
A Dtrusty.c483 set_interrupt_rm_flag(flags, NON_SECURE); in trusty_setup()
/tf-a-ffa_el3_spmc/services/std_svc/spm/spmc/
A Dspmc_main.c1295 set_interrupt_rm_flag(flags, NON_SECURE); in spmc_setup()
/tf-a-ffa_el3_spmc/docs/design/
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);

Completed in 45 milliseconds