pub unsafe extern "C" fn cpu_get_address_space(
cpu: *mut CPUState,
asidx: c_int,
) -> *mut AddressSpaceExpand description
cpu_get_address_space: @cpu: CPU to get address space from @asidx: index identifying which address space to get
Return the requested address space of this CPU. @asidx specifies which address space to read.