Lines Matching refs:problem
124 unsigned long problem, unsigned long ls, unsigned long shadow,
129 pr_debug("%s:%d: problem: %lxh\n", func, line, problem);
178 iounmap(spu->problem);
210 spu->problem = ioremap(spu->problem_phys,
213 if (!spu->problem) {
214 pr_debug("%s:%d: ioremap problem failed\n", __func__, __LINE__);
230 (unsigned long)spu->problem, (unsigned long)spu->local_store,
433 * for incorrect access to the spu problem state when the spu context is
435 * context that would inhibit mapping problem state pages, and a routine
436 * to unmap spu problem state pages. When the spu is enabled with
439 * cleared and the mapped problem state pages would be unmapped.