Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/platforms/ps3/
Dspu.c155 u64 local_store_phys; in construct_spu() local
160 &local_store_phys, &unused, in construct_spu()
164 spu->local_store_phys = local_store_phys; in construct_spu()
202 spu->local_store = (__force void *)ioremap_wc(spu->local_store_phys, LS_SIZE); in setup_areas()
227 spu->problem_phys, spu->local_store_phys, in setup_areas()
/linux-6.1.9/arch/powerpc/platforms/cell/
Dspu_manage.c134 spu->local_store_phys = *(unsigned long *)prop; in spu_map_device_old()
220 &spu->local_store_phys); in spu_map_device()
249 spu->local_store_phys, spu->local_store); in spu_map_device()
/linux-6.1.9/arch/powerpc/include/asm/
Dspu.h110 unsigned long local_store_phys; member
/linux-6.1.9/arch/powerpc/platforms/cell/spufs/
Dfile.c252 pfn = (ctx->spu->local_store_phys + offset) >> PAGE_SHIFT; in spufs_mem_mmap_fault()
/linux-6.1.9/arch/powerpc/xmon/
Dxmon.c4258 DUMP_FIELD(spu, "0x%lx", local_store_phys); in dump_spu_fields()