Home
last modified time | relevance | path

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

/Linux-v4.19/virt/kvm/arm/vgic/
Dvgic-v2.c96 if (irq->config == VGIC_CONFIG_EDGE && in vgic_v2_fold_lr_state()
192 if (irq->config == VGIC_CONFIG_EDGE) in vgic_v2_populate_lr()
Dvgic-v3.c88 if (irq->config == VGIC_CONFIG_EDGE && in vgic_v3_fold_lr_state()
175 if (irq->config == VGIC_CONFIG_EDGE) in vgic_v3_populate_lr()
Dvgic.h115 if (irq->config == VGIC_CONFIG_EDGE) in irq_is_pending()
Dvgic-init.c228 irq->config = VGIC_CONFIG_EDGE; in kvm_vgic_vcpu_init()
Dvgic-mmio.c511 if (irq->config == VGIC_CONFIG_EDGE) in vgic_mmio_read_config()
544 irq->config = VGIC_CONFIG_EDGE; in vgic_mmio_write_config()
Dvgic.c294 case VGIC_CONFIG_EDGE: in vgic_validate_injection()
Dvgic-its.c70 irq->config = VGIC_CONFIG_EDGE; in vgic_add_lpi()
/Linux-v4.19/include/kvm/
Darm_vgic.h98 VGIC_CONFIG_EDGE = 0, enumerator