| /openbmc/qemu/hw/core/ |
| H A D | numa.c | 122 props.node_id = nodenr; in parse_numa_node() 396 if (node->node_id >= nb_numa_nodes) { in parse_numa_hmat_cache() 398 "than %d", node->node_id, nb_numa_nodes); in parse_numa_hmat_cache() 402 if (numa_info[node->node_id].lb_info_provided != (BIT(0) | BIT(1))) { in parse_numa_hmat_cache() 405 "cache attributes", node->node_id); in parse_numa_hmat_cache() 418 if (ms->numa_state->hmat_cache[node->node_id][node->level]) { in parse_numa_hmat_cache() 421 node->node_id, node->level); in parse_numa_hmat_cache() 426 ms->numa_state->hmat_cache[node->node_id][node->level - 1] == NULL) { in parse_numa_hmat_cache() 434 ms->numa_state->hmat_cache[node->node_id][node->level - 1]->size)) { in parse_numa_hmat_cache() 438 ms->numa_state->hmat_cache[node->node_id] in parse_numa_hmat_cache() [all …]
|
| /openbmc/qemu/docs/sphinx/ |
| H A D | dbusdomain.py | 53 node_id = name 55 node_id = f"{ifacename}.{node_id}" 58 signode["ids"].append(node_id) 64 ("single", indextext, node_id, "", None) 68 domain.note_object(name, self.objtype, node_id, location=signode) 298 for name, (docname, node_id, _) in ifaces: 311 entries.append(IndexEntry(stripped + name, 0, docname, node_id, "", "", "")) 321 node_id: str 362 self, name: str, objtype: str, node_id: str, location: Any = None 364 self.objects[name] = ObjectEntry(self.env.docname, node_id, objtype) [all …]
|
| H A D | qapi_domain.py | 84 node_id: str 225 node_id = make_id( 228 signode["ids"].append(node_id) 232 domain.note_object(fullname, self.objtype, node_id, location=signode) 239 (arity, indextext, node_id, "", None) 654 node_id 656 for node_id in cast(List[str], el.get("ids", ())) 708 name, 0, obj.docname, obj.node_id, obj.objtype, "", "" 716 IndexEntry(name, 0, obj.docname, obj.node_id, "", "", "") 815 node_id: str, [all …]
|
| /openbmc/qemu/hw/mips/ |
| H A D | loongson3_bootp.c | 54 emap->map[0].node_id = cpu_to_le32(0); in init_memory_map() 59 emap->map[1].node_id = cpu_to_le32(0); in init_memory_map() 82 irq_info->node_id = cpu_to_le32(0); in init_irq_source()
|
| H A D | loongson3_bootp.h | 30 uint32_t node_id; /* node_id which memory attached to */ member 121 uint32_t node_id; /* node id: 0x0-0; 0x1-1; 0x10-2; 0x11-3 */ member
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 258 | 54 def find_graph_node(graph, node_id): argument 55 return next(node for node in graph['nodes'] if node['id'] == node_id)
|
| H A D | 124 | 115 def add_node(self, node_id, fmt=iotests.imgfmt, path=None, backup=None): argument 117 path = os.path.join(iotests.test_dir, '%s.%s' % (node_id, fmt)) 120 '%s.full.backup.%s' % (node_id, fmt)) 123 'id': node_id,
|
| H A D | iotests.py | 1171 node_id = next(edge['child'] for edge in graph['edges'] 1176 if node['id'] == node_id)
|
| /openbmc/qemu/hw/riscv/ |
| H A D | numa.c | 47 if (ms->possible_cpus->cpus[i].props.node_id != socket_id) { in riscv_socket_first_hartid() 67 if (ms->possible_cpus->cpus[i].props.node_id != socket_id) { in riscv_socket_last_hartid() 122 if (ms->possible_cpus->cpus[i].props.node_id != socket_id) { in riscv_socket_check_hartids()
|
| H A D | virt-acpi-build.c | 75 socket_id = arch_ids->cpus[uid].props.node_id; in riscv_acpi_madt_add_rintc() 94 arch_ids->cpus[uid].props.node_id, in riscv_acpi_madt_add_rintc() 100 arch_ids->cpus[uid].props.node_id, in riscv_acpi_madt_add_rintc() 831 uint32_t nodeid = cpu_list->cpus[i].props.node_id; in build_srat()
|
| /openbmc/qemu/hw/ppc/ |
| H A D | spapr_numa.c | 60 static const uint32_t *get_associativity(SpaprMachineState *spapr, int node_id) in get_associativity() argument 63 return spapr->FORM2_assoc_array[node_id]; in get_associativity() 65 return spapr->FORM1_assoc_array[node_id]; in get_associativity() 236 if (cpu->node_id == i) { in spapr_numa_FORM1_affinity_check() 364 const uint32_t *associativity = get_associativity(spapr, cpu->node_id); in spapr_numa_get_vcpu_assoc()
|
| H A D | spapr_cpu_core.c | 324 env->chip_index = sc->node_id; in spapr_create_vcpu() 327 cpu->node_id = sc->node_id; in spapr_create_vcpu() 373 DEFINE_PROP_INT32("node-id", SpaprCpuCore, node_id, CPU_UNSET_NUMA_NODE_ID),
|
| /openbmc/qemu/include/hw/ppc/ |
| H A D | spapr_cpu_core.h | 30 int node_id; member
|
| /openbmc/qemu/include/standard-headers/linux/ |
| H A D | virtio_mem.h | 195 uint16_t node_id; member
|
| /openbmc/qemu/hw/acpi/ |
| H A D | hmat.c | 180 build_append_int_noprefix(table_data, hmat_cache->node_id, 4); in build_hmat_cache()
|
| H A D | cpu.c | 723 aml_int(arch_ids->cpus[i].props.node_id))); in build_cpus_aml()
|
| /openbmc/qemu/hw/i386/ |
| H A D | fw_cfg.c | 164 numa_fw_cfg[apic_id + 1] = cpu_to_le64(cpus->cpus[i].props.node_id); in fw_cfg_arch_create()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/ |
| H A D | 0001-Fix-build-with-fno-common.patch | 180 -uint32_t (*mds_mdtm_init)(NODE_ID node_id, uint32_t *mds_tipc_ref); 181 +EXTERN uint32_t (*mds_mdtm_init)(NODE_ID node_id, uint32_t *mds_tipc_ref);
|
| /openbmc/qemu/docs/specs/ |
| H A D | ppc-spapr-numa.rst | 203 exclusive to the node_id). All other ranges were chosen under the developer
|