Home
last modified time | relevance | path

Searched refs:problem (Results 1 – 25 of 27) sorted by relevance

12

/arch/powerpc/platforms/cell/spufs/
Dhw_ops.c41 struct spu_problem __iomem *prob = spu->problem; in spu_hw_mbox_read()
57 return in_be32(&ctx->spu->problem->mb_stat_R); in spu_hw_mbox_stat_read()
68 stat = in_be32(&spu->problem->mb_stat_R); in spu_hw_mbox_stat_poll()
100 struct spu_problem __iomem *prob = spu->problem; in spu_hw_ibox_read()
121 struct spu_problem __iomem *prob = spu->problem; in spu_hw_wbox_write()
141 out_be32(&ctx->spu->problem->signal_notify1, data); in spu_hw_signal1_write()
146 out_be32(&ctx->spu->problem->signal_notify2, data); in spu_hw_signal2_write()
193 return in_be32(&ctx->spu->problem->spu_npc_RW); in spu_hw_npc_read()
198 out_be32(&ctx->spu->problem->spu_npc_RW, val); in spu_hw_npc_write()
203 return in_be32(&ctx->spu->problem->spu_status_R); in spu_hw_status_read()
[all …]
Dswitch.c97 struct spu_problem __iomem *prob = spu->problem; in check_spu_isolate()
217 struct spu_problem __iomem *prob = spu->problem; in save_spu_runcntl()
236 struct spu_problem __iomem *prob = spu->problem; in save_spu_status()
310 struct spu_problem __iomem *prob = spu->problem; in do_mfc_mssync()
382 struct spu_problem __iomem *prob = spu->problem; in save_ppu_querymask()
393 struct spu_problem __iomem *prob = spu->problem; in save_ppu_querytype()
404 struct spu_problem __iomem *prob = spu->problem; in save_ppu_tagstatus()
517 struct spu_problem __iomem *prob = spu->problem; in save_spu_npc()
601 struct spu_problem __iomem *prob = spu->problem; in save_ppu_mb_stat()
611 struct spu_problem __iomem *prob = spu->problem; in save_ppu_mb()
[all …]
/arch/s390/kernel/
Dentry64.S121 lg %r15,__LC_KERNEL_STACK # problem state -> load ksp
126 tm \psworg+1,0x01 # test problem state bit
128 lg %r15,__LC_KERNEL_STACK # problem state -> load ksp
140 tm \psworg+1,0x01 # test problem state bit
147 tm 1(%r12),0x01 # retest problem state after cleanup
Dentry.S132 l %r15,__LC_KERNEL_STACK # problem state -> load ksp
137 tm \psworg+1,0x01 # test problem state bit
139 l %r15,__LC_KERNEL_STACK # problem state -> load ksp
151 tm \psworg+1,0x01 # test problem state bit
159 tm 1(%r12),0x01 # retest problem state after cleanup
Dhead.S83 tm 8(%r5),0x82 # do we have a problem ?
113 tm 8(%r5),0x82 # do we have a problem ?
126 tm 8(%r5),0x82 # do we have a problem ?
/arch/powerpc/platforms/cell/
Dspu_manage.c76 iounmap(spu->problem); in spu_unmap()
156 spu->problem = spu_map_prop_old(spu, node, "problem"); in spu_map_device_old()
157 if (!spu->problem) in spu_map_device_old()
249 ret = spu_map_resource(spu, 1, (void __iomem**)&spu->problem, in spu_map_device()
274 spu->problem_phys, spu->problem); in spu_map_device()
356 spu->local_store, spu->problem, spu->priv1, in of_create_spu()
/arch/powerpc/platforms/ps3/
Dspu.c134 unsigned long problem, unsigned long ls, unsigned long shadow, in _dump_areas() argument
139 pr_debug("%s:%d: problem: %lxh\n", func, line, problem); in _dump_areas()
188 iounmap(spu->problem); in spu_unmap()
225 spu->problem = ioremap(spu->problem_phys, in setup_areas()
228 if (!spu->problem) { in setup_areas()
245 (unsigned long)spu->problem, (unsigned long)spu->local_store, in setup_areas()
/arch/powerpc/kernel/
Dcrash.c260 in_be32(&spu->problem->spu_runcntl_RW); in crash_kexec_stop_spus()
262 in_be32(&spu->problem->spu_status_R); in crash_kexec_stop_spus()
264 in_be32(&spu->problem->spu_npc_RW); in crash_kexec_stop_spus()
/arch/cris/arch-v32/lib/
Dnand_init.S12 ## memory. The problem is that it does a bytewise copy. NAND flashes
/arch/arm/
DKconfig.debug14 faster. However, when a problem occurs with the kernel, the
22 print a brief message explaining what the problem was. This is
/arch/powerpc/xmon/
Dxmon.c2760 in_be32(&spu->problem->spu_runcntl_RW); in stop_spus()
2805 out_be32(&spu->problem->spu_runcntl_RW, in restart_spus()
2866 DUMP_FIELD(spu, "0x%p", problem); in dump_spu_fields()
2867 DUMP_VALUE("0x%x", problem->spu_runcntl_RW, in dump_spu_fields()
2868 in_be32(&spu->problem->spu_runcntl_RW)); in dump_spu_fields()
2869 DUMP_VALUE("0x%x", problem->spu_status_R, in dump_spu_fields()
2870 in_be32(&spu->problem->spu_status_R)); in dump_spu_fields()
2871 DUMP_VALUE("0x%x", problem->spu_npc_RW, in dump_spu_fields()
2872 in_be32(&spu->problem->spu_npc_RW)); in dump_spu_fields()
/arch/ia64/
DKconfig.debug48 from step B3 or later don't have this problem. If you're unsure,
/arch/arm/mach-sa1100/
Dsleep.S71 @ fixes resume problem on high speed SA1110
/arch/blackfin/
DKconfig.debug31 explaining what the problem was. This debugging information is
207 the hardware trace may indicate that the problem lies in kernel
/arch/powerpc/platforms/8xx/
DKconfig129 get a BUG() very early in boot, this might fix the problem. For
/arch/cris/arch-v32/mm/
Dmmu.S71 ; the TLB contents. The problem and workaround were verified
/arch/powerpc/include/asm/
Dspu.h123 struct spu_problem __iomem *problem; member
/arch/m68k/q40/
DREADME137 classic configuration problem - don't send me anything in this case
/arch/sparc/lib/
Dsdiv.S49 ! compute sign of result; if neither is negative, no problem
Drem.S49 ! compute sign of result; if neither is negative, no problem
/arch/arm/mach-at91/
DKconfig366 problem so it can be safer to use a decimal values like 100.
/arch/x86/
DKconfig736 kernel if it detects a problem (e.g. overheating, component failure).
737 The action the kernel takes depends on the severity of the problem,
744 problem on some new non-standard machine, you can boot with "nomce"
1268 Saying Y here also fixes a problem with buggy SMP BIOSes which only
DKconfig.cpu328 occurances of this problem, at the cost of much heavier spinlock and
/arch/x86/math-emu/
DREADME144 extensively tested yet. A major problem exists because using it in
/arch/m68k/
DKconfig372 this problem.

12