/Linux-v5.4/arch/powerpc/platforms/cell/spufs/ |
D | spufs.h | 67 struct spu_context { struct 148 struct spu_context *aff_ref_ctx; argument 173 int (*mbox_read) (struct spu_context * ctx, u32 * data); 174 u32(*mbox_stat_read) (struct spu_context * ctx); 175 __poll_t (*mbox_stat_poll)(struct spu_context *ctx, __poll_t events); 176 int (*ibox_read) (struct spu_context * ctx, u32 * data); 177 int (*wbox_write) (struct spu_context * ctx, u32 data); 178 u32(*signal1_read) (struct spu_context * ctx); 179 void (*signal1_write) (struct spu_context * ctx, u32 data); 180 u32(*signal2_read) (struct spu_context * ctx); [all …]
|
D | backing_ops.c | 34 static void gen_spu_event(struct spu_context *ctx, u32 event) in gen_spu_event() 49 static int spu_backing_mbox_read(struct spu_context *ctx, u32 * data) in spu_backing_mbox_read() 71 static u32 spu_backing_mbox_stat_read(struct spu_context *ctx) in spu_backing_mbox_stat_read() 76 static __poll_t spu_backing_mbox_stat_poll(struct spu_context *ctx, in spu_backing_mbox_stat_poll() 115 static int spu_backing_ibox_read(struct spu_context *ctx, u32 * data) in spu_backing_ibox_read() 139 static int spu_backing_wbox_write(struct spu_context *ctx, u32 data) in spu_backing_wbox_write() 170 static u32 spu_backing_signal1_read(struct spu_context *ctx) in spu_backing_signal1_read() 175 static void spu_backing_signal1_write(struct spu_context *ctx, u32 data) in spu_backing_signal1_write() 187 static u32 spu_backing_signal2_read(struct spu_context *ctx) in spu_backing_signal2_read() 192 static void spu_backing_signal2_write(struct spu_context *ctx, u32 data) in spu_backing_signal2_write() [all …]
|
D | hw_ops.c | 24 static int spu_hw_mbox_read(struct spu_context *ctx, u32 * data) in spu_hw_mbox_read() 41 static u32 spu_hw_mbox_stat_read(struct spu_context *ctx) in spu_hw_mbox_stat_read() 46 static __poll_t spu_hw_mbox_stat_poll(struct spu_context *ctx, __poll_t events) in spu_hw_mbox_stat_poll() 82 static int spu_hw_ibox_read(struct spu_context *ctx, u32 * data) in spu_hw_ibox_read() 103 static int spu_hw_wbox_write(struct spu_context *ctx, u32 data) in spu_hw_wbox_write() 124 static void spu_hw_signal1_write(struct spu_context *ctx, u32 data) in spu_hw_signal1_write() 129 static void spu_hw_signal2_write(struct spu_context *ctx, u32 data) in spu_hw_signal2_write() 134 static void spu_hw_signal1_type_set(struct spu_context *ctx, u64 val) in spu_hw_signal1_type_set() 150 static u64 spu_hw_signal1_type_get(struct spu_context *ctx) in spu_hw_signal1_type_get() 155 static void spu_hw_signal2_type_set(struct spu_context *ctx, u64 val) in spu_hw_signal2_type_set() [all …]
|
D | context.c | 25 struct spu_context *alloc_spu_context(struct spu_gang *gang) in alloc_spu_context() 27 struct spu_context *ctx; in alloc_spu_context() 71 struct spu_context *ctx; in destroy_spu_context() 72 ctx = container_of(kref, struct spu_context, kref); in destroy_spu_context() 88 struct spu_context * get_spu_context(struct spu_context *ctx) in get_spu_context() 94 int put_spu_context(struct spu_context *ctx) in put_spu_context() 100 void spu_forget(struct spu_context *ctx) in spu_forget() 119 void spu_unmap_mappings(struct spu_context *ctx) in spu_unmap_mappings() 143 int spu_acquire_saved(struct spu_context *ctx) in spu_acquire_saved() 165 void spu_release_saved(struct spu_context *ctx) in spu_release_saved()
|
D | file.c | 151 struct spu_context *ctx = i->i_ctx; in spufs_mem_open() 165 struct spu_context *ctx = i->i_ctx; in spufs_mem_release() 175 __spufs_mem_read(struct spu_context *ctx, char __user *buffer, in __spufs_mem_read() 187 struct spu_context *ctx = file->private_data; in spufs_mem_read() 203 struct spu_context *ctx = file->private_data; in spufs_mem_write() 226 struct spu_context *ctx = vma->vm_file->private_data; in spufs_mem_mmap_fault() 258 struct spu_context *ctx = vma->vm_file->private_data; in spufs_mem_mmap_access() 307 struct spu_context *ctx = vmf->vma->vm_file->private_data; in spufs_ps_fault() 389 struct spu_context *ctx = data; in spufs_cntl_get() 403 struct spu_context *ctx = data; in spufs_cntl_set() [all …]
|
D | sched.c | 85 void spu_set_timeslice(struct spu_context *ctx) in spu_set_timeslice() 96 void __spu_update_sched_info(struct spu_context *ctx) in __spu_update_sched_info() 137 void spu_update_sched_info(struct spu_context *ctx) in spu_update_sched_info() 155 static int __node_allowed(struct spu_context *ctx, int node) in __node_allowed() 167 static int node_allowed(struct spu_context *ctx, int node) in node_allowed() 194 struct spu_context *ctx = spu->ctx; in do_notify_spus_active() 210 static void spu_bind_context(struct spu *spu, struct spu_context *ctx) in spu_bind_context() 260 struct spu_context *ctx; in aff_merge_remaining_ctxs() 271 struct spu_context *ctx; in aff_set_offsets() 292 static struct spu *aff_ref_location(struct spu_context *ctx, int mem_aff, in aff_ref_location() [all …]
|
D | coredump.c | 24 static ssize_t do_coredump_read(int num, struct spu_context *ctx, void *buffer, in do_coredump_read() 40 static int spufs_ctx_note_size(struct spu_context *ctx, int dfd) in spufs_ctx_note_size() 62 struct spu_context *ctx; in match_context() 83 static struct spu_context *coredump_next_context(int *fd) in coredump_next_context() 96 struct spu_context *ctx; in spufs_coredump_extra_notes_size() 118 static int spufs_arch_write_note(struct spu_context *ctx, int i, in spufs_arch_write_note() 177 struct spu_context *ctx; in spufs_coredump_extra_notes_write()
|
D | run.c | 17 struct spu_context *ctx = spu->ctx; in spufs_stop_callback() 49 int spu_stopped(struct spu_context *ctx, u32 *stat) in spu_stopped() 82 static int spu_setup_isolated(struct spu_context *ctx) in spu_setup_isolated() 176 static int spu_run_init(struct spu_context *ctx, u32 *npc) in spu_run_init() 244 static int spu_run_fini(struct spu_context *ctx, u32 *npc, in spu_run_fini() 273 static int spu_handle_restartsys(struct spu_context *ctx, long *spu_ret, in spu_handle_restartsys() 309 static int spu_process_callback(struct spu_context *ctx) in spu_process_callback() 353 long spufs_run_spu(struct spu_context *ctx, u32 *npc, u32 *event) in spufs_run_spu()
|
D | fault.c | 23 static void spufs_handle_event(struct spu_context *ctx, in spufs_handle_event() 53 int spufs_handle_class0(struct spu_context *ctx) in spufs_handle_class0() 86 int spufs_handle_class1(struct spu_context *ctx) in spufs_handle_class1()
|
D | inode.c | 110 size_t size, struct spu_context *ctx) in spufs_new_file() 183 struct spu_context *ctx) in spufs_fill_dir() 201 struct spu_context *ctx; in spufs_dir_close() 234 struct spu_context *ctx; in spufs_mkdir() 301 static struct spu_context * 305 struct spu_context *tmp, *neighbor, *err; in spufs_assert_affinity() 336 !list_entry(neighbor->aff_list.next, struct spu_context, in spufs_assert_affinity() 373 spufs_set_affinity(unsigned int flags, struct spu_context *ctx, in spufs_set_affinity() 374 struct spu_context *neighbor) in spufs_set_affinity() 387 || list_entry(neighbor->aff_list.next, struct spu_context, in spufs_set_affinity() [all …]
|
D | gang.c | 52 void spu_gang_add_ctx(struct spu_gang *gang, struct spu_context *ctx) in spu_gang_add_ctx() 61 void spu_gang_remove_ctx(struct spu_gang *gang, struct spu_context *ctx) in spu_gang_remove_ctx()
|
D | sputrace.h | 12 TP_PROTO(struct spu_context *ctx, struct spu *spu, const char *name),
|
D | switch.c | 1700 struct spu_context *ctx = spu->ctx; in set_int_route()
|
/Linux-v5.4/arch/powerpc/platforms/cell/ |
D | spu_notify.c | 18 void spu_switch_notify(struct spu *spu, struct spu_context *ctx) in spu_switch_notify() 41 void spu_set_profile_private_kref(struct spu_context *ctx, in spu_set_profile_private_kref() 50 void *spu_get_profile_private_kref(struct spu_context *ctx) in spu_get_profile_private_kref()
|
D | spu_manage.c | 349 static void enable_spu_by_master_run(struct spu_context *ctx) in enable_spu_by_master_run() 354 static void disable_spu_by_master_run(struct spu_context *ctx) in disable_spu_by_master_run()
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | spu_priv1.h | 15 struct spu_context; 170 void (*enable_spu)(struct spu_context *ctx); 171 void (*disable_spu)(struct spu_context *ctx); 202 spu_enable_spu (struct spu_context *ctx) in spu_enable_spu() 208 spu_disable_spu (struct spu_context *ctx) in spu_disable_spu()
|
D | spu.h | 95 struct spu_context; 129 struct spu_context *ctx; 212 void spu_set_profile_private_kref(struct spu_context *ctx, 216 void *spu_get_profile_private_kref(struct spu_context *ctx);
|
/Linux-v5.4/arch/powerpc/platforms/ps3/ |
D | spu.c | 442 static void ps3_enable_spu(struct spu_context *ctx) in ps3_enable_spu() 446 static void ps3_disable_spu(struct spu_context *ctx) in ps3_disable_spu()
|