Searched defs:vpe (Results 1 – 10 of 10) sorted by relevance
54 struct vpe { struct55 enum vpe_state state; argument69 /* tc's associated with this vpe */ argument72 /* The list of vpe's */ argument88 struct vpe *pvpe; /* parent VPE */ argument
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() local282 struct vpe *vpe = get_vpe(aprp_cpu_index()); in ntcs_show() local290 struct vpe *vpe = get_vpe(aprp_cpu_index()); in ntcs_store() local
27 struct vpe *vpe = get_vpe(aprp_cpu_index()); in store_kill() local43 struct vpe *vpe = get_vpe(aprp_cpu_index()); in ntcs_show() local51 struct vpe *vpe = get_vpe(aprp_cpu_index()); in ntcs_store() local
66 void rtlx_starting(int vpe) in rtlx_starting()79 void rtlx_stopping(int vpe) in rtlx_stopping()
112 #define M_PERFCTL_VPEID(vpe) ((vpe) << 16) argument
82 int vpe; in unmask_cic_irq() local106 int vpe = get_current_vpe(); in mask_cic_irq() local
88 #define GIC_SH_MAP_TO_VPE_REG_OFF(intr, vpe) \ argument90 #define GIC_SH_MAP_TO_VPE_REG_BIT(vpe) (1 << ((vpe) % 32)) argument
24 #define M_PERFCTL_VPEID(vpe) ((vpe) << 16) argument
695 struct i40e_virtchnl_pf_event *vpe = in i40evf_virtchnl_completion() local
131 static inline void gic_map_to_vpe(unsigned int intr, unsigned int vpe) in gic_map_to_vpe()