Searched refs:fdt_property_interrupts (Results 1 – 2 of 2) sorted by relevance
/xen/tools/libxl/ |
A D | libxl_arm.c | 234 static int fdt_property_interrupts(libxl__gc *gc, void *fdt, in fdt_property_interrupts() function 580 res = fdt_property_interrupts(gc, fdt, ints, 3); in make_timer_node() 621 res = fdt_property_interrupts(gc, fdt, &intr, 1); in make_hypervisor_node() 650 res = fdt_property_interrupts(gc, fdt, &intr, 1); in make_vpl011_uart_node()
|
/xen/xen/arch/arm/ |
A D | domain_build.c | 658 static int __init fdt_property_interrupts(const struct kernel_info *kinfo, in fdt_property_interrupts() function 777 res = fdt_property_interrupts(kinfo, &intr, 1); in make_hypervisor_node() 1082 res = fdt_property_interrupts(kinfo, intrs, 3); in make_timer_node()
|
Completed in 8 milliseconds