Lines Matching +full:point +full:- +full:to +full:- +full:point
1 .. SPDX-License-Identifier: GPL-2.0
9 spu_create - create a new spu context
25 the Cell Broadband Engine Architecture in order to access Synergistic
27 pathname and returns a handle to associated with it. pathname must
28 point to a non-existing directory in the mount point of the SPU file
29 system (spufs). When spu_create is successful, a directory gets cre-
32 The returned file handle can only be passed to spu_run(2) or closed,
33 other operations are not defined on it. When it is closed, all associ-
35 pointing either inside of the context directory or to this file
56 spu_create returns a new file descriptor. It may return -1 to indicate
57 an error condition and set errno to one of the error codes listed
65 point.
72 EINVAL pathname is not a directory in the spufs mount point.
87 ENOSPC There are not enough SPU resources available to create a new
88 context or the user specific limit for the number of SPU con-
102 spu_create is meant to be used from libraries that implement a more
103 abstract interface to SPUs, not to be used from regular applications.
104 See http://www.bsc.es/projects/deepcomputing/linuxoncell/ for the rec-
110 pathname must point to a location beneath the mount point of spufs. By
114 Conforming to
116 This call is Linux specific and only implemented by the ppc64 architec-