Home
last modified time | relevance | path

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

/Linux-v4.19/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.h202 char*(*get_ls) (struct spu_context * ctx); member
Dhw_ops.c336 .get_ls = spu_hw_get_ls,
Dbacking_ops.c401 .get_ls = spu_backing_get_ls,
Dfile.c191 char *local_store = ctx->ops->get_ls(ctx); in __spufs_mem_read()
228 local_store = ctx->ops->get_ls(ctx); in spufs_mem_write()
281 local_store = ctx->ops->get_ls(ctx); in spufs_mem_mmap_access()