Home
last modified time | relevance | path

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

/freebsd/sys/arm64/arm64/
H A Dgic_v3.c872 GICR_SGI_BASE_SIZE + GICD_ICFGR(irq)); in gic_v3_setup_intr_periph()
882 GICR_SGI_BASE_SIZE + GICD_ICFGR(irq), reg); in gic_v3_setup_intr_periph()
974 gic_r_write(sc, 4, GICR_SGI_BASE_SIZE + GICD_ICENABLER(irq), in gic_v3_disable_intr()
995 gic_r_write(sc, 4, GICR_SGI_BASE_SIZE + GICD_ISENABLER(irq), in gic_v3_enable_intr_periph()
1431 offset += (GICR_RD_BASE_SIZE + GICR_SGI_BASE_SIZE); in gic_v3_redist_find()
1489 gic_r_write(sc, 4, GICR_SGI_BASE_SIZE + GICR_IGROUPR0, in gic_v3_redist_init()
1493 gic_r_write(sc, 4, GICR_SGI_BASE_SIZE + GICR_ICENABLER0, in gic_v3_redist_init()
1496 gic_r_write(sc, 4, GICR_SGI_BASE_SIZE + GICR_ISENABLER0, in gic_v3_redist_init()
1501 gic_r_write(sc, 4, GICR_SGI_BASE_SIZE + GICD_IPRIORITYR(i), in gic_v3_redist_init()
H A Dgic_v3_reg.h275 #define GICR_SGI_BASE_SIZE PAGE_SIZE_64K macro
H A Dgic_v3_acpi.c152 count = GICR_RD_BASE_SIZE + GICR_SGI_BASE_SIZE; in rdist_map()
/freebsd/sys/arm64/vmm/io/
H A Dvgic_v3.c574 (GICR_RD_BASE_SIZE + GICR_SGI_BASE_SIZE); in vgic_v3_max_cpu_count()
1633 (GICR_RD_BASE_SIZE + GICR_SGI_BASE_SIZE); in redist_read()
1662 (GICR_RD_BASE_SIZE + GICR_SGI_BASE_SIZE); in redist_read()
1677 } else if (reg < (GICR_SGI_BASE + GICR_SGI_BASE_SIZE)) { in redist_read()
1711 (GICR_RD_BASE_SIZE + GICR_SGI_BASE_SIZE); in redist_write()
1739 (GICR_RD_BASE_SIZE + GICR_SGI_BASE_SIZE); in redist_write()
1752 } else if (reg < (GICR_SGI_BASE + GICR_SGI_BASE_SIZE)) { in redist_write()
1885 GICR_RD_BASE_SIZE + GICR_SGI_BASE_SIZE)) in vgic_v3_attach_to_vm()
1899 (GICR_RD_BASE_SIZE + GICR_SGI_BASE_SIZE); in vgic_v3_attach_to_vm()