Searched refs:spu (Results 1 - 25 of 65) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dspu_priv1.h2 * Defines an spu hypervisor abstraction layer.
26 struct spu;
31 void (*int_mask_and) (struct spu *spu, int class, u64 mask);
32 void (*int_mask_or) (struct spu *spu, int class, u64 mask);
33 void (*int_mask_set) (struct spu *spu, int class, u64 mask);
34 u64 (*int_mask_get) (struct spu *spu, in
56 spu_int_mask_and(struct spu *spu, int class, u64 mask) argument
62 spu_int_mask_or(struct spu *spu, int class, u64 mask) argument
68 spu_int_mask_set(struct spu *spu, int class, u64 mask) argument
74 spu_int_mask_get(struct spu *spu, int class) argument
80 spu_int_stat_clear(struct spu *spu, int class, u64 stat) argument
86 spu_int_stat_get(struct spu *spu, int class) argument
92 spu_cpu_affinity_set(struct spu *spu, int cpu) argument
98 spu_mfc_dar_get(struct spu *spu) argument
104 spu_mfc_dsisr_get(struct spu *spu) argument
110 spu_mfc_dsisr_set(struct spu *spu, u64 dsisr) argument
116 spu_mfc_sdr_setup(struct spu *spu) argument
122 spu_mfc_sr1_set(struct spu *spu, u64 sr1) argument
128 spu_mfc_sr1_get(struct spu *spu) argument
134 spu_mfc_tclass_id_set(struct spu *spu, u64 tclass_id) argument
140 spu_mfc_tclass_id_get(struct spu *spu) argument
146 spu_tlb_invalidate(struct spu *spu) argument
152 spu_resource_allocation_groupID_set(struct spu *spu, u64 id) argument
158 spu_resource_allocation_groupID_get(struct spu *spu) argument
164 spu_resource_allocation_enable_set(struct spu *spu, u64 enable) argument
170 spu_resource_allocation_enable_get(struct spu *spu) argument
192 spu_create_spu(struct spu *spu, void *data) argument
198 spu_destroy_spu(struct spu *spu) argument
[all...]
H A Dspu_info.h27 #include <asm/spu.h>
H A Dspu.h109 struct spu { struct
135 void (* wbox_callback)(struct spu *spu);
136 void (* ibox_callback)(struct spu *spu);
137 void (* stop_callback)(struct spu *spu);
138 void (* mfc_callback)(struct spu *spu);
139 void (* dma_callback)(struct spu *sp
[all...]
H A Dspu_csa.h92 * Since we don't want to rely on having the spu-gcc
258 extern int spu_save(struct spu_state *prev, struct spu *spu);
259 extern int spu_restore(struct spu_state *new, struct spu *spu);
261 struct spu *spu);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dspu_priv1_mmio.h2 * spu hypervisor abstraction for direct hardware access.
24 struct device_node *spu_devnode(struct spu *spu);
H A Dspu_priv1_mmio.c2 * spu hypervisor abstraction for direct hardware access.
32 #include <asm/spu.h>
40 static void int_mask_and(struct spu *spu, int class, u64 mask) argument
44 old_mask = in_be64(&spu->priv1->int_mask_RW[class]);
45 out_be64(&spu->priv1->int_mask_RW[class], old_mask & mask);
48 static void int_mask_or(struct spu *spu, int class, u64 mask) argument
52 old_mask = in_be64(&spu->priv1->int_mask_RW[class]);
53 out_be64(&spu
56 int_mask_set(struct spu *spu, int class, u64 mask) argument
61 int_mask_get(struct spu *spu, int class) argument
66 int_stat_clear(struct spu *spu, int class, u64 stat) argument
71 int_stat_get(struct spu *spu, int class) argument
76 cpu_affinity_set(struct spu *spu, int cpu) argument
83 mfc_dar_get(struct spu *spu) argument
88 mfc_dsisr_get(struct spu *spu) argument
93 mfc_dsisr_set(struct spu *spu, u64 dsisr) argument
98 mfc_sdr_setup(struct spu *spu) argument
103 mfc_sr1_set(struct spu *spu, u64 sr1) argument
108 mfc_sr1_get(struct spu *spu) argument
113 mfc_tclass_id_set(struct spu *spu, u64 tclass_id) argument
118 mfc_tclass_id_get(struct spu *spu) argument
123 tlb_invalidate(struct spu *spu) argument
128 resource_allocation_groupID_set(struct spu *spu, u64 id) argument
133 resource_allocation_groupID_get(struct spu *spu) argument
138 resource_allocation_enable_set(struct spu *spu, u64 enable) argument
143 resource_allocation_enable_get(struct spu *spu) argument
[all...]
H A Dspu_base.c34 #include <asm/spu.h>
50 void spu_invalidate_slbs(struct spu *spu) argument
52 struct spu_priv2 __iomem *priv2 = spu->priv2;
54 if (spu_mfc_sr1_get(spu) & MFC_STATE1_RELOCATE_MASK)
64 struct spu *spu; local
68 list_for_each_entry(spu, &spu_full_list, full_list) {
69 if (spu->mm == mm)
70 spu_invalidate_slbs(spu);
86 spu_associate_mm(struct spu *spu, struct mm_struct *mm) argument
98 __spu_trap_invalid_dma(struct spu *spu) argument
105 __spu_trap_dma_align(struct spu *spu) argument
112 __spu_trap_error(struct spu *spu) argument
119 spu_restart_dma(struct spu *spu) argument
127 __spu_trap_data_seg(struct spu *spu, unsigned long ea) argument
191 __spu_trap_data_map(struct spu *spu, unsigned long ea, u64 dsisr) argument
219 struct spu *spu; local
229 spu_irq_class_0_bottom(struct spu *spu) argument
261 struct spu *spu; local
298 struct spu *spu; local
338 spu_request_irqs(struct spu *spu) argument
381 spu_free_irqs(struct spu *spu) argument
391 spu_init_channels(struct spu *spu) argument
427 struct spu *spu = NULL; local
445 struct spu *spu = NULL; local
457 spu_free(struct spu *spu) argument
471 struct spu *spu; local
484 struct spu *spu; local
498 struct spu *spu; local
510 struct spu *spu; local
520 spu_create_sysdev(struct spu *spu) argument
540 struct spu *spu; local
[all...]
H A Dspu_manage.c2 * spu management operations for of based platforms
33 #include <asm/spu.h>
40 struct device_node *spu_devnode(struct spu *spu) argument
42 return spu->devnode;
62 static void spu_unmap(struct spu *spu) argument
65 iounmap(spu->priv1);
66 iounmap(spu->priv2);
67 iounmap(spu
71 spu_map_interrupts_old(struct spu *spu, struct device_node *np) argument
103 spu_map_prop_old(struct spu *spu, struct device_node *n, const char *name) argument
120 spu_map_device_old(struct spu *spu) argument
170 spu_map_interrupts(struct spu *spu, struct device_node *np) argument
204 spu_map_resource(struct spu *spu, int nr, void __iomem** virt, unsigned long *phys) argument
224 spu_map_device(struct spu *spu) argument
296 of_create_spu(struct spu *spu, void *data) argument
355 of_destroy_spu(struct spu *spu) argument
[all...]
H A DMakefile15 spu-priv1-$(CONFIG_PPC_CELL_NATIVE) += spu_priv1_mmio.o
17 spu-manage-$(CONFIG_PPC_CELLEB) += spu_manage.o
18 spu-manage-$(CONFIG_PPC_CELL_NATIVE) += spu_manage.o
23 $(spu-priv1-y) \
24 $(spu-manage-y) \
H A Dcbe_thermal.c4 * This module adds some sysfs attributes to cpu and spu nodes.
10 * /sys/devices/system/spu/spuX/thermal
25 * full throttling is applied to the cpu or spu. This value should be
52 #include <asm/spu.h>
81 struct spu *spu; local
83 spu = container_of(sysdev, struct spu, sysdev);
85 return cbe_get_pmd_regs(spu_devnode(spu));
88 /* returns the value for a given spu i
93 struct spu *spu; local
[all...]
H A Dspu_coredump.c27 #include <asm/spu.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/celleb/
H A Dspu_priv1.c2 * spu hypervisor abstraction for Beat
24 #include <asm/spu.h>
29 static inline void _int_mask_set(struct spu *spu, int class, u64 mask) argument
31 spu->shadow_int_mask_RW[class] = mask;
32 beat_set_irq_mask_for_spe(spu->spe_id, class, mask);
35 static inline u64 _int_mask_get(struct spu *spu, int class) argument
37 return spu->shadow_int_mask_RW[class];
40 static void int_mask_set(struct spu *sp argument
45 int_mask_get(struct spu *spu, int class) argument
50 int_mask_and(struct spu *spu, int class, u64 mask) argument
57 int_mask_or(struct spu *spu, int class, u64 mask) argument
64 int_stat_clear(struct spu *spu, int class, u64 stat) argument
69 int_stat_get(struct spu *spu, int class) argument
76 cpu_affinity_set(struct spu *spu, int cpu) argument
81 mfc_dar_get(struct spu *spu) argument
90 mfc_dsisr_get(struct spu *spu) argument
99 mfc_dsisr_set(struct spu *spu, u64 dsisr) argument
106 mfc_sdr_setup(struct spu *spu) argument
111 mfc_sr1_set(struct spu *spu, u64 sr1) argument
118 mfc_sr1_get(struct spu *spu) argument
127 mfc_tclass_id_set(struct spu *spu, u64 tclass_id) argument
134 mfc_tclass_id_get(struct spu *spu) argument
143 tlb_invalidate(struct spu *spu) argument
150 resource_allocation_groupID_set(struct spu *spu, u64 id) argument
158 resource_allocation_groupID_get(struct spu *spu) argument
168 resource_allocation_enable_set(struct spu *spu, u64 enable) argument
176 resource_allocation_enable_get(struct spu *spu) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/ps3/
H A Dspu.c2 * PS3 Platform spu routines.
27 #include <asm/spu.h>
124 static struct spu_pdata *spu_pdata(struct spu *spu) argument
126 return spu->pdata;
152 static int __init construct_spu(struct spu *spu) argument
159 &spu_pdata(spu)->priv2_addr, &spu->problem_phys,
160 &spu
173 spu_unmap(struct spu *spu) argument
181 setup_areas(struct spu *spu) argument
229 setup_interrupts(struct spu *spu) argument
262 enable_spu(struct spu *spu) argument
295 ps3_destroy_spu(struct spu *spu) argument
321 ps3_create_spu(struct spu *spu, void *data) argument
418 int_mask_and(struct spu *spu, int class, u64 mask) argument
427 int_mask_or(struct spu *spu, int class, u64 mask) argument
435 int_mask_set(struct spu *spu, int class, u64 mask) argument
442 int_mask_get(struct spu *spu, int class) argument
447 int_stat_clear(struct spu *spu, int class, u64 stat) argument
455 int_stat_get(struct spu *spu, int class) argument
463 cpu_affinity_set(struct spu *spu, int cpu) argument
468 mfc_dar_get(struct spu *spu) argument
473 mfc_dsisr_set(struct spu *spu, u64 dsisr) argument
478 mfc_dsisr_get(struct spu *spu) argument
483 mfc_sdr_setup(struct spu *spu) argument
488 mfc_sr1_set(struct spu *spu, u64 sr1) argument
504 mfc_sr1_get(struct spu *spu) argument
509 mfc_tclass_id_set(struct spu *spu, u64 tclass_id) argument
518 mfc_tclass_id_get(struct spu *spu) argument
523 tlb_invalidate(struct spu *spu) argument
528 resource_allocation_groupID_set(struct spu *spu, u64 id) argument
533 resource_allocation_groupID_get(struct spu *spu) argument
538 resource_allocation_enable_set(struct spu *spu, u64 enable) argument
543 resource_allocation_enable_get(struct spu *spu) argument
[all...]
H A DMakefile6 obj-$(CONFIG_SPU_BASE) += spu.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/spufs/
H A Dswitch.c46 #include <asm/spu.h>
68 static inline void acquire_spu_lock(struct spu *spu) argument
77 static inline void release_spu_lock(struct spu *spu) argument
85 static inline int check_spu_isolate(struct spu_state *csa, struct spu *spu) argument
87 struct spu_problem __iomem *prob = spu->problem;
101 static inline void disable_interrupts(struct spu_state *csa, struct spu *spu) argument
125 set_watchdog_timer(struct spu_state *csa, struct spu *spu) argument
138 inhibit_user_access(struct spu_state *csa, struct spu *spu) argument
149 set_switch_pending(struct spu_state *csa, struct spu *spu) argument
159 save_mfc_cntl(struct spu_state *csa, struct spu *spu) argument
194 save_spu_runcntl(struct spu_state *csa, struct spu *spu) argument
205 save_mfc_sr1(struct spu_state *csa, struct spu *spu) argument
213 save_spu_status(struct spu_state *csa, struct spu *spu) argument
239 save_mfc_decr(struct spu_state *csa, struct spu *spu) argument
259 halt_mfc_decr(struct spu_state *csa, struct spu *spu) argument
271 save_timebase(struct spu_state *csa, struct spu *spu) argument
280 remove_other_spu_access(struct spu_state *csa, struct spu *spu) argument
289 do_mfc_mssync(struct spu_state *csa, struct spu *spu) argument
302 issue_mfc_tlbie(struct spu_state *csa, struct spu *spu) argument
314 handle_pending_interrupts(struct spu_state *csa, struct spu *spu) argument
328 save_mfc_queues(struct spu_state *csa, struct spu *spu) argument
361 save_ppu_querymask(struct spu_state *csa, struct spu *spu) argument
372 save_ppu_querytype(struct spu_state *csa, struct spu *spu) argument
383 save_mfc_csr_tsq(struct spu_state *csa, struct spu *spu) argument
395 save_mfc_csr_cmd(struct spu_state *csa, struct spu *spu) argument
407 save_mfc_csr_ato(struct spu_state *csa, struct spu *spu) argument
418 save_mfc_tclass_id(struct spu_state *csa, struct spu *spu) argument
427 set_mfc_tclass_id(struct spu_state *csa, struct spu *spu) argument
438 purge_mfc_queue(struct spu_state *csa, struct spu *spu) argument
450 wait_purge_complete(struct spu_state *csa, struct spu *spu) argument
463 setup_mfc_sr1(struct spu_state *csa, struct spu *spu) argument
481 save_spu_npc(struct spu_state *csa, struct spu *spu) argument
491 save_spu_privcntl(struct spu_state *csa, struct spu *spu) argument
501 reset_spu_privcntl(struct spu_state *csa, struct spu *spu) argument
513 save_spu_lslr(struct spu_state *csa, struct spu *spu) argument
523 reset_spu_lslr(struct spu_state *csa, struct spu *spu) argument
535 save_spu_cfg(struct spu_state *csa, struct spu *spu) argument
545 save_pm_trace(struct spu_state *csa, struct spu *spu) argument
553 save_mfc_rag(struct spu_state *csa, struct spu *spu) argument
565 save_ppu_mb_stat(struct spu_state *csa, struct spu *spu) argument
575 save_ppu_mb(struct spu_state *csa, struct spu *spu) argument
585 save_ppuint_mb(struct spu_state *csa, struct spu *spu) argument
595 save_ch_part1(struct spu_state *csa, struct spu *spu) argument
621 save_spu_mb(struct spu_state *csa, struct spu *spu) argument
639 save_mfc_cmd(struct spu_state *csa, struct spu *spu) argument
652 reset_ch(struct spu_state *csa, struct spu *spu) argument
672 resume_mfc_queue(struct spu_state *csa, struct spu *spu) argument
696 load_mfc_slb(struct spu *spu, u64 slb[2], int slbe) argument
707 setup_mfc_slbs(struct spu_state *csa, struct spu *spu) argument
734 set_switch_active(struct spu_state *csa, struct spu *spu) argument
746 enable_interrupts(struct spu_state *csa, struct spu *spu) argument
769 send_mfc_dma(struct spu *spu, unsigned long ea, unsigned int ls_offset, unsigned int size, unsigned int tag, unsigned int rclass, unsigned int cmd) argument
803 save_ls_16kb(struct spu_state *csa, struct spu *spu) argument
819 set_spu_npc(struct spu_state *csa, struct spu *spu) argument
836 set_signot1(struct spu_state *csa, struct spu *spu) argument
854 set_signot2(struct spu_state *csa, struct spu *spu) argument
872 send_save_code(struct spu_state *csa, struct spu *spu) argument
888 set_ppu_querymask(struct spu_state *csa, struct spu *spu) argument
901 wait_tag_complete(struct spu_state *csa, struct spu *spu) argument
924 wait_spu_stopped(struct spu_state *csa, struct spu *spu) argument
943 check_save_status(struct spu_state *csa, struct spu *spu) argument
958 terminate_spu_app(struct spu_state *csa, struct spu *spu) argument
966 suspend_mfc(struct spu_state *csa, struct spu *spu) argument
980 wait_suspend_mfc_complete(struct spu_state *csa, struct spu *spu) argument
994 suspend_spe(struct spu_state *csa, struct spu *spu) argument
1036 clear_spu_status(struct spu_state *csa, struct spu *spu) argument
1070 reset_ch_part1(struct spu_state *csa, struct spu *spu) argument
1095 reset_ch_part2(struct spu_state *csa, struct spu *spu) argument
1115 setup_spu_status_part1(struct spu_state *csa, struct spu *spu) argument
1207 setup_spu_status_part2(struct spu_state *csa, struct spu *spu) argument
1231 restore_mfc_rag(struct spu_state *csa, struct spu *spu) argument
1243 send_restore_code(struct spu_state *csa, struct spu *spu) argument
1259 setup_decr(struct spu_state *csa, struct spu *spu) argument
1276 setup_ppu_mb(struct spu_state *csa, struct spu *spu) argument
1284 setup_ppuint_mb(struct spu_state *csa, struct spu *spu) argument
1292 check_restore_status(struct spu_state *csa, struct spu *spu) argument
1307 restore_spu_privcntl(struct spu_state *csa, struct spu *spu) argument
1318 restore_status_part1(struct spu_state *csa, struct spu *spu) argument
1338 restore_status_part2(struct spu_state *csa, struct spu *spu) argument
1365 restore_ls_16kb(struct spu_state *csa, struct spu *spu) argument
1381 clear_interrupts(struct spu_state *csa, struct spu *spu) argument
1401 restore_mfc_queues(struct spu_state *csa, struct spu *spu) argument
1435 restore_ppu_querymask(struct spu_state *csa, struct spu *spu) argument
1446 restore_ppu_querytype(struct spu_state *csa, struct spu *spu) argument
1457 restore_mfc_csr_tsq(struct spu_state *csa, struct spu *spu) argument
1469 restore_mfc_csr_cmd(struct spu_state *csa, struct spu *spu) argument
1482 restore_mfc_csr_ato(struct spu_state *csa, struct spu *spu) argument
1492 restore_mfc_tclass_id(struct spu_state *csa, struct spu *spu) argument
1501 set_llr_event(struct spu_state *csa, struct spu *spu) argument
1524 restore_decr_wrapped(struct spu_state *csa, struct spu *spu) argument
1542 restore_ch_part1(struct spu_state *csa, struct spu *spu) argument
1566 restore_ch_part2(struct spu_state *csa, struct spu *spu) argument
1589 restore_spu_lslr(struct spu_state *csa, struct spu *spu) argument
1600 restore_spu_cfg(struct spu_state *csa, struct spu *spu) argument
1611 restore_pm_trace(struct spu_state *csa, struct spu *spu) argument
1619 restore_spu_npc(struct spu_state *csa, struct spu *spu) argument
1630 restore_spu_mb(struct spu_state *csa, struct spu *spu) argument
1647 check_ppu_mb_stat(struct spu_state *csa, struct spu *spu) argument
1662 check_ppuint_mb_stat(struct spu_state *csa, struct spu *spu) argument
1679 restore_mfc_sr1(struct spu_state *csa, struct spu *spu) argument
1688 restore_other_spu_access(struct spu_state *csa, struct spu *spu) argument
1696 restore_spu_runcntl(struct spu_state *csa, struct spu *spu) argument
1710 restore_mfc_cntl(struct spu_state *csa, struct spu *spu) argument
1725 enable_user_access(struct spu_state *csa, struct spu *spu) argument
1735 reset_switch_active(struct spu_state *csa, struct spu *spu) argument
1744 reenable_interrupts(struct spu_state *csa, struct spu *spu) argument
1756 quiece_spu(struct spu_state *prev, struct spu *spu) argument
1793 save_csa(struct spu_state *prev, struct spu *spu) argument
1828 save_lscsa(struct spu_state *prev, struct spu *spu) argument
1850 force_spu_isolate_exit(struct spu *spu) argument
1882 stop_spu_isolate(struct spu *spu) argument
1895 harvest(struct spu_state *prev, struct spu *spu) argument
1930 restore_lscsa(struct spu_state *next, struct spu *spu) argument
1955 restore_csa(struct spu_state *next, struct spu *spu) argument
1999 __do_spu_save(struct spu_state *prev, struct spu *spu) argument
2031 __do_spu_restore(struct spu_state *next, struct spu *spu) argument
2069 spu_save(struct spu_state *prev, struct spu *spu) argument
2097 spu_restore(struct spu_state *new, struct spu *spu) argument
2123 spu_harvest(struct spu *spu) argument
[all...]
H A Dhw_ops.c32 #include <asm/spu.h>
40 struct spu *spu = ctx->spu; local
41 struct spu_problem __iomem *prob = spu->problem;
45 spin_lock_irq(&spu->register_lock);
51 spin_unlock_irq(&spu->register_lock);
57 return in_be32(&ctx->spu->problem->mb_stat_R);
63 struct spu *spu local
97 struct spu *spu = ctx->spu; local
118 struct spu *spu = ctx->spu; local
149 struct spu *spu = ctx->spu; local
170 struct spu *spu = ctx->spu; local
225 struct spu *spu = ctx->spu; local
236 struct spu *spu = ctx->spu; local
[all...]
H A Dsched.c41 #include <asm/spu.h>
97 * spu_add_to_active_list - add spu to active list
98 * @spu: spu to add to the active list
100 static void spu_add_to_active_list(struct spu *spu) argument
102 mutex_lock(&spu_prio->active_mutex[spu->node]);
103 list_add_tail(&spu->list, &spu_prio->active_list[spu->node]);
104 mutex_unlock(&spu_prio->active_mutex[spu
111 spu_remove_from_active_list(struct spu *spu) argument
122 spu_switch_notify(struct spu *spu, struct spu_context *ctx) argument
143 spu_bind_context(struct spu *spu, struct spu_context *ctx) argument
173 spu_unbind_context(struct spu *spu, struct spu_context *ctx) argument
241 struct spu *spu = NULL; local
265 struct spu *spu; local
346 struct spu *spu; local
394 struct spu *spu = ctx->spu; local
500 struct spu *spu, *tmp; local
[all...]
H A Dfault.c26 #include <asm/spu.h>
132 void spufs_dma_callback(struct spu *spu, int type) argument
134 spufs_handle_dma_error(spu->ctx, spu->dar, type);
156 * back to the spu if it gets scheduled again.
163 ea = ctx->spu->dar;
164 dsisr = ctx->spu->dsisr;
165 ctx->spu->dar= ctx->spu
[all...]
H A Drun.c6 #include <asm/spu.h>
14 void spufs_stop_callback(struct spu *spu) argument
16 struct spu_context *ctx = spu->ctx;
23 struct spu *spu; local
29 spu = ctx->spu;
30 pte_fault = spu->dsisr &
32 return (!(*stat & 0x1) || pte_fault || spu
279 struct spu *spu = ctx->spu; local
[all...]
H A Dspufs.h30 #include <asm/spu.h>
48 struct spu *spu; /* pointer to a physical SPU */ member in struct:spu_context
242 void spufs_ibox_callback(struct spu *spu);
243 void spufs_wbox_callback(struct spu *spu);
244 void spufs_stop_callback(struct spu *spu);
245 void spufs_mfc_callback(struct spu *sp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/xmon/
H A DMakefile11 obj-$(CONFIG_SPU_BASE) += spu-dis.o spu-opc.o
H A Dxmon.c40 #include <asm/spu.h>
220 sf # dump spu fields for spu # (in hex)\n\
221 sd # dump spu local store for spu # (in hex)\n\
222 sdi # disassemble spu local store for spu # (in hex)\n"
2666 struct spu *spu; member in struct:spu_info
2679 struct spu *sp local
2696 struct spu *spu; local
2737 struct spu *spu; local
2792 dump_spu_fields(struct spu *spu) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dprocess.c160 regs->bbpc, regs->bbpsw, regs->spu, regs->spi);
245 int copy_thread(int nr, unsigned long clone_flags, unsigned long spu, argument
254 childregs->spu = spu;
277 return do_fork(SIGCHLD, regs.spu, &regs, 0, NULL, NULL);
290 newsp = regs.spu;
310 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, regs.spu, &regs, 0,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Doggparseogm.c41 uint64_t spu; local
77 spu = bytestream_get_le64(&p);
85 st->codec->time_base.den = spu * 10000000;
92 st->codec->sample_rate = spu * 10000000 / time_unit;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m32r/
H A Dassembler.h87 mvfc r13, cr3 ; spu
176 mvtc r14, cr3 ; spu
217 ;; called from user context: previous stack = spu
218 mvfc r0, cr3 ; spu
220 mvtc r0, cr3 ; spu

Completed in 297 milliseconds

123