Lines Matching defs:cache
104 * @cache: Cached values of priv1 registers.
113 struct priv1_cache cache;
351 spu_pdata(spu)->cache.sr1 = 0x33;
481 spu_pdata(spu)->cache.masks[class] = mask;
483 spu_pdata(spu)->cache.masks[class]);
488 return spu_pdata(spu)->cache.masks[class];
539 BUG_ON((sr1 & allowed) != (spu_pdata(spu)->cache.sr1 & allowed));
541 spu_pdata(spu)->cache.sr1 = sr1;
545 spu_pdata(spu)->cache.sr1);
550 return spu_pdata(spu)->cache.sr1;
555 spu_pdata(spu)->cache.tclass_id = tclass_id;
559 spu_pdata(spu)->cache.tclass_id);
564 return spu_pdata(spu)->cache.tclass_id;