pub unsafe extern "C" fn cpu_get_memory_mapping(
    cpu: *mut CPUState,
    list: *mut MemoryMappingList,
    errp: *mut *mut Error
)
Expand description

cpu_get_memory_mapping: @cpu: The CPU whose memory mappings are to be obtained. @list: Where to write the memory mappings to. @errp: Pointer for reporting an #Error.