Searched refs:gic_phandle (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/bhyve/aarch64/
H A Dfdt.c59 static uint32_t gic_phandle = 0; variable
186 gic_phandle = assign_phandle(fdt);
208 fdt_property_u32(fdt, "interrupt-parent", gic_phandle);
217 assert(gic_phandle != 0);
229 fdt_property_u32(fdt, "interrupt-parent", gic_phandle);
257 assert(gic_phandle != 0);
269 fdt_property_u32(fdt, "interrupt-parent", gic_phandle);
288 assert(gic_phandle != 0);
294 fdt_property_u32(fdt, "interrupt-parent", gic_phandle);
311 assert(gic_phandle !
[all...]

Completed in 121 milliseconds