Home
last modified time | relevance | path

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

/freebsd/sys/arm64/vmm/io/
H A Dvgic_v3.c575 (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()
1674 if (reg < GICR_RD_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()
1749 if (reg < GICR_RD_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()
/freebsd/sys/arm64/arm64/
H A Dgic_v3_reg.h273 #define GICR_RD_BASE_SIZE PAGE_SIZE_64K macro
H A Dgic_v3_acpi.c152 count = GICR_RD_BASE_SIZE + GICR_SGI_BASE_SIZE; in rdist_map()
H A Dgic_v3.c1431 offset += (GICR_RD_BASE_SIZE + GICR_SGI_BASE_SIZE); in gic_v3_redist_find()