Home
last modified time | relevance | path

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

/arch/powerpc/platforms/cell/spufs/
Dspu_save.c52 unsigned int tag_id = 0; in save_upper_240kb() local
63 spu_writech(MFC_TagID, tag_id); in save_upper_240kb()
108 unsigned int tag_id = 0; in spill_regs_to_mem() local
119 spu_writech(MFC_TagID, tag_id); in spill_regs_to_mem()
125 unsigned int tag_id = 0; in enqueue_sync() local
131 spu_writech(MFC_TagID, tag_id); in enqueue_sync()
Dspu_restore.c36 unsigned int tag_id = 0; in fetch_regs_from_mem() local
43 spu_writech(MFC_TagID, tag_id); in fetch_regs_from_mem()
52 unsigned int tag_id = 0; in restore_upper_240kb() local
63 spu_writech(MFC_TagID, tag_id); in restore_upper_240kb()
Dspu_utils.h101 unsigned int tag_id = 0; in enqueue_putllc() local
114 spu_writech(MFC_TagID, tag_id); in enqueue_putllc()
/arch/powerpc/include/asm/
Dspu.h75 #define MFC_TAGID_TO_TAGMASK(tag_id) (1 << (tag_id & 0x1F)) argument