Searched refs:int_mask_and (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/powerpc/platforms/cell/ |
H A D | spu_priv1_mmio.c | 26 static void int_mask_and(struct spu *spu, int class, u64 mask) in int_mask_and() function 147 .int_mask_and = int_mask_and,
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | spu_priv1.h | 20 void (*int_mask_and) (struct spu *spu, int class, u64 mask); member 47 spu_priv1_ops->int_mask_and(spu, class, mask); in spu_int_mask_and()
|
/openbmc/linux/arch/powerpc/platforms/ps3/ |
H A D | spu.c | 462 static void int_mask_and(struct spu *spu, int class, u64 mask) in int_mask_and() function 593 .int_mask_and = int_mask_and,
|