Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/platforms/cell/spufs/
Dinode.c363 if (flags & SPU_CREATE_AFFINITY_MEM && in spufs_assert_affinity()
365 gang->aff_ref_ctx->flags & SPU_CREATE_AFFINITY_MEM) in spufs_assert_affinity()
421 if (flags & SPU_CREATE_AFFINITY_MEM) in spufs_set_affinity()
474 affinity = flags & (SPU_CREATE_AFFINITY_MEM | SPU_CREATE_AFFINITY_SPU); in spufs_create_context()
Dsched.c362 mem_aff = gang->aff_ref_ctx->flags & SPU_CREATE_AFFINITY_MEM; in aff_set_ref_point_location()
/linux-3.4.99/arch/powerpc/include/asm/
Dspu.h265 #define SPU_CREATE_AFFINITY_MEM 0x0020 macro