Searched refs:GICR_SGI_BASE_SIZE (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/arm64/arm64/ |
H A D | gic_v3.c | 872 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 D | gic_v3_reg.h | 275 #define GICR_SGI_BASE_SIZE PAGE_SIZE_64K macro
|
H A D | gic_v3_acpi.c | 152 count = GICR_RD_BASE_SIZE + GICR_SGI_BASE_SIZE; in rdist_map()
|
/freebsd/sys/arm64/vmm/io/ |
H A D | vgic_v3.c | 575 (GICR_RD_BASE_SIZE + GICR_SGI_BASE_SIZE); in vgic_v3_max_cpu_count() 1634 (GICR_RD_BASE_SIZE + GICR_SGI_BASE_SIZE); in redist_read() 1663 (GICR_RD_BASE_SIZE + GICR_SGI_BASE_SIZE); in redist_read() 1678 } else if (reg < (GICR_SGI_BASE + GICR_SGI_BASE_SIZE)) { in redist_read() 1712 (GICR_RD_BASE_SIZE + GICR_SGI_BASE_SIZE); in redist_write() 1740 (GICR_RD_BASE_SIZE + GICR_SGI_BASE_SIZE); in redist_write() 1753 } else if (reg < (GICR_SGI_BASE + GICR_SGI_BASE_SIZE)) { in redist_write() 1886 GICR_RD_BASE_SIZE + GICR_SGI_BASE_SIZE)) in vgic_v3_attach_to_vm() 1900 (GICR_RD_BASE_SIZE + GICR_SGI_BASE_SIZE); in vgic_v3_attach_to_vm()
|