Home
last modified time | relevance | path

Searched refs:MPIC_SINGLE_DEST_CPU (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/85xx/
H A Dge_imp3a.c51 MPIC_SINGLE_DEST_CPU, in ge_imp3a_pic_init()
56 MPIC_SINGLE_DEST_CPU, in ge_imp3a_pic_init()
H A Dbsc913x_rdb.c21 MPIC_SINGLE_DEST_CPU, in bsc913x_rdb_pic_init()
H A Dc293pcie.c24 MPIC_SINGLE_DEST_CPU, 0, 256, " OpenPIC "); in c293_pcie_pic_init()
H A Dbsc913x_qds.c25 MPIC_SINGLE_DEST_CPU, in bsc913x_qds_pic_init()
H A Dmvme2500.c27 MPIC_BIG_ENDIAN | MPIC_SINGLE_DEST_CPU, in mvme2500_pic_init()
H A Dqemu_e500.c31 unsigned int flags = MPIC_BIG_ENDIAN | MPIC_SINGLE_DEST_CPU | in qemu_e500_pic_init()
H A Dp1010rdb.c30 MPIC_SINGLE_DEST_CPU, in p1010_rdb_pic_init()
H A Dp2020.c27 int flags = MPIC_BIG_ENDIAN | MPIC_SINGLE_DEST_CPU; in p2020_pic_init()
H A Dp1023_rdb.c88 MPIC_SINGLE_DEST_CPU, in p1023_rdb_pic_init()
H A Dmpc85xx_ds.c40 int flags = MPIC_BIG_ENDIAN | MPIC_SINGLE_DEST_CPU; in mpc85xx_ds_pic_init()
H A Dtwr_p102x.c35 MPIC_SINGLE_DEST_CPU, in twr_p1025_pic_init()
H A Dp1022_rdk.c102 MPIC_SINGLE_DEST_CPU, in p1022_rdk_pic_init()
H A Dcorenet_generic.c36 unsigned int flags = MPIC_BIG_ENDIAN | MPIC_SINGLE_DEST_CPU | in corenet_gen_pic_init()
H A Dmpc85xx_rdb.c36 int flags = MPIC_BIG_ENDIAN | MPIC_SINGLE_DEST_CPU; in mpc85xx_rdb_pic_init()
H A Dmpc85xx_mds.c328 MPIC_SINGLE_DEST_CPU, in mpc85xx_mds_pic_init()
H A Dp1022_ds.c438 MPIC_SINGLE_DEST_CPU, in p1022_ds_pic_init()
/openbmc/linux/arch/powerpc/platforms/86xx/
H A Dpic.c39 MPIC_SINGLE_DEST_CPU, in mpc86xx_init_irq()
/openbmc/linux/arch/powerpc/include/asm/
H A Dmpic.h374 #define MPIC_SINGLE_DEST_CPU 0x00001000 macro
/openbmc/linux/arch/powerpc/sysdev/
H A Dmpic.c832 if (mpic->flags & MPIC_SINGLE_DEST_CPU) { in mpic_set_affinity()
1268 flags |= MPIC_SINGLE_DEST_CPU; in mpic_alloc()
1712 if (distribute_irqs && !(mpic->flags & MPIC_SINGLE_DEST_CPU)) { in mpic_setup_this_cpu()