Searched refs:its_vpe (Results 1 – 11 of 11) sorted by relevance
| /linux/include/linux/irqchip/ |
| A D | arm-gic-v4.h | 10 struct its_vpe; 23 struct its_vpe **vpes; 40 struct its_vpe { struct 106 struct its_vpe *vpe; argument 143 int its_make_vpe_resident(struct its_vpe *vpe, bool g0en, bool g1en); 144 int its_make_vpe_non_resident(struct its_vpe *vpe, bool db); 145 int its_commit_vpe(struct its_vpe *vpe); 146 int its_invall_vpe(struct its_vpe *vpe);
|
| /linux/arch/arm64/kvm/vgic/ |
| A D | vgic-v4.c | 98 raw_spin_lock(&vcpu->arch.vgic_cpu.vgic_v3.its_vpe.vpe_lock); in vgic_v4_doorbell_handler() 99 vcpu->arch.vgic_cpu.vgic_v3.its_vpe.pending_last = true; in vgic_v4_doorbell_handler() 100 raw_spin_unlock(&vcpu->arch.vgic_cpu.vgic_v3.its_vpe.vpe_lock); in vgic_v4_doorbell_handler() 117 struct its_vpe *vpe = &vcpu->arch.vgic_cpu.vgic_v3.its_vpe; in vgic_v4_enable_vsgis() 215 struct its_vpe *vpe = &irq->target_vcpu->arch.vgic_cpu.vgic_v3.its_vpe; in vgic_v4_get_vlpi_state() 264 dist->its_vm.vpes[i] = &vcpu->arch.vgic_cpu.vgic_v3.its_vpe; in vgic_v4_init() 341 struct its_vpe *vpe = &vcpu->arch.vgic_cpu.vgic_v3.its_vpe; in vgic_v4_put() 351 struct its_vpe *vpe = &vcpu->arch.vgic_cpu.vgic_v3.its_vpe; in vgic_v4_load() 387 struct its_vpe *vpe = &vcpu->arch.vgic_cpu.vgic_v3.its_vpe; in vgic_v4_commit() 451 .vpe = &irq->target_vcpu->arch.vgic_cpu.vgic_v3.its_vpe, in kvm_vgic_v4_set_forwarding() [all …]
|
| A D | vgic-init.c | 256 atomic_set(&vgic_cpu->vgic_v3.its_vpe.vlpi_count, 0); in kvm_vgic_vcpu_init()
|
| A D | vgic-its.c | 330 map.vpe = &vcpu->arch.vgic_cpu.vgic_v3.its_vpe; in update_affinity() 1293 if (vcpu->arch.vgic_cpu.vgic_v3.its_vpe.its_vm) in vgic_its_invall() 1294 its_invall_vpe(&vcpu->arch.vgic_cpu.vgic_v3.its_vpe); in vgic_its_invall()
|
| A D | vgic.c | 962 if (vcpu->arch.vgic_cpu.vgic_v3.its_vpe.pending_last) in kvm_vgic_vcpu_pending_irq()
|
| /linux/drivers/irqchip/ |
| A D | irq-gic-v4.c | 119 static int its_alloc_vcpu_sgis(struct its_vpe *vpe, int idx) in its_alloc_vcpu_sgis() 229 static int its_send_vpe_cmd(struct its_vpe *vpe, struct its_cmd_info *info) in its_send_vpe_cmd() 234 int its_make_vpe_non_resident(struct its_vpe *vpe, bool db) in its_make_vpe_non_resident() 261 int its_make_vpe_resident(struct its_vpe *vpe, bool g0en, bool g1en) in its_make_vpe_resident() 284 int its_commit_vpe(struct its_vpe *vpe) in its_commit_vpe() 301 int its_invall_vpe(struct its_vpe *vpe) in its_invall_vpe()
|
| A D | irq-gic-v3-its.c | 175 struct its_vpe **vpes; 282 struct its_vpe *vpe = NULL; in irq_to_cpuid_lock() 308 struct its_vpe *vpe = NULL; in irq_to_cpuid_unlock() 330 static struct its_vpe *valid_vpe(struct its_node *its, struct its_vpe *vpe) in valid_vpe() 391 struct its_vpe *vpe; 395 struct its_vpe *vpe; 401 struct its_vpe *vpe; 409 struct its_vpe *vpe; 416 struct its_vpe *vpe; 423 struct its_vpe *vpe; [all …]
|
| /linux/include/kvm/ |
| A D | arm_vgic.h | 322 struct its_vpe its_vpe; member
|
| /linux/arch/arm64/kvm/hyp/ |
| A D | vgic-v3-sr.c | 215 if (used_lrs || cpu_if->its_vpe.its_vm) { in __vgic_v3_save_state() 239 if (used_lrs || cpu_if->its_vpe.its_vm) { in __vgic_v3_restore_state() 313 cpu_if->its_vpe.its_vm || !cpu_if->vgic_sre) in __vgic_v3_activate_traps() 339 cpu_if->its_vpe.its_vm || !cpu_if->vgic_sre) in __vgic_v3_deactivate_traps()
|
| /linux/arch/arm64/include/asm/ |
| A D | kvm_emulate.h | 102 if (atomic_read(&vcpu->arch.vgic_cpu.vgic_v3.its_vpe.vlpi_count) || in vcpu_clear_wfx_traps()
|
| /linux/arch/arm64/kvm/ |
| A D | arm.c | 564 (atomic_read(&vcpu->arch.vgic_cpu.vgic_v3.its_vpe.vlpi_count) || in kvm_vcpu_should_clear_twi()
|
Completed in 71 milliseconds