Searched refs:local_store_phys (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/ |
H A D | spu.c | 155 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()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/ps3/ |
H A D | spu.c | 155 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()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
H A D | spu_manage.c | 133 spu->local_store_phys = *(unsigned long *)prop; in spu_map_device_old() 219 &spu->local_store_phys); in spu_map_device() 248 spu->local_store_phys, spu->local_store); in spu_map_device()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/ |
H A D | spu_manage.c | 135 spu->local_store_phys = *(unsigned long *)prop; in spu_map_device_old() 221 &spu->local_store_phys); in spu_map_device() 250 spu->local_store_phys, spu->local_store); in spu_map_device()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | spu.h | 110 unsigned long local_store_phys; member
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | spu.h | 110 unsigned long local_store_phys; member
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
H A D | file.c | 252 pfn = (ctx->spu->local_store_phys + offset) >> PAGE_SHIFT; in spufs_mem_mmap_fault()
|
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | xmon.c | 4187 DUMP_FIELD(spu, "0x%lx", local_store_phys); in dump_spu_fields()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/ |
H A D | file.c | 252 pfn = (ctx->spu->local_store_phys + offset) >> PAGE_SHIFT; in spufs_mem_mmap_fault()
|
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | xmon.c | 4248 DUMP_FIELD(spu, "0x%lx", local_store_phys); in dump_spu_fields()
|
Completed in 23 milliseconds