Function x86_64::find_setup_data

source ยท
pub(crate) fn find_setup_data(
    mem: &GuestMemory,
    setup_data_start: GuestAddress,
    setup_data_end: GuestAddress,
    type_: SetupDataType,
) -> Option<GuestAddress>
Expand description

Find the first setup_data_hdr with the given type in guest memory and return its address.