Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/renode/
Drenode_memory.c75 host_memory_block_lists_t *host_blocks_list_cached; in tlib_guest_offset_to_host_ptr() local
78 host_blocks_list_cached = lists; in tlib_guest_offset_to_host_ptr()
80 if(host_blocks_list_cached != NULL) in tlib_guest_offset_to_host_ptr()
82 current_block = host_blocks_list_cached->guest_to_host_head; in tlib_guest_offset_to_host_ptr()
86 move_to_head(&host_blocks_list_cached->guest_to_host_head, current_block); in tlib_guest_offset_to_host_ptr()
100 host_memory_block_lists_t *host_blocks_list_cached; in tlib_host_ptr_to_guest_offset() local
103 host_blocks_list_cached = lists; in tlib_host_ptr_to_guest_offset()
105 if(host_blocks_list_cached != NULL) in tlib_host_ptr_to_guest_offset()
107 current_block = host_blocks_list_cached->host_to_guest_head; in tlib_host_ptr_to_guest_offset()
111 move_to_head(&host_blocks_list_cached->host_to_guest_head, current_block); in tlib_host_ptr_to_guest_offset()