Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/platforms/cell/spufs/
Drun.c319 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()
Dspufs.h189 char*(*get_ls) (struct spu_context * ctx); member
Dhw_ops.c323 .get_ls = spu_hw_get_ls,
Dbacking_ops.c388 .get_ls = spu_backing_get_ls,
Dfile.c186 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()