Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dspu_priv1.h23 u64 (*int_mask_get) (struct spu *spu, int class); member
65 return spu_priv1_ops->int_mask_get(spu, class); in spu_int_mask_get()
/linux/arch/powerpc/platforms/ps3/
H A Dspu.c485 static u64 int_mask_get(struct spu *spu, int class) in int_mask_get() function
595 .int_mask_get = int_mask_get,