Searched refs:phandle (Results 1 – 11 of 11) sorted by relevance
/xen/xen/drivers/acpi/ |
A D | numa.c | 222 acpi_handle phandle = h; 225 handle = phandle; 229 status = acpi_get_parent(handle, &phandle);
|
/xen/xen/common/libfdt/ |
A D | fdt_ro.c | 491 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) in fdt_node_offset_by_phandle() argument 495 if ((phandle == 0) || (phandle == -1)) in fdt_node_offset_by_phandle() 509 if (fdt_get_phandle(fdt, offset) == phandle) in fdt_node_offset_by_phandle()
|
/xen/xen/common/ |
A D | device_tree.c | 953 if ( np->phandle == handle ) in dt_find_node_by_phandle() 1559 dt_phandle phandle; in __dt_parse_phandle_with_args() local 1577 phandle = be32_to_cpup(list++); in __dt_parse_phandle_with_args() 1578 if ( phandle ) in __dt_parse_phandle_with_args() 1591 node = dt_find_node_by_phandle(phandle); in __dt_parse_phandle_with_args() 1633 if (!phandle) in __dt_parse_phandle_with_args() 1856 if ( np->phandle == 0 ) in unflatten_dt_node() 1857 np->phandle = be32_to_cpup((__be32*)*p); in unflatten_dt_node() 1863 np->phandle = be32_to_cpup((__be32 *)*p); in unflatten_dt_node()
|
/xen/xen/include/xen/ |
A D | device_tree.h | 82 dt_phandle phandle; member
|
/xen/xen/include/xen/libfdt/ |
A D | libfdt.h | 775 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle);
|
/xen/xen/arch/x86/mm/ |
A D | mem_sharing.c | 822 shr_handle_t *phandle) in nominate_page() argument 831 *phandle = 0UL; in nominate_page() 847 *phandle = pg->sharing->handle; in nominate_page() 936 *phandle = page->sharing->handle; in nominate_page()
|
/xen/xen/arch/arm/ |
A D | gic-v3-its.c | 962 if ( its->phandle ) in gicv3_its_make_hwdom_dt_nodes() 964 res = fdt_property_cell(fdt, "phandle", its->phandle); in gicv3_its_make_hwdom_dt_nodes()
|
A D | domain_build.c | 978 if ( gic->phandle ) in make_gic_node() 980 dt_dprintk(" Set phandle = 0x%x\n", gic->phandle); in make_gic_node() 981 res = fdt_property_cell(fdt, "phandle", gic->phandle); in make_gic_node() 2181 kinfo->phandle_gic = dt_interrupt_controller->phandle; in prepare_dtb_hwdom()
|
A D | gic-v2.c | 806 if ( v2m->phandle ) in gicv2m_make_dt_node() 808 res = fdt_property_cell(fdt, "phandle", v2m->phandle); in gicv2m_make_dt_node()
|
/xen/tools/libxl/ |
A D | libxl_types.idl | 550 # Note that the partial device tree should avoid to use the phandle
|
/xen/docs/man/ |
A D | xl.cfg.5.pod.in | 605 Note that the partial device tree should avoid using the phandle 65000
|
Completed in 27 milliseconds