Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dspu.h257 #define SPU_CREATE_FLAG_ALL 0x003f /* mask of all valid flags */ macro
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/
H A Dinode.c554 if (flags & (~SPU_CREATE_FLAG_ALL)) in spufs_create()