Home
last modified time | relevance | path

Searched defs:node_id (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D25854 def find_graph_node(graph, node_id): argument
H A D124115 def add_node(self, node_id, fmt=iotests.imgfmt, path=None, backup=None): argument
/openbmc/qemu/include/hw/ppc/
H A Dspapr_cpu_core.h30 int node_id; member
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_mem.h195 uint16_t node_id; member
/openbmc/qemu/hw/mips/
H A Dloongson3_bootp.h30 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/hw/ppc/
H A Dspapr_numa.c60 static const uint32_t *get_associativity(SpaprMachineState *spapr, int node_id) in get_associativity()
/openbmc/qemu/hw/core/
H A Dnuma.c743 int node_id = object_property_get_int(OBJECT(dev), "node-id", &error_abort); in numa_cpu_pre_plug() local