Function qemu_plugin::sys::qemu_plugin_hwaddr_phys_addr
source · pub unsafe extern "C" fn qemu_plugin_hwaddr_phys_addr(
haddr: *const qemu_plugin_hwaddr
) -> u64Expand description
qemu_plugin_hwaddr_phys_addr() - query physical address for memory operation @haddr: address handle from qemu_plugin_get_hwaddr()
Returns the physical address associated with the memory operation
Note that the returned physical address may not be unique if you are dealing with multiple address spaces.