Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/platforms/cell/spufs/
Drun.c217 privcntl = SPU_PRIVCNTL_MODE_SINGLE_STEP; in spu_run_init()
/linux-6.1.9/arch/powerpc/include/asm/
Dspu.h411 #define SPU_PRIVCNTL_MODE_SINGLE_STEP (0x1ull << 0) macro