Home
last modified time | relevance | path

Searched refs:extract_vfio_struct (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/
H A Dvfio.rs317 fn extract_vfio_struct<T>(bytes: &[u8], offset: usize) -> Option<T> in extract_vfio_struct() function
556 let header = extract_vfio_struct::<vfio_info_cap_header>(info_bytes, offset) in vfio_iommu_type1_get_iova_ranges()
561 extract_vfio_struct::<vfio_iommu_type1_info_cap_iova_range_header>( in vfio_iommu_type1_get_iova_ranges()
569 extract_vfio_struct::<vfio_iova_range>( in vfio_iommu_type1_get_iova_ranges()