Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/platforms/cell/spufs/
Dhw_ops.c231 sr1 = spu_mfc_sr1_get(spu) | MFC_STATE1_MASTER_RUN_CONTROL_MASK; in spu_hw_master_start()
242 sr1 = spu_mfc_sr1_get(spu) & ~MFC_STATE1_MASTER_RUN_CONTROL_MASK; in spu_hw_master_stop()
Drun.c125 sr1 = spu_mfc_sr1_get(ctx->spu); in spu_setup_isolated()
Dswitch.c217 csa->priv1.mfc_sr1_RW = spu_mfc_sr1_get(spu); in save_mfc_sr1()
/linux-6.1.9/arch/powerpc/include/asm/
Dspu_priv1.h117 spu_mfc_sr1_get (struct spu *spu) in spu_mfc_sr1_get() function
/linux-6.1.9/arch/powerpc/platforms/cell/
Dspu_base.c71 if (spu_mfc_sr1_get(spu) & MFC_STATE1_RELOCATE_MASK) in spu_invalidate_slbs()
703 tmp = spu_mfc_sr1_get(spu); in crash_kexec_stop_spus()
/linux-6.1.9/arch/powerpc/xmon/
Dxmon.c4173 tmp = spu_mfc_sr1_get(spu); in stop_spus()