Home
last modified time | relevance | path

Searched refs:VGIC_CONFIG_EDGE (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/arch/arm64/kvm/vgic/
Dvgic-v2.c87 if (irq->config == VGIC_CONFIG_EDGE && in vgic_v2_fold_lr_state()
166 if (irq->config == VGIC_CONFIG_EDGE) in vgic_v2_populate_lr()
Dvgic-v3.c82 if (irq->config == VGIC_CONFIG_EDGE && in vgic_v3_fold_lr_state()
152 if (irq->config == VGIC_CONFIG_EDGE) in vgic_v3_populate_lr()
Dvgic.h111 if (irq->config == VGIC_CONFIG_EDGE) in irq_is_pending()
Dvgic-mmio.c724 if (irq->config == VGIC_CONFIG_EDGE) in vgic_mmio_read_config()
757 irq->config = VGIC_CONFIG_EDGE; in vgic_mmio_write_config()
Dvgic-init.c216 irq->config = VGIC_CONFIG_EDGE; in vgic_allocate_private_irqs_locked()
Dvgic.c305 case VGIC_CONFIG_EDGE: in vgic_validate_injection()
Dvgic-its.c66 irq->config = VGIC_CONFIG_EDGE; in vgic_add_lpi()
/linux-6.12.1/include/kvm/
Darm_vgic.h94 VGIC_CONFIG_EDGE = 0, enumerator