Searched refs:get_ls (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
H A D | run.c | 319 ls = (void __iomem *)ctx->ops->get_ls(ctx); in spu_process_callback() 344 ls = (void __iomem *)ctx->ops->get_ls(ctx); in spu_process_callback()
|
H A D | hw_ops.c | 323 .get_ls = spu_hw_get_ls,
|
H A D | spufs.h | 189 char*(*get_ls) (struct spu_context * ctx); member
|
H A D | backing_ops.c | 388 .get_ls = spu_backing_get_ls,
|
H A D | file.c | 186 return spufs_dump_emit(cprm, ctx->ops->get_ls(ctx), LS_SIZE); in spufs_mem_dump() 199 ret = simple_read_from_buffer(buffer, size, pos, ctx->ops->get_ls(ctx), in spufs_mem_read() 222 local_store = ctx->ops->get_ls(ctx); in spufs_mem_write() 275 local_store = ctx->ops->get_ls(ctx); in spufs_mem_mmap_access()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/ |
H A D | run.c | 319 ls = (void __iomem *)ctx->ops->get_ls(ctx); in spu_process_callback() 344 ls = (void __iomem *)ctx->ops->get_ls(ctx); in spu_process_callback()
|
H A D | hw_ops.c | 323 .get_ls = spu_hw_get_ls,
|
H A D | spufs.h | 189 char*(*get_ls) (struct spu_context * ctx); member
|
H A D | backing_ops.c | 388 .get_ls = spu_backing_get_ls,
|
H A D | file.c | 186 return spufs_dump_emit(cprm, ctx->ops->get_ls(ctx), LS_SIZE); in spufs_mem_dump() 199 ret = simple_read_from_buffer(buffer, size, pos, ctx->ops->get_ls(ctx), in spufs_mem_read() 222 local_store = ctx->ops->get_ls(ctx); in spufs_mem_write() 275 local_store = ctx->ops->get_ls(ctx); in spufs_mem_mmap_access()
|
Completed in 12 milliseconds