| /linux-6.15/arch/powerpc/platforms/cell/spufs/ |
| H A D | switch.c | 64 static inline void acquire_spu_lock(struct spu *spu) in acquire_spu_lock() 73 static inline void release_spu_lock(struct spu *spu) in release_spu_lock() 247 struct spu *spu) in save_mfc_stopped_status() 286 struct spu *spu) in remove_other_spu_access() 320 struct spu *spu) in handle_pending_interrupts() 962 struct spu *spu) in suspend_mfc_and_halt_decr() 976 struct spu *spu) in wait_suspend_mfc_complete() 1111 struct spu *spu) in setup_spu_status_part1() 1203 struct spu *spu) in setup_spu_status_part2() 1704 struct spu *spu) in restore_other_spu_access() [all …]
|
| H A D | sched.c | 186 struct spu *spu; in do_notify_spus_active() local 291 struct spu *spu; in aff_ref_location() local 365 struct spu *spu; in ctx_location() local 555 struct spu *spu, *aff_ref_spu; in spu_get_idle() local 614 struct spu *spu; in find_victim() local 770 struct spu *spu; in spu_activate() local 846 struct spu *spu = ctx->spu; in __spu_deactivate() local 904 struct spu *spu = NULL; in spusched_tick() local 990 struct spu *spu; in spusched_thread() local 1024 struct spu *spu; in spuctx_switch_state() local [all …]
|
| H A D | hw_ops.c | 26 struct spu *spu = ctx->spu; in spu_hw_mbox_read() local 48 struct spu *spu = ctx->spu; in spu_hw_mbox_stat_poll() local 84 struct spu *spu = ctx->spu; in spu_hw_ibox_read() local 105 struct spu *spu = ctx->spu; in spu_hw_wbox_write() local 136 struct spu *spu = ctx->spu; in spu_hw_signal1_type_set() local 157 struct spu *spu = ctx->spu; in spu_hw_signal2_type_set() local 227 struct spu *spu = ctx->spu; in spu_hw_master_start() local 238 struct spu *spu = ctx->spu; in spu_hw_master_stop() local
|
| H A D | sputrace.h | 31 #define spu_context_trace(name, ctx, spu) \ argument
|
| H A D | run.c | 15 void spufs_stop_callback(struct spu *spu, int irq) in spufs_stop_callback()
|
| H A D | file.c | 674 void spufs_ibox_callback(struct spu *spu) in spufs_ibox_callback() 805 void spufs_wbox_callback(struct spu *spu) in spufs_wbox_callback() 1458 void spufs_mfc_callback(struct spu *spu) in spufs_mfc_callback() 2436 void spu_switch_log_notify(struct spu *spu, struct spu_context *ctx, in spu_switch_log_notify() 2466 struct spu *spu = ctx->spu; in spufs_show_ctx() local
|
| H A D | spufs.h | 68 struct spu *spu; /* pointer to a physical SPU */ member
|
| /linux-6.15/arch/powerpc/platforms/cell/ |
| H A D | spu_base.c | 81 struct spu *spu; in spu_flush_all_slbs() local 280 struct spu *spu; in spu_irq_class_0() local 304 struct spu *spu; in spu_irq_class_1() local 339 struct spu *spu; in spu_irq_class_2() local 474 struct spu *spu; in spu_add_dev_attr() local 487 struct spu *spu; in spu_add_dev_attr_group() local 515 struct spu *spu; in spu_remove_dev_attr() local 526 struct spu *spu; in spu_remove_dev_attr_group() local 555 struct spu *spu; in create_spu() local 663 struct spu *spu; member [all …]
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | spu_priv1.h | 63 spu_int_mask_get (struct spu *spu, int class) in spu_int_mask_get() 75 spu_int_stat_get (struct spu *spu, int class) in spu_int_stat_get() 87 spu_mfc_dar_get (struct spu *spu) in spu_mfc_dar_get() 93 spu_mfc_dsisr_get (struct spu *spu) in spu_mfc_dsisr_get() 105 spu_mfc_sdr_setup (struct spu *spu) in spu_mfc_sdr_setup() 111 spu_mfc_sr1_set (struct spu *spu, u64 sr1) in spu_mfc_sr1_set() 117 spu_mfc_sr1_get (struct spu *spu) in spu_mfc_sr1_get() 129 spu_mfc_tclass_id_get (struct spu *spu) in spu_mfc_tclass_id_get() 135 spu_tlb_invalidate (struct spu *spu) in spu_tlb_invalidate() 184 spu_create_spu (struct spu *spu, void *data) in spu_create_spu() [all …]
|
| H A D | spu.h | 108 struct spu { struct 113 struct spu_problem __iomem *problem; argument 114 struct spu_priv2 __iomem *priv2; argument 129 struct spu_context *ctx; argument 130 struct spu_runqueue *rq; argument 136 void (* wbox_callback)(struct spu *spu); argument 137 void (* ibox_callback)(struct spu *spu); argument 139 void (* mfc_callback)(struct spu *spu); argument 153 struct spu_priv1 __iomem *priv1; argument 165 enum spu_utilization_state util_state; argument [all …]
|
| /linux-6.15/arch/powerpc/platforms/ps3/ |
| H A D | spu.c | 150 static int __init construct_spu(struct spu *spu) in construct_spu() 175 static void spu_unmap(struct spu *spu) in spu_unmap() 190 static int __init setup_areas(struct spu *spu) in setup_areas() 274 static int __init enable_spu(struct spu *spu) in enable_spu() 307 static int ps3_destroy_spu(struct spu *spu) in ps3_destroy_spu() 512 static u64 mfc_dar_get(struct spu *spu) in mfc_dar_get() 522 static u64 mfc_dsisr_get(struct spu *spu) in mfc_dsisr_get() 527 static void mfc_sdr_setup(struct spu *spu) in mfc_sdr_setup() 548 static u64 mfc_sr1_get(struct spu *spu) in mfc_sr1_get() 562 static u64 mfc_tclass_id_get(struct spu *spu) in mfc_tclass_id_get() [all …]
|
| /linux-6.15/drivers/crypto/bcm/ |
| H A D | cipher.c | 139 struct spu_hw *spu = &iproc_priv.spu; in spu_skcipher_rx_sg_create() local 202 struct spu_hw *spu = &iproc_priv.spu; in spu_skcipher_tx_sg_create() local 302 struct spu_hw *spu = &iproc_priv.spu; in handle_skcipher_req() local 473 struct spu_hw *spu = &iproc_priv.spu; in handle_skcipher_resp() local 531 struct spu_hw *spu = &iproc_priv.spu; in spu_ahash_rx_sg_create() local 585 struct spu_hw *spu = &iproc_priv.spu; in spu_ahash_tx_sg_create() local 655 struct spu_hw *spu = &iproc_priv.spu; in handle_ahash_req() local 946 struct spu_hw *spu = &iproc_priv.spu; in ahash_req_done() local 1050 struct spu_hw *spu = &iproc_priv.spu; in spu_aead_rx_sg_create() local 1173 struct spu_hw *spu = &iproc_priv.spu; in spu_aead_tx_sg_create() local [all …]
|
| H A D | cipher.h | 423 struct spu_hw spu; member
|
| /linux-6.15/include/linux/mailbox/ |
| H A D | brcm-message.h | 49 } spu; member
|