Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/cell/spufs/
Dinode.c318 if (flags & SPU_CREATE_AFFINITY_MEM && in spufs_assert_affinity()
320 gang->aff_ref_ctx->flags & SPU_CREATE_AFFINITY_MEM) in spufs_assert_affinity()
376 if (flags & SPU_CREATE_AFFINITY_MEM) in spufs_set_affinity()
427 affinity = flags & (SPU_CREATE_AFFINITY_MEM | SPU_CREATE_AFFINITY_SPU); in spufs_create_context()
Dsched.c350 mem_aff = gang->aff_ref_ctx->flags & SPU_CREATE_AFFINITY_MEM; in aff_set_ref_point_location()
/Linux-v5.4/arch/powerpc/include/asm/
Dspu.h255 #define SPU_CREATE_AFFINITY_MEM 0x0020 macro