/Linux-v5.4/arch/mips/lantiq/ |
D | irq.c | 49 #define ltq_icu_w32(vpe, m, x, y) \ argument 50 ltq_w32((x), ltq_icu_membase[vpe] + m*LTQ_ICU_IM_SIZE + (y)) 52 #define ltq_icu_r32(vpe, m, x) \ argument 53 ltq_r32(ltq_icu_membase[vpe] + m*LTQ_ICU_IM_SIZE + (x)) 82 int vpe; in ltq_disable_irq() local 87 for_each_present_cpu(vpe) { in ltq_disable_irq() 88 ltq_icu_w32(vpe, im, in ltq_disable_irq() 89 ltq_icu_r32(vpe, im, LTQ_ICU_IER) & ~BIT(offset), in ltq_disable_irq() 100 int vpe; in ltq_mask_and_ack_irq() local 105 for_each_present_cpu(vpe) { in ltq_mask_and_ack_irq() [all …]
|
/Linux-v5.4/arch/mips/kernel/ |
D | vpe-mt.c | 26 int vpe_run(struct vpe *v) in vpe_run() 181 struct vpe *v; in vpe_alloc() 196 int vpe_start(void *vpe, unsigned long start) in vpe_start() argument 198 struct vpe *v = vpe; in vpe_start() 206 int vpe_stop(void *vpe) in vpe_stop() argument 208 struct vpe *v = vpe; in vpe_stop() 227 int vpe_free(void *vpe) in vpe_free() argument 229 struct vpe *v = vpe; in vpe_free() 264 struct vpe *vpe = get_vpe(aprp_cpu_index()); in store_kill() local 267 list_for_each_entry(notifier, &vpe->notify, list) in store_kill() [all …]
|
D | vpe-cmp.c | 27 struct vpe *vpe = get_vpe(aprp_cpu_index()); in store_kill() local 30 list_for_each_entry(notifier, &vpe->notify, list) in store_kill() 33 release_progmem(vpe->load_addr); in store_kill() 34 vpe->state = VPE_STATE_UNUSED; in store_kill() 43 struct vpe *vpe = get_vpe(aprp_cpu_index()); in ntcs_show() local 45 return sprintf(buf, "%d\n", vpe->ntcs); in ntcs_show() 51 struct vpe *vpe = get_vpe(aprp_cpu_index()); in ntcs_store() local 63 vpe->ntcs = new; in ntcs_store() 74 ATTRIBUTE_GROUPS(vpe); 92 struct vpe *v = NULL; in vpe_module_init() [all …]
|
D | vpe.c | 53 struct vpe *get_vpe(int minor) in get_vpe() 55 struct vpe *res, *v; in get_vpe() 92 struct vpe *alloc_vpe(int minor) in alloc_vpe() 94 struct vpe *v; in alloc_vpe() 96 v = kzalloc(sizeof(struct vpe), GFP_KERNEL); in alloc_vpe() 133 void release_vpe(struct vpe *v) in release_vpe() 550 static int find_vpe_symbols(struct vpe *v, Elf_Shdr *sechdrs, in find_vpe_symbols() 576 static int vpe_elfload(struct vpe *v) in vpe_elfload() 769 struct vpe *v; in vpe_open() 821 struct vpe *v; in vpe_release() [all …]
|
D | Makefile | 60 obj-$(CONFIG_MIPS_VPE_LOADER) += vpe.o 61 obj-$(CONFIG_MIPS_VPE_LOADER_CMP) += vpe-cmp.o 62 obj-$(CONFIG_MIPS_VPE_LOADER_MT) += vpe-mt.o
|
D | rtlx.c | 68 void rtlx_starting(int vpe) in rtlx_starting() argument 81 void rtlx_stopping(int vpe) in rtlx_stopping() argument
|
D | cpu-probe.c | 2258 void cpu_set_vpe_id(struct cpuinfo_mips *cpuinfo, unsigned int vpe) in cpu_set_vpe_id() argument 2261 WARN_ON(vpe > (MIPS_GLOBALNUMBER_VP >> MIPS_GLOBALNUMBER_VP_SHF)); in cpu_set_vpe_id() 2264 WARN_ON(vpe && !IS_ENABLED(CONFIG_MIPS_MT_SMP) && in cpu_set_vpe_id() 2268 cpuinfo->globalnumber |= vpe << MIPS_GLOBALNUMBER_VP_SHF; in cpu_set_vpe_id()
|
D | perf_event_mipsxx.c | 97 #define M_PERFCTL_VPEID(vpe) ((vpe) << MIPS_PERFCTRL_VPEID_S) argument
|
/Linux-v5.4/arch/mips/include/asm/ |
D | vpe.h | 54 struct vpe { struct 88 struct vpe *pvpe; /* parent VPE */ argument 94 void (*start)(int vpe); 95 void (*stop)(int vpe); 116 struct vpe *get_vpe(int minor); 118 struct vpe *alloc_vpe(int minor); 120 void release_vpe(struct vpe *v); 125 int vpe_run(struct vpe *v);
|
D | rtlx.h | 30 void rtlx_starting(int vpe); 31 void rtlx_stopping(int vpe);
|
D | smp-cps.h | 28 extern void mips_cps_boot_vpes(struct core_boot_config *cfg, unsigned vpe);
|
D | cpu-info.h | 170 extern void cpu_set_vpe_id(struct cpuinfo_mips *cpuinfo, unsigned int vpe);
|
/Linux-v5.4/drivers/irqchip/ |
D | irq-gic-v3-its.c | 210 static struct its_vpe *valid_vpe(struct its_node *its, struct its_vpe *vpe) in valid_vpe() argument 212 if (valid_col(its->collections + vpe->col_idx)) in valid_vpe() 213 return vpe; in valid_vpe() 271 struct its_vpe *vpe; member 275 struct its_vpe *vpe; member 281 struct its_vpe *vpe; member 289 struct its_vpe *vpe; member 296 struct its_vpe *vpe; member 586 its_encode_vpeid(cmd, desc->its_vinvall_cmd.vpe->vpe_id); in its_build_vinvall_cmd() 590 return valid_vpe(its, desc->its_vinvall_cmd.vpe); in its_build_vinvall_cmd() [all …]
|
D | irq-gic-v4.c | 136 static int its_send_vpe_cmd(struct its_vpe *vpe, struct its_cmd_info *info) in its_send_vpe_cmd() argument 138 return irq_set_vcpu_affinity(vpe->irq, info); in its_send_vpe_cmd() 141 int its_schedule_vpe(struct its_vpe *vpe, bool on) in its_schedule_vpe() argument 149 return its_send_vpe_cmd(vpe, &info); in its_schedule_vpe() 152 int its_invall_vpe(struct its_vpe *vpe) in its_invall_vpe() argument 158 return its_send_vpe_cmd(vpe, &info); in its_invall_vpe()
|
/Linux-v5.4/arch/mips/pmcs-msp71xx/ |
D | msp_irq_cic.c | 78 int vpe; in unmask_cic_irq() local 92 vpe = get_current_vpe(); in unmask_cic_irq() 94 cic_msk_reg[vpe] |= (1 << (d->irq - MSP_CIC_INTBASE)); in unmask_cic_irq() 102 int vpe = get_current_vpe(); in mask_cic_irq() local 107 cic_msk_reg[vpe] &= ~(1 << (d->irq - MSP_CIC_INTBASE)); in mask_cic_irq()
|
/Linux-v5.4/drivers/media/platform/ti-vpe/ |
D | Makefile | 2 obj-$(CONFIG_VIDEO_TI_VPE) += ti-vpe.o 7 ti-vpe-y := vpe.o
|
/Linux-v5.4/include/linux/irqchip/ |
D | arm-gic-v4.h | 68 struct its_vpe *vpe; member 94 int its_schedule_vpe(struct its_vpe *vpe, bool on); 95 int its_invall_vpe(struct its_vpe *vpe);
|
/Linux-v5.4/drivers/media/platform/ |
D | Makefile | 22 obj-$(CONFIG_VIDEO_TI_VPE) += ti-vpe/ 24 obj-$(CONFIG_VIDEO_TI_CAL) += ti-vpe/
|
/Linux-v5.4/arch/mips/mti-malta/ |
D | malta-amon.c | 76 int vpe_run(struct vpe *v) in vpe_run()
|
/Linux-v5.4/arch/mips/oprofile/ |
D | op_model_mipsxx.c | 20 #define M_PERFCTL_VPEID(vpe) ((vpe) << MIPS_PERFCTRL_VPEID_S) argument
|
/Linux-v5.4/drivers/net/ethernet/intel/iavf/ |
D | iavf_virtchnl.c | 1188 struct virtchnl_pf_event *vpe = in iavf_virtchnl_completion() local 1190 bool link_up = vpe->event_data.link_event.link_status; in iavf_virtchnl_completion() 1192 switch (vpe->event) { in iavf_virtchnl_completion() 1195 vpe->event_data.link_event.link_speed; in iavf_virtchnl_completion() 1241 vpe->event); in iavf_virtchnl_completion()
|
/Linux-v5.4/drivers/gpu/drm/ingenic/ |
D | ingenic-drm.c | 258 unsigned int vpe, vds, vde, vt, hpe, hds, hde, ht; in ingenic_drm_crtc_update_timings() local 260 vpe = mode->vsync_end - mode->vsync_start; in ingenic_drm_crtc_update_timings() 272 vpe << JZ_LCD_VSYNC_VPE_OFFSET); in ingenic_drm_crtc_update_timings()
|
/Linux-v5.4/virt/kvm/arm/vgic/ |
D | vgic-v4.c | 283 .vpe = &irq->target_vcpu->arch.vgic_cpu.vgic_v3.its_vpe, in kvm_vgic_v4_set_forwarding()
|
D | vgic-its.c | 363 map.vpe = &vcpu->arch.vgic_cpu.vgic_v3.its_vpe; in update_affinity()
|
/Linux-v5.4/ |
D | MAINTAINERS | 16312 F: drivers/media/platform/ti-vpe/
|