Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/xen/
H A Denlighten.c415 struct device_node *xen_node; in xen_dt_guest_init() local
418 xen_node = of_find_compatible_node(NULL, NULL, "xen,xen"); in xen_dt_guest_init()
419 if (!xen_node) { in xen_dt_guest_init()
424 xen_events_irq = irq_of_parse_and_map(xen_node, 0); in xen_dt_guest_init()
426 if (of_address_to_resource(xen_node, GRANT_TABLE_INDEX, &res)) { in xen_dt_guest_init()
428 of_node_put(xen_node); in xen_dt_guest_init()
431 of_node_put(xen_node); in xen_dt_guest_init()