Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dblock.c6387 static uintptr_t xdbg_graph_node_num(XDbgBlockGraphConstructor *gr, void *node) in xdbg_graph_node_num() function
6412 n->id = xdbg_graph_node_num(gr, node); in xdbg_graph_add_node()
6428 edge->parent = xdbg_graph_node_num(gr, parent); in xdbg_graph_add_edge()
6429 edge->child = xdbg_graph_node_num(gr, child->bs); in xdbg_graph_add_edge()