Home
last modified time | relevance | path

Searched refs:SPU_CREATE_AFFINITY_SPU (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/platforms/cell/
H A Dspu_syscalls.c68 if (flags & SPU_CREATE_AFFINITY_SPU) { in DEFINE_CLASS()
/linux/arch/powerpc/platforms/cell/spufs/
H A Dinode.c325 if (flags & SPU_CREATE_AFFINITY_SPU) { in spufs_assert_affinity()
377 if (flags & SPU_CREATE_AFFINITY_SPU) { in spufs_set_affinity()
425 affinity = flags & (SPU_CREATE_AFFINITY_MEM | SPU_CREATE_AFFINITY_SPU); in spufs_create_context()
/linux/arch/powerpc/include/asm/
H A Dspu.h240 #define SPU_CREATE_AFFINITY_SPU 0x0010 macro