Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/platforms/cell/spufs/
Dswitch.c44 #define POLL_WHILE_TRUE(_c) { \
50 #define POLL_WHILE_TRUE(_c) { \ macro
62 #define POLL_WHILE_FALSE(_c) POLL_WHILE_TRUE(!(_c))
234 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & in save_spu_status()
304 POLL_WHILE_TRUE(in_be64(&prob->spc_mssync_RW) & MS_SYNC_PENDING); in do_mfc_mssync()
930 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING); in wait_spu_stopped()
1003 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & in suspend_spe()
1012 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & in suspend_spe()
1016 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & in suspend_spe()
1023 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & in suspend_spe()
[all …]