Searched refs:mpidr_aff (Results 1 – 2 of 2) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_arm.c | 364 uint64_t mpidr_aff; in make_cpus_node() local 378 mpidr_aff = libxl__compute_mpdir(i); in make_cpus_node() 379 name = GCSPRINTF("cpu@%"PRIx64, mpidr_aff); in make_cpus_node() 393 res = fdt_property_regs(gc, fdt, 1, 0, 1, mpidr_aff); in make_cpus_node()
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | domain_build.c | 682 uint64_t mpidr_aff; in make_cpus_node() local 738 mpidr_aff = vcpuid_to_vaffinity(cpu); in make_cpus_node() 740 mpidr_aff, cpu); in make_cpus_node() 742 snprintf(buf, sizeof(buf), "cpu@%"PRIx64, mpidr_aff); in make_cpus_node() 755 res = fdt_property_cell(fdt, "reg", mpidr_aff); in make_cpus_node()
|
Completed in 7 milliseconds