Home
last modified time | relevance | path

Searched defs:spu (Results 1 - 25 of 37) sorted by relevance

12

/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H A Dspu_notify.c18 void spu_switch_notify(struct spu *spu, struct spu_context *ctx) in spu_switch_notify() argument
H A Dspu_priv1_mmio.c27 static void int_mask_and(struct spu *spu, int class, u64 mask) in int_mask_and() argument
35 static void int_mask_or(struct spu *spu, int class, u64 mask) in int_mask_or() argument
43 int_mask_set(struct spu *spu, int class, u64 mask) int_mask_set() argument
48 int_mask_get(struct spu *spu, int class) int_mask_get() argument
53 int_stat_clear(struct spu *spu, int class, u64 stat) int_stat_clear() argument
58 int_stat_get(struct spu *spu, int class) int_stat_get() argument
63 cpu_affinity_set(struct spu *spu, int cpu) cpu_affinity_set() argument
81 mfc_dar_get(struct spu *spu) mfc_dar_get() argument
86 mfc_dsisr_get(struct spu *spu) mfc_dsisr_get() argument
91 mfc_dsisr_set(struct spu *spu, u64 dsisr) mfc_dsisr_set() argument
96 mfc_sdr_setup(struct spu *spu) mfc_sdr_setup() argument
101 mfc_sr1_set(struct spu *spu, u64 sr1) mfc_sr1_set() argument
106 mfc_sr1_get(struct spu *spu) mfc_sr1_get() argument
111 mfc_tclass_id_set(struct spu *spu, u64 tclass_id) mfc_tclass_id_set() argument
116 mfc_tclass_id_get(struct spu *spu) mfc_tclass_id_get() argument
121 tlb_invalidate(struct spu *spu) tlb_invalidate() argument
126 resource_allocation_groupID_set(struct spu *spu, u64 id) resource_allocation_groupID_set() argument
131 resource_allocation_groupID_get(struct spu *spu) resource_allocation_groupID_get() argument
136 resource_allocation_enable_set(struct spu *spu, u64 enable) resource_allocation_enable_set() argument
141 resource_allocation_enable_get(struct spu *spu) resource_allocation_enable_get() argument
[all...]
H A Dcbe_thermal.c69 struct spu *spu; in get_pmd_regs() local
80 struct spu *spu; spu_read_register_value() local
[all...]
H A Dspu_manage.c28 struct device_node *spu_devnode(struct spu *spu) in spu_devnode() argument
58 static void spu_unmap(struct spu *spu) in spu_unmap() argument
67 spu_map_interrupts_old(struct spu *spu, struct device_node *np) spu_map_interrupts_old() argument
102 spu_map_prop_old(struct spu *spu, struct device_node *n, const char *name) spu_map_prop_old() argument
119 spu_map_device_old(struct spu *spu) spu_map_device_old() argument
169 spu_map_interrupts(struct spu *spu, struct device_node *np) spu_map_interrupts() argument
189 spu_map_resource(struct spu *spu, int nr, void __iomem** virt, unsigned long *phys) spu_map_resource() argument
209 spu_map_device(struct spu *spu) spu_map_device() argument
283 of_create_spu(struct spu *spu, void *data) of_create_spu() argument
342 of_destroy_spu(struct spu *spu) of_destroy_spu() argument
366 struct spu *spu; spu_lookup_reg() local
380 struct spu *last_spu, *spu; init_affinity_qs20_harcoded() local
414 struct spu *spu; devnode_spu() local
425 struct spu *spu; neighbour_spu() local
445 struct spu *spu, *last_spu; init_affinity_node() local
[all...]
H A Dspu_base.c66 void spu_invalidate_slbs(struct spu *spu) in spu_invalidate_slbs() argument
83 struct spu *sp in spu_flush_all_slbs() local
105 spu_associate_mm(struct spu *spu, struct mm_struct *mm) spu_associate_mm() argument
123 spu_restart_dma(struct spu *spu) spu_restart_dma() argument
135 spu_load_slb(struct spu *spu, int slbe, struct copro_slb *slb) spu_load_slb() argument
151 __spu_trap_data_seg(struct spu *spu, unsigned long ea) __spu_trap_data_seg() argument
173 __spu_trap_data_map(struct spu *spu, unsigned long ea, u64 dsisr) __spu_trap_data_map() argument
250 spu_setup_kernel_slbs(struct spu *spu, struct spu_lscsa *lscsa, void *code, int code_size) spu_setup_kernel_slbs() argument
282 struct spu *spu; spu_irq_class_0() local
306 struct spu *spu; spu_irq_class_1() local
347 struct spu *spu; spu_irq_class_2() local
390 spu_request_irqs(struct spu *spu) spu_request_irqs() argument
430 spu_free_irqs(struct spu *spu) spu_free_irqs() argument
440 spu_init_channels(struct spu *spu) spu_init_channels() argument
482 struct spu *spu; spu_add_dev_attr() local
495 struct spu *spu; spu_add_dev_attr_group() local
523 struct spu *spu; spu_remove_dev_attr() local
534 struct spu *spu; spu_remove_dev_attr_group() local
543 spu_create_dev(struct spu *spu) spu_create_dev() argument
563 struct spu *spu; create_spu() local
627 spu_acct_time(struct spu *spu, enum spu_utilization_state state) spu_acct_time() argument
647 struct spu *spu = container_of(dev, struct spu, dev); spu_stat_show() local
671 struct spu *spu; global() member
685 struct spu *spu; crash_kexec_stop_spus() local
716 struct spu *spu; crash_register_spus() local
739 struct spu *spu; spu_shutdown() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/
H A Drun.c15 void spufs_stop_callback(struct spu *spu, int irq) in spufs_stop_callback() argument
356 struct spu *spu; spufs_run_spu() local
[all...]
H A Dhw_ops.c26 struct spu *spu = ctx->spu; in spu_hw_mbox_read() local
48 struct spu *spu in spu_hw_mbox_stat_poll() local
84 struct spu *spu = ctx->spu; spu_hw_ibox_read() local
105 struct spu *spu = ctx->spu; spu_hw_wbox_write() local
136 struct spu *spu = ctx->spu; spu_hw_signal1_type_set() local
157 struct spu *spu = ctx->spu; spu_hw_signal2_type_set() local
227 struct spu *spu = ctx->spu; spu_hw_master_start() local
238 struct spu *spu = ctx->spu; spu_hw_master_stop() local
[all...]
H A Dsched.c189 struct spu *spu; in do_notify_spus_active() local
210 spu_bind_context(struct spu *spu, struct spu_context *ctx) spu_bind_context() argument
251 sched_spu(struct spu *spu) sched_spu() argument
295 struct spu *spu; aff_ref_location() local
370 struct spu *spu; ctx_location() local
424 spu_unbind_context(struct spu *spu, struct spu_context *ctx) spu_unbind_context() argument
561 struct spu *spu, *aff_ref_spu; spu_get_idle() local
620 struct spu *spu; find_victim() local
705 __spu_schedule(struct spu *spu, struct spu_context *ctx) __spu_schedule() argument
727 spu_schedule(struct spu *spu, struct spu_context *ctx) spu_schedule() argument
750 spu_unschedule(struct spu *spu, struct spu_context *ctx, int free_spu) spu_unschedule() argument
776 struct spu *spu; spu_activate() local
852 struct spu *spu = ctx->spu; __spu_deactivate() local
910 struct spu *spu = NULL; spusched_tick() local
996 struct spu *spu; spusched_thread() local
1030 struct spu *spu; spuctx_switch_state() local
1128 struct spu *spu; spu_sched_exit() local
[all...]
H A Dspufs.h68 struct spu *spu; /* pointer to a physical SPU */ member
[all...]
/kernel/linux/linux-5.10/arch/powerpc/oprofile/cell/
H A Dspu_profiler.c78 int spu; in spu_pc_extract() local
[all...]
H A Dspu_task_sync.c41 static void spu_buff_add(unsigned long int value, int spu) in spu_buff_add() argument
89 int spu; sync_spu_buff() local
187 prepare_cached_spu_info(struct spu *spu, unsigned long objectId) prepare_cached_spu_info() argument
315 get_exec_dcookie_and_offset(struct spu *spu, unsigned int *offsetp, unsigned long *spu_bin_dcookie, unsigned long spu_ref) get_exec_dcookie_and_offset() argument
372 process_context_switch(struct spu *spu, unsigned long objectId) process_context_switch() argument
458 int spu; oprofile_spu_buff_create() local
509 int spu; spu_sync_start() local
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H A Dspu_priv1_mmio.c26 static void int_mask_and(struct spu *spu, int class, u64 mask) in int_mask_and() argument
34 static void int_mask_or(struct spu *spu, int class, u64 mask) in int_mask_or() argument
42 int_mask_set(struct spu *spu, int class, u64 mask) int_mask_set() argument
47 int_mask_get(struct spu *spu, int class) int_mask_get() argument
52 int_stat_clear(struct spu *spu, int class, u64 stat) int_stat_clear() argument
57 int_stat_get(struct spu *spu, int class) int_stat_get() argument
62 cpu_affinity_set(struct spu *spu, int cpu) cpu_affinity_set() argument
80 mfc_dar_get(struct spu *spu) mfc_dar_get() argument
85 mfc_dsisr_get(struct spu *spu) mfc_dsisr_get() argument
90 mfc_dsisr_set(struct spu *spu, u64 dsisr) mfc_dsisr_set() argument
95 mfc_sdr_setup(struct spu *spu) mfc_sdr_setup() argument
100 mfc_sr1_set(struct spu *spu, u64 sr1) mfc_sr1_set() argument
105 mfc_sr1_get(struct spu *spu) mfc_sr1_get() argument
110 mfc_tclass_id_set(struct spu *spu, u64 tclass_id) mfc_tclass_id_set() argument
115 mfc_tclass_id_get(struct spu *spu) mfc_tclass_id_get() argument
120 tlb_invalidate(struct spu *spu) tlb_invalidate() argument
125 resource_allocation_groupID_set(struct spu *spu, u64 id) resource_allocation_groupID_set() argument
130 resource_allocation_groupID_get(struct spu *spu) resource_allocation_groupID_get() argument
135 resource_allocation_enable_set(struct spu *spu, u64 enable) resource_allocation_enable_set() argument
140 resource_allocation_enable_get(struct spu *spu) resource_allocation_enable_get() argument
[all...]
H A Dspu_manage.c30 struct device_node *spu_devnode(struct spu *spu) in spu_devnode() argument
60 static void spu_unmap(struct spu *spu) in spu_unmap() argument
69 spu_map_interrupts_old(struct spu *spu, struct device_node *np) spu_map_interrupts_old() argument
104 spu_map_prop_old(struct spu *spu, struct device_node *n, const char *name) spu_map_prop_old() argument
121 spu_map_device_old(struct spu *spu) spu_map_device_old() argument
171 spu_map_interrupts(struct spu *spu, struct device_node *np) spu_map_interrupts() argument
191 spu_map_resource(struct spu *spu, int nr, void __iomem** virt, unsigned long *phys) spu_map_resource() argument
211 spu_map_device(struct spu *spu) spu_map_device() argument
285 of_create_spu(struct spu *spu, void *data) of_create_spu() argument
344 of_destroy_spu(struct spu *spu) of_destroy_spu() argument
368 struct spu *spu; spu_lookup_reg() local
382 struct spu *last_spu, *spu; init_affinity_qs20_harcoded() local
416 struct spu *spu; devnode_spu() local
427 struct spu *spu; neighbour_spu() local
447 struct spu *spu, *last_spu; init_affinity_node() local
[all...]
H A Dcbe_thermal.c68 struct spu *spu; in get_pmd_regs() local
79 struct spu *spu; spu_read_register_value() local
[all...]
H A Dspu_base.c65 void spu_invalidate_slbs(struct spu *spu) in spu_invalidate_slbs() argument
82 struct spu *sp in spu_flush_all_slbs() local
104 spu_associate_mm(struct spu *spu, struct mm_struct *mm) spu_associate_mm() argument
122 spu_restart_dma(struct spu *spu) spu_restart_dma() argument
134 spu_load_slb(struct spu *spu, int slbe, struct copro_slb *slb) spu_load_slb() argument
150 __spu_trap_data_seg(struct spu *spu, unsigned long ea) __spu_trap_data_seg() argument
172 __spu_trap_data_map(struct spu *spu, unsigned long ea, u64 dsisr) __spu_trap_data_map() argument
249 spu_setup_kernel_slbs(struct spu *spu, struct spu_lscsa *lscsa, void *code, int code_size) spu_setup_kernel_slbs() argument
281 struct spu *spu; spu_irq_class_0() local
305 struct spu *spu; spu_irq_class_1() local
340 struct spu *spu; spu_irq_class_2() local
383 spu_request_irqs(struct spu *spu) spu_request_irqs() argument
423 spu_free_irqs(struct spu *spu) spu_free_irqs() argument
433 spu_init_channels(struct spu *spu) spu_init_channels() argument
475 struct spu *spu; spu_add_dev_attr() local
488 struct spu *spu; spu_add_dev_attr_group() local
516 struct spu *spu; spu_remove_dev_attr() local
527 struct spu *spu; spu_remove_dev_attr_group() local
536 spu_create_dev(struct spu *spu) spu_create_dev() argument
556 struct spu *spu; create_spu() local
620 spu_acct_time(struct spu *spu, enum spu_utilization_state state) spu_acct_time() argument
640 struct spu *spu = container_of(dev, struct spu, dev); spu_stat_show() local
664 struct spu *spu; global() member
678 struct spu *spu; crash_kexec_stop_spus() local
709 struct spu *spu; crash_register_spus() local
732 struct spu *spu; spu_shutdown() local
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/
H A Drun.c15 void spufs_stop_callback(struct spu *spu, int irq) in spufs_stop_callback() argument
[all...]
H A Dhw_ops.c26 struct spu *spu = ctx->spu; in spu_hw_mbox_read() local
48 struct spu *spu in spu_hw_mbox_stat_poll() local
84 struct spu *spu = ctx->spu; spu_hw_ibox_read() local
105 struct spu *spu = ctx->spu; spu_hw_wbox_write() local
136 struct spu *spu = ctx->spu; spu_hw_signal1_type_set() local
157 struct spu *spu = ctx->spu; spu_hw_signal2_type_set() local
227 struct spu *spu = ctx->spu; spu_hw_master_start() local
238 struct spu *spu = ctx->spu; spu_hw_master_stop() local
[all...]
H A Dsched.c186 struct spu *spu; in do_notify_spus_active() local
207 spu_bind_context(struct spu *spu, struct spu_context *ctx) spu_bind_context() argument
247 sched_spu(struct spu *spu) sched_spu() argument
291 struct spu *spu; aff_ref_location() local
365 struct spu *spu; ctx_location() local
419 spu_unbind_context(struct spu *spu, struct spu_context *ctx) spu_unbind_context() argument
555 struct spu *spu, *aff_ref_spu; spu_get_idle() local
614 struct spu *spu; find_victim() local
699 __spu_schedule(struct spu *spu, struct spu_context *ctx) __spu_schedule() argument
721 spu_schedule(struct spu *spu, struct spu_context *ctx) spu_schedule() argument
744 spu_unschedule(struct spu *spu, struct spu_context *ctx, int free_spu) spu_unschedule() argument
770 struct spu *spu; spu_activate() local
846 struct spu *spu = ctx->spu; __spu_deactivate() local
904 struct spu *spu = NULL; spusched_tick() local
990 struct spu *spu; spusched_thread() local
1024 struct spu *spu; spuctx_switch_state() local
1124 struct spu *spu; spu_sched_exit() local
[all...]
/kernel/linux/linux-5.10/include/linux/mailbox/
H A Dbrcm-message.h49 } spu; member
/kernel/linux/linux-6.6/include/linux/mailbox/
H A Dbrcm-message.h49 } spu; member
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dspu_priv1.h45 spu_int_mask_and(struct spu *spu, int class, u64 mask) spu_int_mask_and() argument
51 spu_int_mask_or(struct spu *spu, int class, u64 mask) spu_int_mask_or() argument
57 spu_int_mask_set(struct spu *spu, int class, u64 mask) spu_int_mask_set() argument
63 spu_int_mask_get(struct spu *spu, int class) spu_int_mask_get() argument
69 spu_int_stat_clear(struct spu *spu, int class, u64 stat) spu_int_stat_clear() argument
75 spu_int_stat_get(struct spu *spu, int class) spu_int_stat_get() argument
81 spu_cpu_affinity_set(struct spu *spu, int cpu) spu_cpu_affinity_set() argument
87 spu_mfc_dar_get(struct spu *spu) spu_mfc_dar_get() argument
93 spu_mfc_dsisr_get(struct spu *spu) spu_mfc_dsisr_get() argument
99 spu_mfc_dsisr_set(struct spu *spu, u64 dsisr) spu_mfc_dsisr_set() argument
105 spu_mfc_sdr_setup(struct spu *spu) spu_mfc_sdr_setup() argument
111 spu_mfc_sr1_set(struct spu *spu, u64 sr1) spu_mfc_sr1_set() argument
117 spu_mfc_sr1_get(struct spu *spu) spu_mfc_sr1_get() argument
123 spu_mfc_tclass_id_set(struct spu *spu, u64 tclass_id) spu_mfc_tclass_id_set() argument
129 spu_mfc_tclass_id_get(struct spu *spu) spu_mfc_tclass_id_get() argument
135 spu_tlb_invalidate(struct spu *spu) spu_tlb_invalidate() argument
141 spu_resource_allocation_groupID_set(struct spu *spu, u64 id) spu_resource_allocation_groupID_set() argument
147 spu_resource_allocation_groupID_get(struct spu *spu) spu_resource_allocation_groupID_get() argument
153 spu_resource_allocation_enable_set(struct spu *spu, u64 enable) spu_resource_allocation_enable_set() argument
159 spu_resource_allocation_enable_get(struct spu *spu) spu_resource_allocation_enable_get() argument
184 spu_create_spu(struct spu *spu, void *data) spu_create_spu() argument
190 spu_destroy_spu(struct spu *spu) spu_destroy_spu() argument
[all...]
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dspu_priv1.h45 spu_int_mask_and(struct spu *spu, int class, u64 mask) spu_int_mask_and() argument
51 spu_int_mask_or(struct spu *spu, int class, u64 mask) spu_int_mask_or() argument
57 spu_int_mask_set(struct spu *spu, int class, u64 mask) spu_int_mask_set() argument
63 spu_int_mask_get(struct spu *spu, int class) spu_int_mask_get() argument
69 spu_int_stat_clear(struct spu *spu, int class, u64 stat) spu_int_stat_clear() argument
75 spu_int_stat_get(struct spu *spu, int class) spu_int_stat_get() argument
81 spu_cpu_affinity_set(struct spu *spu, int cpu) spu_cpu_affinity_set() argument
87 spu_mfc_dar_get(struct spu *spu) spu_mfc_dar_get() argument
93 spu_mfc_dsisr_get(struct spu *spu) spu_mfc_dsisr_get() argument
99 spu_mfc_dsisr_set(struct spu *spu, u64 dsisr) spu_mfc_dsisr_set() argument
105 spu_mfc_sdr_setup(struct spu *spu) spu_mfc_sdr_setup() argument
111 spu_mfc_sr1_set(struct spu *spu, u64 sr1) spu_mfc_sr1_set() argument
117 spu_mfc_sr1_get(struct spu *spu) spu_mfc_sr1_get() argument
123 spu_mfc_tclass_id_set(struct spu *spu, u64 tclass_id) spu_mfc_tclass_id_set() argument
129 spu_mfc_tclass_id_get(struct spu *spu) spu_mfc_tclass_id_get() argument
135 spu_tlb_invalidate(struct spu *spu) spu_tlb_invalidate() argument
141 spu_resource_allocation_groupID_set(struct spu *spu, u64 id) spu_resource_allocation_groupID_set() argument
147 spu_resource_allocation_groupID_get(struct spu *spu) spu_resource_allocation_groupID_get() argument
153 spu_resource_allocation_enable_set(struct spu *spu, u64 enable) spu_resource_allocation_enable_set() argument
159 spu_resource_allocation_enable_get(struct spu *spu) spu_resource_allocation_enable_get() argument
184 spu_create_spu(struct spu *spu, void *data) spu_create_spu() argument
190 spu_destroy_spu(struct spu *spu) spu_destroy_spu() argument
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/
H A Dspu.c116 static struct spu_pdata *spu_pdata(struct spu *spu) in spu_pdata() argument
150 static int __init construct_spu(struct spu *spu) in construct_spu() argument
175 spu_unmap(struct spu *spu) spu_unmap() argument
190 setup_areas(struct spu *spu) setup_areas() argument
241 setup_interrupts(struct spu *spu) setup_interrupts() argument
274 enable_spu(struct spu *spu) enable_spu() argument
307 ps3_destroy_spu(struct spu *spu) ps3_destroy_spu() argument
333 ps3_create_spu(struct spu *spu, void *data) ps3_create_spu() argument
462 int_mask_and(struct spu *spu, int class, u64 mask) int_mask_and() argument
471 int_mask_or(struct spu *spu, int class, u64 mask) int_mask_or() argument
479 int_mask_set(struct spu *spu, int class, u64 mask) int_mask_set() argument
486 int_mask_get(struct spu *spu, int class) int_mask_get() argument
491 int_stat_clear(struct spu *spu, int class, u64 stat) int_stat_clear() argument
499 int_stat_get(struct spu *spu, int class) int_stat_get() argument
507 cpu_affinity_set(struct spu *spu, int cpu) cpu_affinity_set() argument
512 mfc_dar_get(struct spu *spu) mfc_dar_get() argument
517 mfc_dsisr_set(struct spu *spu, u64 dsisr) mfc_dsisr_set() argument
522 mfc_dsisr_get(struct spu *spu) mfc_dsisr_get() argument
527 mfc_sdr_setup(struct spu *spu) mfc_sdr_setup() argument
532 mfc_sr1_set(struct spu *spu, u64 sr1) mfc_sr1_set() argument
548 mfc_sr1_get(struct spu *spu) mfc_sr1_get() argument
553 mfc_tclass_id_set(struct spu *spu, u64 tclass_id) mfc_tclass_id_set() argument
562 mfc_tclass_id_get(struct spu *spu) mfc_tclass_id_get() argument
567 tlb_invalidate(struct spu *spu) tlb_invalidate() argument
572 resource_allocation_groupID_set(struct spu *spu, u64 id) resource_allocation_groupID_set() argument
577 resource_allocation_groupID_get(struct spu *spu) resource_allocation_groupID_get() argument
582 resource_allocation_enable_set(struct spu *spu, u64 enable) resource_allocation_enable_set() argument
587 resource_allocation_enable_get(struct spu *spu) resource_allocation_enable_get() argument
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/ps3/
H A Dspu.c116 static struct spu_pdata *spu_pdata(struct spu *spu) in spu_pdata() argument
150 static int __init construct_spu(struct spu *spu) in construct_spu() argument
175 spu_unmap(struct spu *spu) spu_unmap() argument
190 setup_areas(struct spu *spu) setup_areas() argument
241 setup_interrupts(struct spu *spu) setup_interrupts() argument
274 enable_spu(struct spu *spu) enable_spu() argument
307 ps3_destroy_spu(struct spu *spu) ps3_destroy_spu() argument
333 ps3_create_spu(struct spu *spu, void *data) ps3_create_spu() argument
462 int_mask_and(struct spu *spu, int class, u64 mask) int_mask_and() argument
471 int_mask_or(struct spu *spu, int class, u64 mask) int_mask_or() argument
479 int_mask_set(struct spu *spu, int class, u64 mask) int_mask_set() argument
486 int_mask_get(struct spu *spu, int class) int_mask_get() argument
491 int_stat_clear(struct spu *spu, int class, u64 stat) int_stat_clear() argument
499 int_stat_get(struct spu *spu, int class) int_stat_get() argument
507 cpu_affinity_set(struct spu *spu, int cpu) cpu_affinity_set() argument
512 mfc_dar_get(struct spu *spu) mfc_dar_get() argument
517 mfc_dsisr_set(struct spu *spu, u64 dsisr) mfc_dsisr_set() argument
522 mfc_dsisr_get(struct spu *spu) mfc_dsisr_get() argument
527 mfc_sdr_setup(struct spu *spu) mfc_sdr_setup() argument
532 mfc_sr1_set(struct spu *spu, u64 sr1) mfc_sr1_set() argument
548 mfc_sr1_get(struct spu *spu) mfc_sr1_get() argument
553 mfc_tclass_id_set(struct spu *spu, u64 tclass_id) mfc_tclass_id_set() argument
562 mfc_tclass_id_get(struct spu *spu) mfc_tclass_id_get() argument
567 tlb_invalidate(struct spu *spu) tlb_invalidate() argument
572 resource_allocation_groupID_set(struct spu *spu, u64 id) resource_allocation_groupID_set() argument
577 resource_allocation_groupID_get(struct spu *spu) resource_allocation_groupID_get() argument
582 resource_allocation_enable_set(struct spu *spu, u64 enable) resource_allocation_enable_set() argument
587 resource_allocation_enable_get(struct spu *spu) resource_allocation_enable_get() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/bcm/
H A Dcipher.h425 struct spu_hw spu; member

Completed in 15 milliseconds

12