Home
last modified time | relevance | path

Searched defs: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
108 unsigned int tag_id = 0; in spill_regs_to_mem() local
125 unsigned int tag_id = 0; in enqueue_sync() local
Dspu_restore.c36 unsigned int tag_id = 0; in fetch_regs_from_mem() local
52 unsigned int tag_id = 0; in restore_upper_240kb() local
Dspu_utils.h101 unsigned int tag_id = 0; in enqueue_putllc() local
/arch/powerpc/include/asm/
Dspu.h75 #define MFC_TAGID_TO_TAGMASK(tag_id) (1 << (tag_id & 0x1F)) argument