Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/arm64/
H A Dgic_v3_var.h85 device_t *gic_children; member
H A Dgic_v3_fdt.c191 if (device_get_children(dev, &sc->gic_children, &sc->gic_nchildren) != 0) in gic_v3_fdt_attach()
H A Dgic_v3_acpi.c338 if (device_get_children(dev, &sc->gic_children, &sc->gic_nchildren) !=0) in gic_v3_acpi_attach()
H A Dgic_v3.c939 child = sc->gic_children[i]; in gic_v3_init_secondary()