Home
last modified time | relevance | path

Searched full:gicc (Results 1 – 25 of 56) sorted by relevance

123

/freebsd/sys/dev/acpica/
H A Dacpi_pxm.c264 ACPI_SRAT_GICC_AFFINITY *gicc; in srat_parse_entry() local
312 gicc = (ACPI_SRAT_GICC_AFFINITY *)entry; in srat_parse_entry()
315 gicc->AcpiProcessorUid, gicc->ProximityDomain, in srat_parse_entry()
316 (gicc->Flags & ACPI_SRAT_GICC_ENABLED) ? in srat_parse_entry()
318 if (!(gicc->Flags & ACPI_SRAT_GICC_ENABLED)) in srat_parse_entry()
320 KASSERT(cpu_find(gicc->AcpiProcessorUid) == NULL, in srat_parse_entry()
321 ("Duplicate CPU UID %u", gicc->AcpiProcessorUid)); in srat_parse_entry()
322 cpup = cpu_add(gicc->AcpiProcessorUid, gicc->ProximityDomain); in srat_parse_entry()
325 gicc->AcpiProcessorUid); in srat_parse_entry()
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Darm,gic-v3.yaml77 - GIC CPU interface (GICC)
81 GICC, GICH and GICV are optional, but must be described if the CPUs
251 <0x2c000000 0x2000>, // GICC
280 <0x2c040000 0x2000>, // GICC
/freebsd/usr.sbin/acpi/acpidump/
H A Dacpi.c483 ACPI_MADT_GENERIC_INTERRUPT *gicc; in acpi_print_madt() local
558 gicc = (ACPI_MADT_GENERIC_INTERRUPT *)mp; in acpi_print_madt()
559 acpi_print_cpu_uid(gicc->Uid, NULL); in acpi_print_madt()
560 printf("\tCPU INTERFACE=%x\n", gicc->CpuInterfaceNumber); in acpi_print_madt()
561 acpi_print_gicc_flags(gicc->Flags); in acpi_print_madt()
562 printf("\tParking Protocol Version=%x\n", gicc->ParkingVersion); in acpi_print_madt()
563 printf("\tPERF INTR=%d\n", gicc->PerformanceInterrupt); in acpi_print_madt()
565 (uintmax_t)gicc->ParkedAddress); in acpi_print_madt()
566 printf("\tBase ADDR=%016jx\n", (uintmax_t)gicc->BaseAddress); in acpi_print_madt()
567 printf("\tGICV=%016jx\n", (uintmax_t)gicc->GicvBaseAddress); in acpi_print_madt()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/marvell/
H A Darmada-ap810-ap0.dtsi53 <0x00c0000 0x2000>, /* GICC */
H A Darmada-37xx.dtsi490 <0x1d80000 0x2000>, /* GICC */
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcmbca/
H A Dbcm6856.dtsi88 <0x2000 0x2000>, /* GICC */
H A Dbcm6858.dtsi106 <0x2000 0x2000>, /* GICC */
/freebsd/sys/contrib/device-tree/src/arm64/amd/
H A Delba.dtsi148 <0x0 0x60000000 0x0 0x2000>, /* GICC */
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt7988a.dtsi74 <0 0x0c400000 0 0x2000>, /* GICC */
H A Dmt6797.dtsi481 <0 0x10240000 0 0x2000>; /* GICC */
H A Dmt7986a.dtsi134 <0 0x0c400000 0 0x2000>, /* GICC */
/freebsd/sys/contrib/device-tree/src/arm64/al/
H A Dalpine-v2.dtsi120 <0x0 0xf0100000 0x0 0x2000>, /* GICC */
/freebsd/sys/contrib/device-tree/src/arm64/amazon/
H A Dalpine-v2.dtsi121 <0x0 0xf0100000 0x0 0x2000>, /* GICC */
H A Dalpine-v3.dtsi327 <0x0 0xf0000000 0 0x2000>, /* GICC */
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/
H A Dhip05.dtsi248 <0x0 0xfe000000 0 0x10000>, /* GICC */
H A Dhi3798cv200.dtsi98 <0x0 0xf1002000 0x0 0x2000>, /* GICC */
/freebsd/sys/arm64/arm64/
H A Dgic_v3_acpi.c225 * address from the GICC sub-table. in gic_v3_acpi_identify()
/freebsd/sys/contrib/device-tree/src/arm64/nuvoton/
H A Dma35d1.dtsi56 <0x0 0x50802000 0 0x2000>, /* GICC */
/freebsd/sys/contrib/device-tree/src/arm64/arm/
H A Dfvp-base-revc.dts199 <0x0 0x2c000000 0 0x2000>, // GICC
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dipq5018.dtsi285 <0x0b002000 0x2000>, /* GICC */
H A Dipq5332.dtsi370 <0x0b002000 0x1000>, /* GICC */
/freebsd/sys/contrib/device-tree/src/arm64/microchip/
H A Dsparx5.dtsi118 <0x6 0x00200000 0x2000>, /* GICC */
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8qm.dtsi241 <0x0 0x52000000 0 0x2000>, /* GICC */
H A Dfsl-ls1012a.dtsi93 <0x0 0x1402000 0 0x2000>, /* GICC */
/freebsd/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi51.h696 /// GICC Affinity Structure Definition
708 /// GICC Flags. All other bits are reserved and must be 0.

123