Home
last modified time | relevance | path

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

/xen/xen/drivers/acpi/
A Dnuma.c222 acpi_handle phandle = h;
225 handle = phandle;
229 status = acpi_get_parent(handle, &phandle);
/xen/xen/common/libfdt/
A Dfdt_ro.c491 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 Ddevice_tree.c953 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 Ddevice_tree.h82 dt_phandle phandle; member
/xen/xen/include/xen/libfdt/
A Dlibfdt.h775 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle);
/xen/xen/arch/x86/mm/
A Dmem_sharing.c822 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 Dgic-v3-its.c962 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 Ddomain_build.c978 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 Dgic-v2.c806 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 Dlibxl_types.idl550 # Note that the partial device tree should avoid to use the phandle
/xen/docs/man/
A Dxl.cfg.5.pod.in605 Note that the partial device tree should avoid using the phandle 65000

Completed in 27 milliseconds