Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/cell/
H A Dspu_syscalls.c66 if (flags & SPU_CREATE_AFFINITY_SPU) { in SYSCALL_DEFINE4()
/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Dinode.c324 if (flags & SPU_CREATE_AFFINITY_SPU) { in spufs_assert_affinity()
376 if (flags & SPU_CREATE_AFFINITY_SPU) { in spufs_set_affinity()
424 affinity = flags & (SPU_CREATE_AFFINITY_MEM | SPU_CREATE_AFFINITY_SPU); in spufs_create_context()
/openbmc/linux/arch/powerpc/include/asm/
H A Dspu.h240 #define SPU_CREATE_AFFINITY_SPU 0x0010 macro