Searched refs:get_ls (Results 1 - 5 of 5) sorted by path

/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dbacking_ops.c388 .get_ls = spu_backing_get_ls,
H A Dhw_ops.c323 .get_ls = spu_hw_get_ls,
H A Dfile.c186 return spufs_dump_emit(cprm, ctx->ops->get_ls(ctx), LS_SIZE);
199 ret = simple_read_from_buffer(buffer, size, pos, ctx->ops->get_ls(ctx),
222 local_store = ctx->ops->get_ls(ctx);
275 local_store = ctx->ops->get_ls(ctx);
H A Drun.c319 ls = (void __iomem *)ctx->ops->get_ls(ctx);
344 ls = (void __iomem *)ctx->ops->get_ls(ctx);
H A Dspufs.h189 char*(*get_ls) (struct spu_context * ctx); member in struct:spu_context_ops

Completed in 181 milliseconds