Searched refs:vpe (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/
H A Dvpe.h23 void (*start)(int vpe);
24 void (*stop)(int vpe);
H A Dgic.h160 #define GIC_SH_MAP_TO_VPE_REG_OFF(intr, vpe) \
161 (GIC_SH_INTR_MAP_TO_VPE_BASE_OFS + (32 * (intr)) + (((vpe) / 32) * 4))
162 #define GIC_SH_MAP_TO_VPE_REG_BIT(vpe) (1 << ((vpe) % 32))
304 #define GIC_SH_MAP_TO_VPE_SMASK(intr, vpe) \
305 GICWRITE(GIC_REG_ADDR(SHARED, GIC_SH_MAP_TO_VPE_REG_OFF(intr, vpe)), \
306 GIC_SH_MAP_TO_VPE_REG_BIT(vpe))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/
H A Dvpe.h23 void (*start)(int vpe);
24 void (*stop)(int vpe);
H A Dgic.h160 #define GIC_SH_MAP_TO_VPE_REG_OFF(intr, vpe) \
161 (GIC_SH_INTR_MAP_TO_VPE_BASE_OFS + (32 * (intr)) + (((vpe) / 32) * 4))
162 #define GIC_SH_MAP_TO_VPE_REG_BIT(vpe) (1 << ((vpe) % 32))
304 #define GIC_SH_MAP_TO_VPE_SMASK(intr, vpe) \
305 GICWRITE(GIC_REG_ADDR(SHARED, GIC_SH_MAP_TO_VPE_REG_OFF(intr, vpe)), \
306 GIC_SH_MAP_TO_VPE_REG_BIT(vpe))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/kernel/
H A Dcevt-smtc.c84 int vpe = current_cpu_data.vpe_id; local
104 previous = smtc_nexttime[vpe][cpu];
105 if (cpu == smtc_nextinvpe[vpe] && ISVALID(previous)
115 smtc_nexttime[vpe][cpu] = timestamp;
117 if (ISVALID(smtc_nexttime[vpe][i])
118 && IS_SOONER(smtc_nexttime[vpe][i],
119 smtc_nexttime[vpe][soonest], reference)) {
123 smtc_nextinvpe[vpe] = soonest;
124 nextcomp = smtc_nexttime[vpe][soonest];
130 if (!ISVALID(smtc_nexttime[vpe][smtc_nextinvp
170 smtc_distribute_timer(int vpe) argument
[all...]
H A Dsmtc.c340 static void smtc_tc_setup(int vpe, int tc, int cpu) argument
368 write_tc_c0_tcbind(vpe);
374 if (!cp1contexts[vpe])
377 cp1contexts[vpe]--;
380 cpu_data[cpu].vpe_id = vpe;
395 int i, vpe, tc, ntc, nvpe, tcpervpe[NR_CPUS], slop, cpu; local
494 for (tc = 0, vpe = 0 ; (vpe < nvpe) && (tc < ntc) ; vpe++) {
513 if (tcpervpe[vpe]
712 unsigned int vpe = current_cpu_data.vpe_id; local
1266 int vpe; local
[all...]
H A Dvpe.c54 #include <asm/vpe.h>
70 static char module_name[] = "vpe";
112 struct vpe { struct
115 /* (device) minor associated with this vpe */
143 /* tc's associated with this vpe */
146 /* The list of vpe's */
165 struct vpe *pvpe; /* parent VPE */
195 /* get the vpe associated with this minor */
196 static struct vpe *get_vpe(int minor)
198 struct vpe *re
360 vpe_send_interrupt(int vpe, int inter) argument
1790 vpe_start(vpe_handle vpe, unsigned long start) argument
1803 vpe_stop(vpe_handle vpe) argument
1825 vpe_free(vpe_handle vpe) argument
2024 struct vpe *vpe = get_vpe(tclimit); local
2043 struct vpe *vpe = get_vpe(tclimit); local
2051 struct vpe *vpe = get_vpe(tclimit); local
[all...]
H A Dkspd.c30 #include <asm/vpe.h>
372 static void startwork(int vpe) argument
388 static void stopwork(int vpe) argument
H A Drtlx.c43 #include <asm/vpe.h>
125 static void starting(int vpe) argument
138 static void stopping(int vpe) argument
H A DMakefile67 obj-$(CONFIG_MIPS_VPE_LOADER) += vpe.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/kernel/
H A Dcevt-smtc.c84 int vpe = current_cpu_data.vpe_id; local
104 previous = smtc_nexttime[vpe][cpu];
105 if (cpu == smtc_nextinvpe[vpe] && ISVALID(previous)
115 smtc_nexttime[vpe][cpu] = timestamp;
117 if (ISVALID(smtc_nexttime[vpe][i])
118 && IS_SOONER(smtc_nexttime[vpe][i],
119 smtc_nexttime[vpe][soonest], reference)) {
123 smtc_nextinvpe[vpe] = soonest;
124 nextcomp = smtc_nexttime[vpe][soonest];
130 if (!ISVALID(smtc_nexttime[vpe][smtc_nextinvp
170 smtc_distribute_timer(int vpe) argument
[all...]
H A Dsmtc.c340 static void smtc_tc_setup(int vpe, int tc, int cpu) argument
368 write_tc_c0_tcbind(vpe);
374 if (!cp1contexts[vpe])
377 cp1contexts[vpe]--;
380 cpu_data[cpu].vpe_id = vpe;
395 int i, vpe, tc, ntc, nvpe, tcpervpe[NR_CPUS], slop, cpu; local
494 for (tc = 0, vpe = 0 ; (vpe < nvpe) && (tc < ntc) ; vpe++) {
513 if (tcpervpe[vpe]
712 unsigned int vpe = current_cpu_data.vpe_id; local
1266 int vpe; local
[all...]
H A Dvpe.c54 #include <asm/vpe.h>
70 static char module_name[] = "vpe";
112 struct vpe { struct
115 /* (device) minor associated with this vpe */
143 /* tc's associated with this vpe */
146 /* The list of vpe's */
165 struct vpe *pvpe; /* parent VPE */
195 /* get the vpe associated with this minor */
196 static struct vpe *get_vpe(int minor)
198 struct vpe *re
360 vpe_send_interrupt(int vpe, int inter) argument
1790 vpe_start(vpe_handle vpe, unsigned long start) argument
1803 vpe_stop(vpe_handle vpe) argument
1825 vpe_free(vpe_handle vpe) argument
2024 struct vpe *vpe = get_vpe(tclimit); local
2043 struct vpe *vpe = get_vpe(tclimit); local
2051 struct vpe *vpe = get_vpe(tclimit); local
[all...]
H A Dkspd.c30 #include <asm/vpe.h>
372 static void startwork(int vpe) argument
388 static void stopwork(int vpe) argument
H A Drtlx.c43 #include <asm/vpe.h>
125 static void starting(int vpe) argument
138 static void stopping(int vpe) argument
H A DMakefile67 obj-$(CONFIG_MIPS_VPE_LOADER) += vpe.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/oprofile/
H A Dop_model_mipsxx.c23 #define M_PERFCTL_VPEID(vpe) ((vpe) << 16)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/oprofile/
H A Dop_model_mipsxx.c23 #define M_PERFCTL_VPEID(vpe) ((vpe) << 16)

Completed in 200 milliseconds