Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i386/
H A Dtopology.h148 unsigned nr_modules = topo_info->modules_per_die; in x86_topo_ids_from_idx() local
152 topo_ids->pkg_id = cpu_index / (nr_dies * nr_modules * in x86_topo_ids_from_idx()
154 topo_ids->die_id = cpu_index / (nr_modules * nr_cores * in x86_topo_ids_from_idx()
157 nr_modules; in x86_topo_ids_from_idx()
/openbmc/qemu/include/hw/xen/
H A Dstart_info.h116 uint32_t nr_modules; /* Number of modules passed to the kernel. */ member
/openbmc/qemu/pc-bios/optionrom/
H A Dpvh_main.c127 start_info.nr_modules = 1; in pvh_load_kernel()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0006-replace-sym_iterator-0-with-sym_iterator.patch110 for (size_t i = 0; i < nr_modules; ++i)