Searched defs:vpe (Results 1 – 9 of 9) sorted by relevance
/linux-3.3/arch/mips/kernel/ |
D | vpe.c | 104 struct vpe { struct 105 enum vpe_state state; argument 120 /* tc's associated with this vpe */ argument 123 /* The list of vpe's */ argument 139 struct vpe *pvpe; /* parent VPE */ argument 1216 int vpe_start(vpe_handle vpe, unsigned long start) in vpe_start() 1227 int vpe_stop(vpe_handle vpe) in vpe_stop() 1249 int vpe_free(vpe_handle vpe) in vpe_free() 1355 struct vpe *vpe = get_vpe(tclimit); in store_kill() local 1373 struct vpe *vpe = get_vpe(tclimit); in show_ntcs() local [all …]
|
D | cevt-smtc.c | 85 int vpe = current_cpu_data.vpe_id; in mips_next_event() local 171 void smtc_distribute_timer(int vpe) in smtc_distribute_timer()
|
D | smtc.c | 333 static void smtc_tc_setup(int vpe, int tc, int cpu) in smtc_tc_setup() 370 int i, vpe, tc, ntc, nvpe, tcpervpe[NR_CPUS], slop, cpu; in smtc_prepare_cpus() local 657 unsigned int vpe = current_cpu_data.vpe_id; in setup_irq_smtc() local 1210 int vpe; in smtc_idle_loop_hook() local
|
D | rtlx.c | 130 static void starting(int vpe) in starting() 143 static void stopping(int vpe) in stopping()
|
D | kspd.c | 373 static void startwork(int vpe) in startwork() 389 static void stopwork(int vpe) in stopwork()
|
D | perf_event_mipsxx.c | 111 #define M_PERFCTL_VPEID(vpe) ((vpe) << 16) argument
|
/linux-3.3/arch/mips/pmc-sierra/msp71xx/ |
D | msp_irq_cic.c | 83 int vpe; in unmask_cic_irq() local 106 int vpe = get_current_vpe(); in mask_cic_irq() local
|
/linux-3.3/arch/mips/include/asm/ |
D | gic.h | 158 #define GIC_SH_MAP_TO_VPE_REG_OFF(intr, vpe) \ argument 160 #define GIC_SH_MAP_TO_VPE_REG_BIT(vpe) (1 << ((vpe) % 32)) argument 302 #define GIC_SH_MAP_TO_VPE_SMASK(intr, vpe) \ argument
|
/linux-3.3/arch/mips/oprofile/ |
D | op_model_mipsxx.c | 23 #define M_PERFCTL_VPEID(vpe) ((vpe) << 16) argument
|