/arch/powerpc/platforms/cell/spufs/ |
D | hw_ops.c | 41 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 …]
|
D | switch.c | 97 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/ |
D | entry64.S | 121 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
|
D | entry.S | 132 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
|
D | head.S | 83 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/ |
D | spu_manage.c | 76 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/ |
D | spu.c | 134 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/ |
D | crash.c | 260 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/ |
D | nand_init.S | 12 ## memory. The problem is that it does a bytewise copy. NAND flashes
|
/arch/arm/ |
D | Kconfig.debug | 14 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/ |
D | xmon.c | 2760 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/ |
D | Kconfig.debug | 48 from step B3 or later don't have this problem. If you're unsure,
|
/arch/arm/mach-sa1100/ |
D | sleep.S | 71 @ fixes resume problem on high speed SA1110
|
/arch/blackfin/ |
D | Kconfig.debug | 31 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/ |
D | Kconfig | 129 get a BUG() very early in boot, this might fix the problem. For
|
/arch/cris/arch-v32/mm/ |
D | mmu.S | 71 ; the TLB contents. The problem and workaround were verified
|
/arch/powerpc/include/asm/ |
D | spu.h | 123 struct spu_problem __iomem *problem; member
|
/arch/m68k/q40/ |
D | README | 137 classic configuration problem - don't send me anything in this case
|
/arch/sparc/lib/ |
D | sdiv.S | 49 ! compute sign of result; if neither is negative, no problem
|
D | rem.S | 49 ! compute sign of result; if neither is negative, no problem
|
/arch/arm/mach-at91/ |
D | Kconfig | 366 problem so it can be safer to use a decimal values like 100.
|
/arch/x86/ |
D | Kconfig | 736 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
|
D | Kconfig.cpu | 328 occurances of this problem, at the cost of much heavier spinlock and
|
/arch/x86/math-emu/ |
D | README | 144 extensively tested yet. A major problem exists because using it in
|
/arch/m68k/ |
D | Kconfig | 372 this problem.
|