Home
last modified time | relevance | path

Searched refs:SPU_CREATE_FLAG_ALL (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/arch/powerpc/include/asm/
Dspu.h243 #define SPU_CREATE_FLAG_ALL 0x003f /* mask of all valid flags */ macro
/Linux-v6.6/arch/powerpc/platforms/cell/spufs/
Dinode.c550 if (flags & (~SPU_CREATE_FLAG_ALL)) in spufs_create()