Searched full:vpes (Results 1 – 16 of 16) sorted by relevance
/Linux-v6.1/arch/arm64/kvm/vgic/ |
D | vgic-v4.c | 244 if (dist->its_vm.vpes) in vgic_v4_init() 249 dist->its_vm.vpes = kcalloc(nr_vcpus, sizeof(*dist->its_vm.vpes), in vgic_v4_init() 251 if (!dist->its_vm.vpes) in vgic_v4_init() 257 dist->its_vm.vpes[i] = &vcpu->arch.vgic_cpu.vgic_v3.its_vpe; in vgic_v4_init() 262 kfree(dist->its_vm.vpes); in vgic_v4_init() 264 dist->its_vm.vpes = NULL; in vgic_v4_init() 269 int irq = dist->its_vm.vpes[i]->irq; in vgic_v4_init() 291 * Trick: adjust the number of vpes so we know in vgic_v4_init() 316 if (!its_vm->vpes) in vgic_v4_teardown() 321 int irq = its_vm->vpes[i]->irq; in vgic_v4_teardown() [all …]
|
D | vgic-v3.c | 359 desc = irq_to_desc(dist->its_vm.vpes[i]->irq); in unmap_all_vpes() 370 desc = irq_to_desc(dist->its_vm.vpes[i]->irq); in map_all_vpes()
|
D | vgic-mmio-v3.c | 555 * vPEs (which we don't support for obvious reasons). in vgic_mmio_write_invlpi()
|
/Linux-v6.1/drivers/irqchip/ |
D | irq-gic-v4.c | 175 vm->vpes[i]->its_vm = vm; in its_alloc_vcpu_irqs() 176 vm->vpes[i]->idai = true; in its_alloc_vcpu_irqs() 187 vm->vpes[i]->irq = vpe_base_irq + i; in its_alloc_vcpu_irqs() 188 ret = its_alloc_vcpu_sgis(vm->vpes[i], i); in its_alloc_vcpu_irqs() 212 unsigned int irq = irq_find_mapping(vm->vpes[i]->sgi_domain, 0); in its_free_sgi_irqs() 218 irq_domain_remove(vm->vpes[i]->sgi_domain); in its_free_sgi_irqs() 219 irq_domain_free_fwnode(vm->vpes[i]->fwnode); in its_free_sgi_irqs() 226 irq_domain_free_irqs(vm->vpes[0]->irq, vm->nr_vpes); in its_free_vcpu_irqs()
|
D | irq-gic-v3-its.c | 176 struct its_vpe **vpes; member 1741 * (a) Either we have a GICv4.1, and all vPEs have to be mapped at all times 1745 * and we're better off mapping all VPEs always 1747 * If neither (a) nor (b) is true, then we map vPEs on demand. 1768 * If the VM wasn't mapped yet, iterate over the vpes and get in its_map_vm() 1777 struct its_vpe *vpe = vm->vpes[i]; in its_map_vm() 1805 its_send_vmapp(its, vm->vpes[i], false); in its_unmap_vm() 1846 /* Ensure all the VPEs are mapped on this ITS */ in its_vlpi_map() 3695 vpe_proxy.vpes[vpe->vpe_proxy_event] = NULL; in its_vpe_db_proxy_unmap_locked() 3702 * effect... Let's just hope VPEs don't migrate too often. in its_vpe_db_proxy_unmap_locked() [all …]
|
D | irq-mips-cpu.c | 99 /* We can only send IPIs to VPEs within the local core */ in mips_mt_send_ipi()
|
/Linux-v6.1/arch/mips/kernel/ |
D | pm-cps.c | 26 * @online: the count of online coupled VPEs 34 * returns the number of VPEs that were in the wait state at the point this 51 * Indicates the number of coupled VPEs ready to operate in a non-coherent 127 /* Calculate which coupled CPUs (VPEs) are online */ in cps_pm_enter_state() 180 * it needs to wake up any coupled VPEs still running their wait in cps_pm_enter_state() 182 * coordination between the coupled VPEs & provide the governor with in cps_pm_enter_state() 183 * a chance to reflect on the length of time the VPEs were in the in cps_pm_enter_state() 543 * At this point it is safe for all VPEs to proceed with in cps_gen_entry_code() 545 * to indicate to the other VPEs that they may continue. in cps_gen_entry_code() 552 * VPEs which did not disable coherence will continue in cps_gen_entry_code() [all …]
|
D | cps-vec.S | 170 * Boot any other VPEs within this core that should be online, and 250 /* Retrieve the number of VPEs within the core */ 316 /* Calculate this VPEs ID. If the core doesn't support MT use 0 */ 331 /* Find the number of VPEs present in the core */ 350 1: /* Calculate a pointer to this VPEs struct vpe_boot_config */ 430 /* Calculate a pointer to the VPEs struct vpe_boot_config */
|
D | vpe-mt.c | 22 /* The number of TCs and VPEs physically available on the core */ 342 pr_warn("No VPEs reserved for AP/SP, not initialize VPE loader\n" in vpe_module_init()
|
D | vpe-cmp.c | 102 pr_warn("No VPEs reserved for AP/SP, not initialize VPE loader\n" in vpe_module_init()
|
D | mips-mt-fpaff.c | 20 * CPU mask used to set process affinity for MT VPEs/TCs with FPUs
|
D | smp-cps.c | 70 /* Use the number of VPEs in cluster 0 core 0 for smp_num_siblings */ in cps_smp_setup()
|
/Linux-v6.1/Documentation/devicetree/bindings/interrupt-controller/ |
D | mti,gic.yaml | 14 The MIPS GIC routes external interrupts to individual VPEs and IRQ pins. 58 allocate the last (2 * number of VPEs in the system).
|
/Linux-v6.1/arch/mips/include/asm/ |
D | mips_mt.h | 12 * How many VPEs and TCs is Linux allowed to use? 0 means no limit.
|
/Linux-v6.1/include/linux/irqchip/ |
D | arm-gic-v4.h | 23 struct its_vpe **vpes; member
|
/Linux-v6.1/arch/mips/ |
D | Kconfig | 2251 on cores with the MT ASE and uses the available VPEs to implement
|