Home
last modified time | relevance | path

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

/linux-6.1.9/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.c81 if (irq->config == VGIC_CONFIG_EDGE && in vgic_v3_fold_lr_state()
151 if (irq->config == VGIC_CONFIG_EDGE) in vgic_v3_populate_lr()
Dvgic.h109 if (irq->config == VGIC_CONFIG_EDGE) in irq_is_pending()
Dvgic-init.c215 irq->config = VGIC_CONFIG_EDGE; in kvm_vgic_vcpu_init()
Dvgic-mmio.c736 if (irq->config == VGIC_CONFIG_EDGE) in vgic_mmio_read_config()
769 irq->config = VGIC_CONFIG_EDGE; in vgic_mmio_write_config()
Dvgic.c319 case VGIC_CONFIG_EDGE: in vgic_validate_injection()
Dvgic-its.c59 irq->config = VGIC_CONFIG_EDGE; in vgic_add_lpi()
/linux-6.1.9/include/kvm/ !
Darm_vgic.h93 VGIC_CONFIG_EDGE = 0, enumerator