Searched refs:guest_to_host_nodes (Results 1 – 1 of 1) sorted by relevance
43 list_node_t *guest_to_host_nodes; member131 tlib_free((*lists)->guest_to_host_nodes); in free_list()150 new_mappings->guest_to_host_nodes = tlib_malloc(sizeof(list_node_t) * count); in renode_set_host_blocks()151 new_mappings->guest_to_host_head = &new_mappings->guest_to_host_nodes[0]; in renode_set_host_blocks()160 new_mappings->guest_to_host_nodes[i].element = &new_mappings->elements[i]; in renode_set_host_blocks()165 new_mappings->guest_to_host_nodes[i].prev = NULL; in renode_set_host_blocks()170 new_mappings->guest_to_host_nodes[i].prev = &new_mappings->guest_to_host_nodes[i - 1]; in renode_set_host_blocks()176 new_mappings->guest_to_host_nodes[i].next = NULL; in renode_set_host_blocks()181 new_mappings->guest_to_host_nodes[i].next = &new_mappings->guest_to_host_nodes[i + 1]; in renode_set_host_blocks()