Home
last modified time | relevance | path

Searched refs:gicv2_set_pe_target_mask (Results 1 – 8 of 8) sorted by relevance

/trusted-firmware-a-latest/plat/hisilicon/poplar/
Dpoplar_gicv2.c44 gicv2_set_pe_target_mask(plat_my_core_pos()); in poplar_gic_init()
62 gicv2_set_pe_target_mask(plat_my_core_pos()); in poplar_gic_pcpu_init()
/trusted-firmware-a-latest/plat/nvidia/tegra/common/
Dtegra_gicv2.c51 gicv2_set_pe_target_mask(plat_my_core_pos()); in tegra_gic_init()
70 gicv2_set_pe_target_mask(plat_my_core_pos()); in tegra_gic_pcpu_init()
/trusted-firmware-a-latest/plat/arm/common/
Darm_gicv2.c55 gicv2_set_pe_target_mask(plat_my_core_pos()); in plat_arm_gic_init()
81 gicv2_set_pe_target_mask(plat_my_core_pos()); in plat_arm_gic_pcpu_init()
/trusted-firmware-a-latest/plat/st/common/
Dstm32mp_gic.c89 gicv2_set_pe_target_mask(plat_my_core_pos()); in stm32mp_gic_pcpu_init()
/trusted-firmware-a-latest/plat/marvell/armada/common/
Dmarvell_gicv2.c146 gicv2_set_pe_target_mask(plat_my_core_pos()); in plat_marvell_gic_init()
/trusted-firmware-a-latest/include/drivers/arm/
Dgicv2.h186 void gicv2_set_pe_target_mask(unsigned int proc_num);
/trusted-firmware-a-latest/plat/intel/soc/common/
Dsocfpga_psci.c140 gicv2_set_pe_target_mask(plat_my_core_pos()); in socfpga_pwr_domain_on_finish()
/trusted-firmware-a-latest/drivers/arm/gic/v2/
Dgicv2_main.c295 void gicv2_set_pe_target_mask(unsigned int proc_num) in gicv2_set_pe_target_mask() function