Searched refs:phandle (Results 1 – 11 of 11) sorted by relevance
/xen-4.10.0-shim-comet/xen/drivers/acpi/ |
A D | numa.c | 222 acpi_handle phandle = h; 225 handle = phandle; 229 status = acpi_get_parent(handle, &phandle);
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/common/ |
A D | device_tree.c | 953 if ( np->phandle == handle ) in dt_find_node_by_phandle() 1529 dt_phandle phandle; in __dt_parse_phandle_with_args() local 1547 phandle = be32_to_cpup(list++); in __dt_parse_phandle_with_args() 1548 if ( phandle ) in __dt_parse_phandle_with_args() 1561 node = dt_find_node_by_phandle(phandle); in __dt_parse_phandle_with_args() 1603 if (!phandle) in __dt_parse_phandle_with_args() 1819 if ( np->phandle == 0 ) in unflatten_dt_node() 1820 np->phandle = be32_to_cpup((__be32*)*p); in unflatten_dt_node() 1826 np->phandle = be32_to_cpup((__be32 *)*p); in unflatten_dt_node()
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/ |
A D | mem_sharing.c | 772 int expected_refcnt, shr_handle_t *phandle) in nominate_page() argument 781 *phandle = 0UL; in nominate_page() 800 *phandle = pg->sharing->handle; in nominate_page() 884 *phandle = page->sharing->handle; in nominate_page()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | device_tree.h | 82 dt_phandle phandle; member
|
/xen-4.10.0-shim-comet/xen/include/xen/libfdt/ |
A D | libfdt.h | 775 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle);
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | domain_build.c | 528 dt_interrupt_controller->phandle); in fdt_property_interrupts() 811 if ( gic->phandle ) in make_gic_node() 813 dt_dprintk(" Set phandle = 0x%x\n", gic->phandle); in make_gic_node() 814 res = fdt_property_cell(fdt, "phandle", gic->phandle); in make_gic_node()
|
A D | gic-v3-its.c | 976 if ( its->phandle ) in gicv3_its_make_hwdom_dt_nodes() 978 res = fdt_property_cell(fdt, "phandle", its->phandle); in gicv3_its_make_hwdom_dt_nodes()
|
A D | gic-v2.c | 704 if ( v2m->phandle ) in gicv2m_make_dt_node() 706 res = fdt_property_cell(fdt, "phandle", v2m->phandle); in gicv2m_make_dt_node()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_types.idl | 515 # Note that the partial device tree should avoid to use the phandle
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl.cfg.pod.5.in | 604 Note that the partial device tree should avoid using the phandle 65000
|
Completed in 27 milliseconds