vpe 170 arch/mips/include/asm/cpu-info.h extern void cpu_set_vpe_id(struct cpuinfo_mips *cpuinfo, unsigned int vpe); vpe 30 arch/mips/include/asm/rtlx.h void rtlx_starting(int vpe); vpe 31 arch/mips/include/asm/rtlx.h void rtlx_stopping(int vpe); vpe 28 arch/mips/include/asm/smp-cps.h extern void mips_cps_boot_vpes(struct core_boot_config *cfg, unsigned vpe); vpe 88 arch/mips/include/asm/vpe.h struct vpe *pvpe; /* parent VPE */ vpe 94 arch/mips/include/asm/vpe.h void (*start)(int vpe); vpe 95 arch/mips/include/asm/vpe.h void (*stop)(int vpe); vpe 116 arch/mips/include/asm/vpe.h struct vpe *get_vpe(int minor); vpe 118 arch/mips/include/asm/vpe.h struct vpe *alloc_vpe(int minor); vpe 120 arch/mips/include/asm/vpe.h void release_vpe(struct vpe *v); vpe 125 arch/mips/include/asm/vpe.h int vpe_run(struct vpe *v); vpe 2258 arch/mips/kernel/cpu-probe.c void cpu_set_vpe_id(struct cpuinfo_mips *cpuinfo, unsigned int vpe) vpe 2261 arch/mips/kernel/cpu-probe.c WARN_ON(vpe > (MIPS_GLOBALNUMBER_VP >> MIPS_GLOBALNUMBER_VP_SHF)); vpe 2264 arch/mips/kernel/cpu-probe.c WARN_ON(vpe && !IS_ENABLED(CONFIG_MIPS_MT_SMP) && vpe 2268 arch/mips/kernel/cpu-probe.c cpuinfo->globalnumber |= vpe << MIPS_GLOBALNUMBER_VP_SHF; vpe 97 arch/mips/kernel/perf_event_mipsxx.c #define M_PERFCTL_VPEID(vpe) ((vpe) << MIPS_PERFCTRL_VPEID_S) vpe 68 arch/mips/kernel/rtlx.c void rtlx_starting(int vpe) vpe 81 arch/mips/kernel/rtlx.c void rtlx_stopping(int vpe) vpe 27 arch/mips/kernel/vpe-cmp.c struct vpe *vpe = get_vpe(aprp_cpu_index()); vpe 30 arch/mips/kernel/vpe-cmp.c list_for_each_entry(notifier, &vpe->notify, list) vpe 33 arch/mips/kernel/vpe-cmp.c release_progmem(vpe->load_addr); vpe 34 arch/mips/kernel/vpe-cmp.c vpe->state = VPE_STATE_UNUSED; vpe 43 arch/mips/kernel/vpe-cmp.c struct vpe *vpe = get_vpe(aprp_cpu_index()); vpe 45 arch/mips/kernel/vpe-cmp.c return sprintf(buf, "%d\n", vpe->ntcs); vpe 51 arch/mips/kernel/vpe-cmp.c struct vpe *vpe = get_vpe(aprp_cpu_index()); vpe 63 arch/mips/kernel/vpe-cmp.c vpe->ntcs = new; vpe 74 arch/mips/kernel/vpe-cmp.c ATTRIBUTE_GROUPS(vpe); vpe 92 arch/mips/kernel/vpe-cmp.c struct vpe *v = NULL; vpe 170 arch/mips/kernel/vpe-cmp.c struct vpe *v, *n; vpe 26 arch/mips/kernel/vpe-mt.c int vpe_run(struct vpe *v) vpe 181 arch/mips/kernel/vpe-mt.c struct vpe *v; vpe 196 arch/mips/kernel/vpe-mt.c int vpe_start(void *vpe, unsigned long start) vpe 198 arch/mips/kernel/vpe-mt.c struct vpe *v = vpe; vpe 206 arch/mips/kernel/vpe-mt.c int vpe_stop(void *vpe) vpe 208 arch/mips/kernel/vpe-mt.c struct vpe *v = vpe; vpe 227 arch/mips/kernel/vpe-mt.c int vpe_free(void *vpe) vpe 229 arch/mips/kernel/vpe-mt.c struct vpe *v = vpe; vpe 264 arch/mips/kernel/vpe-mt.c struct vpe *vpe = get_vpe(aprp_cpu_index()); vpe 267 arch/mips/kernel/vpe-mt.c list_for_each_entry(notifier, &vpe->notify, list) vpe 270 arch/mips/kernel/vpe-mt.c release_progmem(vpe->load_addr); vpe 272 arch/mips/kernel/vpe-mt.c vpe_stop(vpe); vpe 273 arch/mips/kernel/vpe-mt.c vpe_free(vpe); vpe 282 arch/mips/kernel/vpe-mt.c struct vpe *vpe = get_vpe(aprp_cpu_index()); vpe 284 arch/mips/kernel/vpe-mt.c return sprintf(buf, "%d\n", vpe->ntcs); vpe 290 arch/mips/kernel/vpe-mt.c struct vpe *vpe = get_vpe(aprp_cpu_index()); vpe 301 arch/mips/kernel/vpe-mt.c vpe->ntcs = new; vpe 312 arch/mips/kernel/vpe-mt.c ATTRIBUTE_GROUPS(vpe); vpe 332 arch/mips/kernel/vpe-mt.c struct vpe *v = NULL; vpe 510 arch/mips/kernel/vpe-mt.c struct vpe *v, *n; vpe 53 arch/mips/kernel/vpe.c struct vpe *get_vpe(int minor) vpe 55 arch/mips/kernel/vpe.c struct vpe *res, *v; vpe 92 arch/mips/kernel/vpe.c struct vpe *alloc_vpe(int minor) vpe 94 arch/mips/kernel/vpe.c struct vpe *v; vpe 96 arch/mips/kernel/vpe.c v = kzalloc(sizeof(struct vpe), GFP_KERNEL); vpe 133 arch/mips/kernel/vpe.c void release_vpe(struct vpe *v) vpe 550 arch/mips/kernel/vpe.c static int find_vpe_symbols(struct vpe *v, Elf_Shdr *sechdrs, vpe 576 arch/mips/kernel/vpe.c static int vpe_elfload(struct vpe *v) vpe 769 arch/mips/kernel/vpe.c struct vpe *v; vpe 821 arch/mips/kernel/vpe.c struct vpe *v; vpe 864 arch/mips/kernel/vpe.c struct vpe *v; vpe 897 arch/mips/kernel/vpe.c struct vpe *v = get_vpe(index); vpe 908 arch/mips/kernel/vpe.c struct vpe *v = get_vpe(index); vpe 920 arch/mips/kernel/vpe.c struct vpe *v = get_vpe(index); vpe 49 arch/mips/lantiq/irq.c #define ltq_icu_w32(vpe, m, x, y) \ vpe 50 arch/mips/lantiq/irq.c ltq_w32((x), ltq_icu_membase[vpe] + m*LTQ_ICU_IM_SIZE + (y)) vpe 52 arch/mips/lantiq/irq.c #define ltq_icu_r32(vpe, m, x) \ vpe 53 arch/mips/lantiq/irq.c ltq_r32(ltq_icu_membase[vpe] + m*LTQ_ICU_IM_SIZE + (x)) vpe 82 arch/mips/lantiq/irq.c int vpe; vpe 87 arch/mips/lantiq/irq.c for_each_present_cpu(vpe) { vpe 88 arch/mips/lantiq/irq.c ltq_icu_w32(vpe, im, vpe 89 arch/mips/lantiq/irq.c ltq_icu_r32(vpe, im, LTQ_ICU_IER) & ~BIT(offset), vpe 100 arch/mips/lantiq/irq.c int vpe; vpe 105 arch/mips/lantiq/irq.c for_each_present_cpu(vpe) { vpe 106 arch/mips/lantiq/irq.c ltq_icu_w32(vpe, im, vpe 107 arch/mips/lantiq/irq.c ltq_icu_r32(vpe, im, LTQ_ICU_IER) & ~BIT(offset), vpe 109 arch/mips/lantiq/irq.c ltq_icu_w32(vpe, im, BIT(offset), LTQ_ICU_ISR); vpe 119 arch/mips/lantiq/irq.c int vpe; vpe 124 arch/mips/lantiq/irq.c for_each_present_cpu(vpe) { vpe 125 arch/mips/lantiq/irq.c ltq_icu_w32(vpe, im, BIT(offset), LTQ_ICU_ISR); vpe 135 arch/mips/lantiq/irq.c int vpe; vpe 139 arch/mips/lantiq/irq.c vpe = cpumask_first(irq_data_get_effective_affinity_mask(d)); vpe 142 arch/mips/lantiq/irq.c if (unlikely(vpe >= nr_cpu_ids)) vpe 143 arch/mips/lantiq/irq.c vpe = smp_processor_id(); vpe 147 arch/mips/lantiq/irq.c ltq_icu_w32(vpe, im, ltq_icu_r32(vpe, im, LTQ_ICU_IER) | BIT(offset), vpe 290 arch/mips/lantiq/irq.c int vpe = smp_processor_id(); vpe 292 arch/mips/lantiq/irq.c irq = ltq_icu_r32(vpe, module, LTQ_ICU_IOSR); vpe 341 arch/mips/lantiq/irq.c int i, ret, vpe; vpe 344 arch/mips/lantiq/irq.c for_each_possible_cpu(vpe) { vpe 345 arch/mips/lantiq/irq.c if (of_address_to_resource(node, vpe, &res)) vpe 346 arch/mips/lantiq/irq.c panic("Failed to get icu%i memory range", vpe); vpe 350 arch/mips/lantiq/irq.c pr_err("Failed to request icu%i memory\n", vpe); vpe 352 arch/mips/lantiq/irq.c ltq_icu_membase[vpe] = ioremap_nocache(res.start, vpe 355 arch/mips/lantiq/irq.c if (!ltq_icu_membase[vpe]) vpe 356 arch/mips/lantiq/irq.c panic("Failed to remap icu%i memory", vpe); vpe 360 arch/mips/lantiq/irq.c for_each_possible_cpu(vpe) { vpe 363 arch/mips/lantiq/irq.c ltq_icu_w32(vpe, i, 0, LTQ_ICU_IER); vpe 366 arch/mips/lantiq/irq.c ltq_icu_w32(vpe, i, ~0, LTQ_ICU_ISR); vpe 367 arch/mips/lantiq/irq.c ltq_icu_w32(vpe, i, ~0, LTQ_ICU_IMR); vpe 370 arch/mips/lantiq/irq.c ltq_icu_w32(vpe, i, 0, LTQ_ICU_IRSR); vpe 76 arch/mips/mti-malta/malta-amon.c int vpe_run(struct vpe *v) vpe 20 arch/mips/oprofile/op_model_mipsxx.c #define M_PERFCTL_VPEID(vpe) ((vpe) << MIPS_PERFCTRL_VPEID_S) vpe 78 arch/mips/pmcs-msp71xx/msp_irq_cic.c int vpe; vpe 92 arch/mips/pmcs-msp71xx/msp_irq_cic.c vpe = get_current_vpe(); vpe 94 arch/mips/pmcs-msp71xx/msp_irq_cic.c cic_msk_reg[vpe] |= (1 << (d->irq - MSP_CIC_INTBASE)); vpe 102 arch/mips/pmcs-msp71xx/msp_irq_cic.c int vpe = get_current_vpe(); vpe 107 arch/mips/pmcs-msp71xx/msp_irq_cic.c cic_msk_reg[vpe] &= ~(1 << (d->irq - MSP_CIC_INTBASE)); vpe 258 drivers/gpu/drm/ingenic/ingenic-drm.c unsigned int vpe, vds, vde, vt, hpe, hds, hde, ht; vpe 260 drivers/gpu/drm/ingenic/ingenic-drm.c vpe = mode->vsync_end - mode->vsync_start; vpe 272 drivers/gpu/drm/ingenic/ingenic-drm.c vpe << JZ_LCD_VSYNC_VPE_OFFSET); vpe 210 drivers/irqchip/irq-gic-v3-its.c static struct its_vpe *valid_vpe(struct its_node *its, struct its_vpe *vpe) vpe 212 drivers/irqchip/irq-gic-v3-its.c if (valid_col(its->collections + vpe->col_idx)) vpe 213 drivers/irqchip/irq-gic-v3-its.c return vpe; vpe 271 drivers/irqchip/irq-gic-v3-its.c struct its_vpe *vpe; vpe 275 drivers/irqchip/irq-gic-v3-its.c struct its_vpe *vpe; vpe 281 drivers/irqchip/irq-gic-v3-its.c struct its_vpe *vpe; vpe 289 drivers/irqchip/irq-gic-v3-its.c struct its_vpe *vpe; vpe 296 drivers/irqchip/irq-gic-v3-its.c struct its_vpe *vpe; vpe 586 drivers/irqchip/irq-gic-v3-its.c its_encode_vpeid(cmd, desc->its_vinvall_cmd.vpe->vpe_id); vpe 590 drivers/irqchip/irq-gic-v3-its.c return valid_vpe(its, desc->its_vinvall_cmd.vpe); vpe 600 drivers/irqchip/irq-gic-v3-its.c vpt_addr = virt_to_phys(page_address(desc->its_vmapp_cmd.vpe->vpt_page)); vpe 604 drivers/irqchip/irq-gic-v3-its.c its_encode_vpeid(cmd, desc->its_vmapp_cmd.vpe->vpe_id); vpe 612 drivers/irqchip/irq-gic-v3-its.c return valid_vpe(its, desc->its_vmapp_cmd.vpe); vpe 622 drivers/irqchip/irq-gic-v3-its.c db = desc->its_vmapti_cmd.vpe->vpe_db_lpi; vpe 628 drivers/irqchip/irq-gic-v3-its.c its_encode_vpeid(cmd, desc->its_vmapti_cmd.vpe->vpe_id); vpe 635 drivers/irqchip/irq-gic-v3-its.c return valid_vpe(its, desc->its_vmapti_cmd.vpe); vpe 645 drivers/irqchip/irq-gic-v3-its.c db = desc->its_vmovi_cmd.vpe->vpe_db_lpi; vpe 651 drivers/irqchip/irq-gic-v3-its.c its_encode_vpeid(cmd, desc->its_vmovi_cmd.vpe->vpe_id); vpe 658 drivers/irqchip/irq-gic-v3-its.c return valid_vpe(its, desc->its_vmovi_cmd.vpe); vpe 671 drivers/irqchip/irq-gic-v3-its.c its_encode_vpeid(cmd, desc->its_vmovp_cmd.vpe->vpe_id); vpe 676 drivers/irqchip/irq-gic-v3-its.c return valid_vpe(its, desc->its_vmovp_cmd.vpe); vpe 959 drivers/irqchip/irq-gic-v3-its.c desc.its_vmapti_cmd.vpe = map->vpe; vpe 973 drivers/irqchip/irq-gic-v3-its.c desc.its_vmovi_cmd.vpe = map->vpe; vpe 982 drivers/irqchip/irq-gic-v3-its.c struct its_vpe *vpe, bool valid) vpe 986 drivers/irqchip/irq-gic-v3-its.c desc.its_vmapp_cmd.vpe = vpe; vpe 988 drivers/irqchip/irq-gic-v3-its.c desc.its_vmapp_cmd.col = &its->collections[vpe->col_idx]; vpe 993 drivers/irqchip/irq-gic-v3-its.c static void its_send_vmovp(struct its_vpe *vpe) vpe 998 drivers/irqchip/irq-gic-v3-its.c int col_id = vpe->col_idx; vpe 1000 drivers/irqchip/irq-gic-v3-its.c desc.its_vmovp_cmd.vpe = vpe; vpe 1020 drivers/irqchip/irq-gic-v3-its.c desc.its_vmovp_cmd.its_list = get_its_list(vpe->its_vm); vpe 1027 drivers/irqchip/irq-gic-v3-its.c if (!vpe->its_vm->vlpi_count[its->list_nr]) vpe 1037 drivers/irqchip/irq-gic-v3-its.c static void its_send_vinvall(struct its_node *its, struct its_vpe *vpe) vpe 1041 drivers/irqchip/irq-gic-v3-its.c desc.its_vinvall_cmd.vpe = vpe; vpe 1239 drivers/irqchip/irq-gic-v3-its.c struct its_vpe *vpe = vm->vpes[i]; vpe 1240 drivers/irqchip/irq-gic-v3-its.c struct irq_data *d = irq_get_irq_data(vpe->irq); vpe 1243 drivers/irqchip/irq-gic-v3-its.c vpe->col_idx = cpumask_first(cpu_online_mask); vpe 1244 drivers/irqchip/irq-gic-v3-its.c its_send_vmapp(its, vpe, true); vpe 1245 drivers/irqchip/irq-gic-v3-its.c its_send_vinvall(its, vpe); vpe 1246 drivers/irqchip/irq-gic-v3-its.c irq_data_update_effective_affinity(d, cpumask_of(vpe->col_idx)); vpe 2713 drivers/irqchip/irq-gic-v3-its.c static void its_vpe_db_proxy_unmap_locked(struct its_vpe *vpe) vpe 2716 drivers/irqchip/irq-gic-v3-its.c if (vpe->vpe_proxy_event == -1) vpe 2719 drivers/irqchip/irq-gic-v3-its.c its_send_discard(vpe_proxy.dev, vpe->vpe_proxy_event); vpe 2720 drivers/irqchip/irq-gic-v3-its.c vpe_proxy.vpes[vpe->vpe_proxy_event] = NULL; vpe 2730 drivers/irqchip/irq-gic-v3-its.c vpe_proxy.next_victim = vpe->vpe_proxy_event; vpe 2732 drivers/irqchip/irq-gic-v3-its.c vpe->vpe_proxy_event = -1; vpe 2735 drivers/irqchip/irq-gic-v3-its.c static void its_vpe_db_proxy_unmap(struct its_vpe *vpe) vpe 2741 drivers/irqchip/irq-gic-v3-its.c its_vpe_db_proxy_unmap_locked(vpe); vpe 2746 drivers/irqchip/irq-gic-v3-its.c static void its_vpe_db_proxy_map_locked(struct its_vpe *vpe) vpe 2749 drivers/irqchip/irq-gic-v3-its.c if (vpe->vpe_proxy_event != -1) vpe 2757 drivers/irqchip/irq-gic-v3-its.c vpe_proxy.vpes[vpe_proxy.next_victim] = vpe; vpe 2758 drivers/irqchip/irq-gic-v3-its.c vpe->vpe_proxy_event = vpe_proxy.next_victim; vpe 2761 drivers/irqchip/irq-gic-v3-its.c vpe_proxy.dev->event_map.col_map[vpe->vpe_proxy_event] = vpe->col_idx; vpe 2762 drivers/irqchip/irq-gic-v3-its.c its_send_mapti(vpe_proxy.dev, vpe->vpe_db_lpi, vpe->vpe_proxy_event); vpe 2765 drivers/irqchip/irq-gic-v3-its.c static void its_vpe_db_proxy_move(struct its_vpe *vpe, int from, int to) vpe 2774 drivers/irqchip/irq-gic-v3-its.c gic_write_lpir(vpe->vpe_db_lpi, rdbase + GICR_CLRLPIR); vpe 2783 drivers/irqchip/irq-gic-v3-its.c its_vpe_db_proxy_map_locked(vpe); vpe 2786 drivers/irqchip/irq-gic-v3-its.c its_send_movi(vpe_proxy.dev, target_col, vpe->vpe_proxy_event); vpe 2787 drivers/irqchip/irq-gic-v3-its.c vpe_proxy.dev->event_map.col_map[vpe->vpe_proxy_event] = to; vpe 2796 drivers/irqchip/irq-gic-v3-its.c struct its_vpe *vpe = irq_data_get_irq_chip_data(d); vpe 2805 drivers/irqchip/irq-gic-v3-its.c if (vpe->col_idx != cpu) { vpe 2806 drivers/irqchip/irq-gic-v3-its.c int from = vpe->col_idx; vpe 2808 drivers/irqchip/irq-gic-v3-its.c vpe->col_idx = cpu; vpe 2809 drivers/irqchip/irq-gic-v3-its.c its_send_vmovp(vpe); vpe 2810 drivers/irqchip/irq-gic-v3-its.c its_vpe_db_proxy_move(vpe, from, cpu); vpe 2818 drivers/irqchip/irq-gic-v3-its.c static void its_vpe_schedule(struct its_vpe *vpe) vpe 2824 drivers/irqchip/irq-gic-v3-its.c val = virt_to_phys(page_address(vpe->its_vm->vprop_page)) & vpe 2831 drivers/irqchip/irq-gic-v3-its.c val = virt_to_phys(page_address(vpe->vpt_page)) & vpe 2845 drivers/irqchip/irq-gic-v3-its.c val |= vpe->idai ? GICR_VPENDBASER_IDAI : 0; vpe 2850 drivers/irqchip/irq-gic-v3-its.c static void its_vpe_deschedule(struct its_vpe *vpe) vpe 2859 drivers/irqchip/irq-gic-v3-its.c vpe->idai = false; vpe 2860 drivers/irqchip/irq-gic-v3-its.c vpe->pending_last = true; vpe 2862 drivers/irqchip/irq-gic-v3-its.c vpe->idai = !!(val & GICR_VPENDBASER_IDAI); vpe 2863 drivers/irqchip/irq-gic-v3-its.c vpe->pending_last = !!(val & GICR_VPENDBASER_PendingLast); vpe 2867 drivers/irqchip/irq-gic-v3-its.c static void its_vpe_invall(struct its_vpe *vpe) vpe 2875 drivers/irqchip/irq-gic-v3-its.c if (its_list_map && !vpe->its_vm->vlpi_count[its->list_nr]) vpe 2882 drivers/irqchip/irq-gic-v3-its.c its_send_vinvall(its, vpe); vpe 2889 drivers/irqchip/irq-gic-v3-its.c struct its_vpe *vpe = irq_data_get_irq_chip_data(d); vpe 2894 drivers/irqchip/irq-gic-v3-its.c its_vpe_schedule(vpe); vpe 2898 drivers/irqchip/irq-gic-v3-its.c its_vpe_deschedule(vpe); vpe 2902 drivers/irqchip/irq-gic-v3-its.c its_vpe_invall(vpe); vpe 2910 drivers/irqchip/irq-gic-v3-its.c static void its_vpe_send_cmd(struct its_vpe *vpe, vpe 2917 drivers/irqchip/irq-gic-v3-its.c its_vpe_db_proxy_map_locked(vpe); vpe 2918 drivers/irqchip/irq-gic-v3-its.c cmd(vpe_proxy.dev, vpe->vpe_proxy_event); vpe 2925 drivers/irqchip/irq-gic-v3-its.c struct its_vpe *vpe = irq_data_get_irq_chip_data(d); vpe 2930 drivers/irqchip/irq-gic-v3-its.c rdbase = per_cpu_ptr(gic_rdists->rdist, vpe->col_idx)->rd_base; vpe 2931 drivers/irqchip/irq-gic-v3-its.c gic_write_lpir(vpe->vpe_db_lpi, rdbase + GICR_INVLPIR); vpe 2935 drivers/irqchip/irq-gic-v3-its.c its_vpe_send_cmd(vpe, its_send_inv); vpe 2962 drivers/irqchip/irq-gic-v3-its.c struct its_vpe *vpe = irq_data_get_irq_chip_data(d); vpe 2970 drivers/irqchip/irq-gic-v3-its.c rdbase = per_cpu_ptr(gic_rdists->rdist, vpe->col_idx)->rd_base; vpe 2972 drivers/irqchip/irq-gic-v3-its.c gic_write_lpir(vpe->vpe_db_lpi, rdbase + GICR_SETLPIR); vpe 2974 drivers/irqchip/irq-gic-v3-its.c gic_write_lpir(vpe->vpe_db_lpi, rdbase + GICR_CLRLPIR); vpe 2980 drivers/irqchip/irq-gic-v3-its.c its_vpe_send_cmd(vpe, its_send_int); vpe 2982 drivers/irqchip/irq-gic-v3-its.c its_vpe_send_cmd(vpe, its_send_clear); vpe 3014 drivers/irqchip/irq-gic-v3-its.c static int its_vpe_init(struct its_vpe *vpe) vpe 3037 drivers/irqchip/irq-gic-v3-its.c vpe->vpe_id = vpe_id; vpe 3038 drivers/irqchip/irq-gic-v3-its.c vpe->vpt_page = vpt_page; vpe 3039 drivers/irqchip/irq-gic-v3-its.c vpe->vpe_proxy_event = -1; vpe 3044 drivers/irqchip/irq-gic-v3-its.c static void its_vpe_teardown(struct its_vpe *vpe) vpe 3046 drivers/irqchip/irq-gic-v3-its.c its_vpe_db_proxy_unmap(vpe); vpe 3047 drivers/irqchip/irq-gic-v3-its.c its_vpe_id_free(vpe->vpe_id); vpe 3048 drivers/irqchip/irq-gic-v3-its.c its_free_pending_table(vpe->vpt_page); vpe 3063 drivers/irqchip/irq-gic-v3-its.c struct its_vpe *vpe = irq_data_get_irq_chip_data(data); vpe 3065 drivers/irqchip/irq-gic-v3-its.c BUG_ON(vm != vpe->its_vm); vpe 3068 drivers/irqchip/irq-gic-v3-its.c its_vpe_teardown(vpe); vpe 3136 drivers/irqchip/irq-gic-v3-its.c struct its_vpe *vpe = irq_data_get_irq_chip_data(d); vpe 3144 drivers/irqchip/irq-gic-v3-its.c vpe->col_idx = cpumask_first(cpu_online_mask); vpe 3150 drivers/irqchip/irq-gic-v3-its.c its_send_vmapp(its, vpe, true); vpe 3151 drivers/irqchip/irq-gic-v3-its.c its_send_vinvall(its, vpe); vpe 3154 drivers/irqchip/irq-gic-v3-its.c irq_data_update_effective_affinity(d, cpumask_of(vpe->col_idx)); vpe 3162 drivers/irqchip/irq-gic-v3-its.c struct its_vpe *vpe = irq_data_get_irq_chip_data(d); vpe 3176 drivers/irqchip/irq-gic-v3-its.c its_send_vmapp(its, vpe, false); vpe 136 drivers/irqchip/irq-gic-v4.c static int its_send_vpe_cmd(struct its_vpe *vpe, struct its_cmd_info *info) vpe 138 drivers/irqchip/irq-gic-v4.c return irq_set_vcpu_affinity(vpe->irq, info); vpe 141 drivers/irqchip/irq-gic-v4.c int its_schedule_vpe(struct its_vpe *vpe, bool on) vpe 149 drivers/irqchip/irq-gic-v4.c return its_send_vpe_cmd(vpe, &info); vpe 152 drivers/irqchip/irq-gic-v4.c int its_invall_vpe(struct its_vpe *vpe) vpe 158 drivers/irqchip/irq-gic-v4.c return its_send_vpe_cmd(vpe, &info); vpe 1188 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c struct virtchnl_pf_event *vpe = vpe 1190 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c bool link_up = vpe->event_data.link_event.link_status; vpe 1192 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c switch (vpe->event) { vpe 1195 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c vpe->event_data.link_event.link_speed; vpe 1241 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c vpe->event); vpe 68 include/linux/irqchip/arm-gic-v4.h struct its_vpe *vpe; vpe 94 include/linux/irqchip/arm-gic-v4.h int its_schedule_vpe(struct its_vpe *vpe, bool on); vpe 95 include/linux/irqchip/arm-gic-v4.h int its_invall_vpe(struct its_vpe *vpe); vpe 363 virt/kvm/arm/vgic/vgic-its.c map.vpe = &vcpu->arch.vgic_cpu.vgic_v3.its_vpe; vpe 283 virt/kvm/arm/vgic/vgic-v4.c .vpe = &irq->target_vcpu->arch.vgic_cpu.vgic_v3.its_vpe,