Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/platforms/cell/spufs/
Dspu_save.c66 unsigned int tag_id = 0; in save_upper_240kb() local
122 unsigned int tag_id = 0; in spill_regs_to_mem() local
139 unsigned int tag_id = 0; in enqueue_sync() local
Dspu_restore.c50 unsigned int tag_id = 0; in fetch_regs_from_mem() local
66 unsigned int tag_id = 0; in restore_upper_240kb() local
Dspu_utils.h114 unsigned int tag_id = 0; in enqueue_putllc() local
/linux-3.4.99/arch/powerpc/include/asm/
Dspu.h86 #define MFC_TAGID_TO_TAGMASK(tag_id) (1 << (tag_id & 0x1F)) argument