Home
last modified time | relevance | path

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

/arch/powerpc/platforms/cell/
Dspu_syscalls.c79 if (flags & SPU_CREATE_AFFINITY_SPU) { in SYSCALL_DEFINE4()
/arch/powerpc/platforms/cell/spufs/
Dinode.c345 if (flags & SPU_CREATE_AFFINITY_SPU) { in spufs_assert_affinity()
397 if (flags & SPU_CREATE_AFFINITY_SPU) { in spufs_set_affinity()
445 affinity = flags & (SPU_CREATE_AFFINITY_MEM | SPU_CREATE_AFFINITY_SPU); in spufs_create_context()
/arch/powerpc/include/asm/
Dspu.h267 #define SPU_CREATE_AFFINITY_SPU 0x0010 macro