Searched refs:set_interrupt_rm_flag (Results 1 – 14 of 14) sorted by relevance
/tf-a-ffa_el3_spmc/plat/qti/common/src/ |
A D | qti_interrupt_svc.c | 57 set_interrupt_rm_flag(flags, NON_SECURE); in qti_interrupt_svc_init()
|
/tf-a-ffa_el3_spmc/plat/nxp/common/setup/ |
A D | ls_interrupt_mgmt.c | 60 set_interrupt_rm_flag(flags, NON_SECURE); in ls_el3_interrupt_config()
|
/tf-a-ffa_el3_spmc/plat/marvell/armada/common/ |
A D | marvell_gicv2.c | 126 set_interrupt_rm_flag((flags), (NON_SECURE)); in mvebu_pmu_interrupt_enable()
|
/tf-a-ffa_el3_spmc/include/bl31/ |
A D | interrupt_mgmt.h | 67 #define set_interrupt_rm_flag(flag, ss) ((flag) |= U(1) << (ss)) macro
|
/tf-a-ffa_el3_spmc/bl31/ |
A D | ehf.c | 479 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 D | hikey960_bl31_setup.c | 200 set_interrupt_rm_flag(flags, NON_SECURE); in bl31_plat_runtime_setup()
|
/tf-a-ffa_el3_spmc/plat/xilinx/versal/ |
A D | bl31_versal_setup.c | 166 set_interrupt_rm_flag(flags, NON_SECURE); in bl31_plat_runtime_setup()
|
/tf-a-ffa_el3_spmc/services/spd/tspd/ |
A D | tspd_main.c | 464 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 D | bl31_zynqmp_setup.c | 226 set_interrupt_rm_flag(flags, NON_SECURE); in bl31_plat_runtime_setup()
|
/tf-a-ffa_el3_spmc/services/spd/opteed/ |
A D | opteed_main.c | 301 set_interrupt_rm_flag(flags, NON_SECURE); in opteed_smc_handler()
|
/tf-a-ffa_el3_spmc/services/spd/tlkd/ |
A D | tlkd_main.c | 141 set_interrupt_rm_flag(flags, NON_SECURE); in tlkd_setup()
|
/tf-a-ffa_el3_spmc/services/spd/trusty/ |
A D | trusty.c | 483 set_interrupt_rm_flag(flags, NON_SECURE); in trusty_setup()
|
/tf-a-ffa_el3_spmc/services/std_svc/spm/spmc/ |
A D | spmc_main.c | 1295 set_interrupt_rm_flag(flags, NON_SECURE); in spmc_setup()
|
/tf-a-ffa_el3_spmc/docs/design/ |
A D | interrupt-framework-design.rst | 245 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