Home
last modified time | relevance | path

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

/arch/powerpc/platforms/cell/
Dspu_priv1_mmio.c60 static u64 int_mask_get(struct spu *spu, int class) in int_mask_get() function
163 .int_mask_get = int_mask_get,
Dbeat_spu_priv1.c43 static u64 int_mask_get(struct spu *spu, int class) in int_mask_get() function
188 .int_mask_get = int_mask_get,
/arch/powerpc/include/asm/
Dspu_priv1.h35 u64 (*int_mask_get) (struct spu *spu, int class); member
77 return spu_priv1_ops->int_mask_get(spu, class); in spu_int_mask_get()
/arch/powerpc/platforms/ps3/
Dspu.c503 static u64 int_mask_get(struct spu *spu, int class) in int_mask_get() function
613 .int_mask_get = int_mask_get,