Searched refs:problem (Results 1 - 15 of 15) sorted by relevance

/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dhw_ops.c27 struct spu_problem __iomem *prob = spu->problem;
43 return in_be32(&ctx->spu->problem->mb_stat_R);
53 stat = in_be32(&spu->problem->mb_stat_R);
85 struct spu_problem __iomem *prob = spu->problem;
106 struct spu_problem __iomem *prob = spu->problem;
126 out_be32(&ctx->spu->problem->signal_notify1, data);
131 out_be32(&ctx->spu->problem->signal_notify2, data);
178 return in_be32(&ctx->spu->problem->spu_npc_RW);
183 out_be32(&ctx->spu->problem->spu_npc_RW, val);
188 return in_be32(&ctx->spu->problem
[all...]
H A Dswitch.c83 struct spu_problem __iomem *prob = spu->problem;
153 * the SPU memory-mapped I/O (MMIO) for problem
203 struct spu_problem __iomem *prob = spu->problem;
222 struct spu_problem __iomem *prob = spu->problem;
296 struct spu_problem __iomem *prob = spu->problem;
368 struct spu_problem __iomem *prob = spu->problem;
379 struct spu_problem __iomem *prob = spu->problem;
390 struct spu_problem __iomem *prob = spu->problem;
503 struct spu_problem __iomem *prob = spu->problem;
587 struct spu_problem __iomem *prob = spu->problem;
[all...]
/linux-master/fs/afs/
H A Daddr_list.c92 const char *problem; local
110 problem = "nul";
119 problem = "brace1";
124 problem = "brace2";
180 problem = "family";
186 problem = "nostop";
199 problem = "port";
206 problem = "pval";
214 problem = "weird";
234 problem,
[all...]
/linux-master/arch/powerpc/platforms/ps3/
H A Dspu.c124 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 stat
123 _dump_areas(unsigned int spe_id, unsigned long priv2, unsigned long problem, unsigned long ls, unsigned long shadow, const char* func, int line) argument
[all...]
/linux-master/arch/powerpc/platforms/cell/
H A Dspu_manage.c65 iounmap(spu->problem);
143 prop = of_get_property(node, "problem", NULL);
148 spu->problem = spu_map_prop_old(spu, node, "problem");
149 if (!spu->problem)
227 ret = spu_map_resource(spu, 1, (void __iomem**)&spu->problem,
251 pr_debug(" problem state : 0x%016lx -> 0x%p\n",
252 spu->problem_phys, spu->problem);
334 spu->local_store, spu->problem, spu->priv1,
H A Dspu_base.c689 in_be32(&spu->problem->spu_runcntl_RW);
691 in_be32(&spu->problem->spu_status_R);
693 in_be32(&spu->problem->spu_npc_RW);
/linux-master/arch/arm/mach-sa1100/
H A Dsleep.S54 @ fixes resume problem on high speed SA1110
/linux-master/include/scsi/
H A Dsg.h179 char problem; /* 0 -> no problem detected, 1 -> error to report */ member in struct:sg_req_info
/linux-master/scripts/dtc/
H A Dyamltree.c29 (emitter)->problem, __func__, __LINE__); \
/linux-master/arch/powerpc/xmon/
H A Dxmon.c4159 in_be32(&spu->problem->spu_runcntl_RW);
4204 out_be32(&spu->problem->spu_runcntl_RW,
4265 DUMP_FIELD(spu, "0x%p", problem);
4266 DUMP_VALUE("0x%x", problem->spu_runcntl_RW,
4267 in_be32(&spu->problem->spu_runcntl_RW));
4268 DUMP_VALUE("0x%x", problem->spu_status_R,
4269 in_be32(&spu->problem->spu_status_R));
4270 DUMP_VALUE("0x%x", problem->spu_npc_RW,
4271 in_be32(&spu->problem->spu_npc_RW));
/linux-master/tools/scripts/
H A Dutilities.mak113 # This function avoids the problem by producing a string
/linux-master/net/netlink/
H A Dgenetlink.c1916 goto problem;
1920 goto problem;
1924 problem:
/linux-master/arch/powerpc/include/asm/
H A Dspu.h113 struct spu_problem __iomem *problem; member in struct:spu
/linux-master/drivers/scsi/
H A Dsg.c871 rinfo[val].problem =
897 char problem; member in struct:compat_sg_req_info
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S4123 # this catches a problem with the case where an exception will be re-inserted
11370 # ok, I have a problem with putting the dst op at FP_DST. the emulation

Completed in 331 milliseconds