Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Dinode.c315 if (flags & SPU_CREATE_AFFINITY_MEM && in spufs_assert_affinity()
317 gang->aff_ref_ctx->flags & SPU_CREATE_AFFINITY_MEM) in spufs_assert_affinity()
373 if (flags & SPU_CREATE_AFFINITY_MEM) in spufs_set_affinity()
424 affinity = flags & (SPU_CREATE_AFFINITY_MEM | SPU_CREATE_AFFINITY_SPU); in spufs_create_context()
H A Dsched.c345 mem_aff = gang->aff_ref_ctx->flags & SPU_CREATE_AFFINITY_MEM; in aff_set_ref_point_location()
/openbmc/linux/arch/powerpc/include/asm/
H A Dspu.h241 #define SPU_CREATE_AFFINITY_MEM 0x0020 macro