Home
last modified time | relevance | path

Searched refs:problem_phys (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/arch/powerpc/platforms/ps3/
Dspu.c154 u64 problem_phys; in construct_spu() local
159 &spu_pdata(spu)->priv2_addr, &problem_phys, in construct_spu()
163 spu->problem_phys = problem_phys; in construct_spu()
210 spu->problem = ioremap(spu->problem_phys, in setup_areas()
227 spu->problem_phys, spu->local_store_phys, in setup_areas()
/Linux-v6.6/arch/powerpc/platforms/cell/
Dspu_manage.c146 spu->problem_phys = *(unsigned long *)prop; in spu_map_device_old()
228 &spu->problem_phys); in spu_map_device()
252 spu->problem_phys, spu->problem); in spu_map_device()
/Linux-v6.6/arch/powerpc/include/asm/
Dspu.h112 unsigned long problem_phys; member
/Linux-v6.6/arch/powerpc/platforms/cell/spufs/
Dfile.c352 area = ctx->spu->problem_phys + ps_offs; in spufs_ps_fault()
/Linux-v6.6/arch/powerpc/xmon/
Dxmon.c4266 DUMP_FIELD(spu, "0x%lx", problem_phys); in dump_spu_fields()