/Linux-v5.4/arch/mips/include/asm/ |
D | vpe.h | 54 struct vpe { struct 55 enum vpe_state state; argument 69 /* tc's associated with this vpe */ argument 72 /* The list of vpe's */ argument 88 struct vpe *pvpe; /* parent VPE */ argument
|
/Linux-v5.4/arch/mips/lantiq/ |
D | irq.c | 49 #define ltq_icu_w32(vpe, m, x, y) \ argument 52 #define ltq_icu_r32(vpe, m, x) \ argument 82 int vpe; in ltq_disable_irq() local 100 int vpe; in ltq_mask_and_ack_irq() local 119 int vpe; in ltq_ack_irq() local 135 int vpe; in ltq_enable_irq() local 290 int vpe = smp_processor_id(); in ltq_hw_irq_handler() local 341 int i, ret, vpe; in icu_of_init() local
|
/Linux-v5.4/arch/mips/kernel/ |
D | vpe-mt.c | 196 int vpe_start(void *vpe, unsigned long start) in vpe_start() 206 int vpe_stop(void *vpe) in vpe_stop() 227 int vpe_free(void *vpe) in vpe_free() 264 struct vpe *vpe = get_vpe(aprp_cpu_index()); in store_kill() local 282 struct vpe *vpe = get_vpe(aprp_cpu_index()); in ntcs_show() local 290 struct vpe *vpe = get_vpe(aprp_cpu_index()); in ntcs_store() local
|
D | vpe-cmp.c | 27 struct vpe *vpe = get_vpe(aprp_cpu_index()); in store_kill() local 43 struct vpe *vpe = get_vpe(aprp_cpu_index()); in ntcs_show() local 51 struct vpe *vpe = get_vpe(aprp_cpu_index()); in ntcs_store() local
|
D | rtlx.c | 68 void rtlx_starting(int vpe) in rtlx_starting() 81 void rtlx_stopping(int vpe) in rtlx_stopping()
|
D | cpu-probe.c | 2258 void cpu_set_vpe_id(struct cpuinfo_mips *cpuinfo, unsigned int vpe) 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/drivers/irqchip/ |
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() 141 int its_schedule_vpe(struct its_vpe *vpe, bool on) in its_schedule_vpe() 152 int its_invall_vpe(struct its_vpe *vpe) in its_invall_vpe()
|
D | irq-gic-v3-its.c | 210 static struct its_vpe *valid_vpe(struct its_node *its, struct its_vpe *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 982 struct its_vpe *vpe, bool valid) in its_send_vmapp() 993 static void its_send_vmovp(struct its_vpe *vpe) in its_send_vmovp() 1037 static void its_send_vinvall(struct its_node *its, struct its_vpe *vpe) in its_send_vinvall() 1239 struct its_vpe *vpe = vm->vpes[i]; in its_map_vm() local [all …]
|
/Linux-v5.4/arch/mips/pmcs-msp71xx/ |
D | msp_irq_cic.c | 78 int vpe; in unmask_cic_irq() local 102 int vpe = get_current_vpe(); in mask_cic_irq() local
|
/Linux-v5.4/include/linux/irqchip/ |
D | arm-gic-v4.h | 68 struct its_vpe *vpe; member
|
/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
|
/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
|