Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/arm64/
H A Dgic_v3.c752 GICR_SGI_BASE_SIZE + GICD_ICFGR(irq)); in gic_v3_setup_intr()
762 GICR_SGI_BASE_SIZE + GICD_ICFGR(irq), reg); in gic_v3_setup_intr()
804 gic_r_write(sc, 4, GICR_SGI_BASE_SIZE + GICD_ICENABLER(irq), in gic_v3_disable_intr()
828 gic_r_write(sc, 4, GICR_SGI_BASE_SIZE + GICD_ISENABLER(irq), in gic_v3_enable_intr()
1232 r_bsh += (GICR_RD_BASE_SIZE + GICR_SGI_BASE_SIZE); in gic_v3_redist_find()
1291 gic_r_write(sc, 4, GICR_SGI_BASE_SIZE + GICR_IGROUPR0, in gic_v3_redist_init()
1295 gic_r_write(sc, 4, GICR_SGI_BASE_SIZE + GICR_ICENABLER0, in gic_v3_redist_init()
1298 gic_r_write(sc, 4, GICR_SGI_BASE_SIZE + GICR_ISENABLER0, in gic_v3_redist_init()
1303 gic_r_write(sc, 4, GICR_SGI_BASE_SIZE + GICD_IPRIORITYR(i), in gic_v3_redist_init()
H A Dgic_v3_reg.h186 #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()