Home
last modified time | relevance | path

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

/freebsd/sys/arm64/vmm/io/
H A Dvgic_v3.c109 #define VGIC_CONFIG_MASK 0x2 macro
591 if ((irq->config & VGIC_CONFIG_MASK) == VGIC_CONFIG_LEVEL) { in vgic_v3_irq_pending()
947 irq->config = (val >> (i * 2)) & VGIC_CONFIG_MASK; in write_config()
2000 switch (irq->config & VGIC_CONFIG_MASK) { in vgic_v3_check_irq()
2066 if ((irq->config & VGIC_CONFIG_MASK) == VGIC_CONFIG_LEVEL) in vgic_v3_inject_irq()
2165 if ((irq->config & VGIC_CONFIG_MASK) == in vgic_v3_flush_hwstate()
2209 if ((irq->config & VGIC_CONFIG_MASK) == VGIC_CONFIG_EDGE) { in vgic_v3_sync_hwstate()