qemu_plugin_hwaddr_phys_addr

Function qemu_plugin_hwaddr_phys_addr 

Source
pub unsafe extern "C" fn qemu_plugin_hwaddr_phys_addr(
    haddr: *const qemu_plugin_hwaddr,
) -> u64
Expand 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.