Home
last modified time | relevance | path

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

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