Home
last modified time | relevance | path

Searched refs:int_mask_and (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/platforms/cell/
Dspu_priv1_mmio.c41 static void int_mask_and(struct spu *spu, int class, u64 mask) in int_mask_and() function
162 .int_mask_and = int_mask_and,
Dbeat_spu_priv1.c50 static void int_mask_and(struct spu *spu, int class, u64 mask) in int_mask_and() function
187 .int_mask_and = int_mask_and,
/arch/powerpc/include/asm/
Dspu_priv1.h32 void (*int_mask_and) (struct spu *spu, int class, u64 mask); member
59 spu_priv1_ops->int_mask_and(spu, class, mask); in spu_int_mask_and()
/arch/powerpc/platforms/ps3/
Dspu.c477 static void int_mask_and(struct spu *spu, int class, u64 mask) in int_mask_and() function
608 .int_mask_and = int_mask_and,