Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/renode/
Drenode_memory.c44 list_node_t *host_to_guest_nodes; member
132 tlib_free((*lists)->host_to_guest_nodes); in free_list()
152 new_mappings->host_to_guest_nodes = tlib_malloc(sizeof(list_node_t) * count); in renode_set_host_blocks()
153 new_mappings->host_to_guest_head = &new_mappings->host_to_guest_nodes[0]; in renode_set_host_blocks()
161 new_mappings->host_to_guest_nodes[i].element = &new_mappings->elements[i]; in renode_set_host_blocks()
166 new_mappings->host_to_guest_nodes[i].prev = NULL; in renode_set_host_blocks()
171 new_mappings->host_to_guest_nodes[i].prev = &new_mappings->host_to_guest_nodes[i - 1]; in renode_set_host_blocks()
177 new_mappings->host_to_guest_nodes[i].next = NULL; in renode_set_host_blocks()
182 new_mappings->host_to_guest_nodes[i].next = &new_mappings->host_to_guest_nodes[i + 1]; in renode_set_host_blocks()