Searched defs:rproc (Results 1 – 5 of 5) sorted by relevance
549 struct rproc { struct555 struct rproc_ops *ops; argument559 enum rproc_dump_mechanism dump_conf; argument560 struct mutex lock;561 struct dentry *dbg_dir;562 struct list_head traces;563 int num_traces;564 struct list_head carveouts;565 struct list_head mappings;566 u64 bootaddr;[all …]
21 struct rproc *rproc; member
124 static inline struct pruss *pruss_get(struct rproc *rproc) in pruss_get()
63 static inline void pru_rproc_put(struct rproc *rproc) { } in pru_rproc_put()65 static inline int pru_rproc_set_ctable(struct rproc *rproc, in pru_rproc_set_ctable()
41 struct rproc *rproc; member