#include #include #include MODULE_INFO(name, KBUILD_MODNAME); __visible struct module __this_module __section(".gnu.linkonce.this_module") = { .name = KBUILD_MODNAME, .init = init_module, #ifdef CONFIG_MODULE_UNLOAD .exit = cleanup_module, #endif .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); KSYMTAB_FUNC(vfio_assign_device_set, "_gpl", ""); KSYMTAB_FUNC(vfio_device_set_open_count, "_gpl", ""); KSYMTAB_FUNC(vfio_find_device_in_devset, "_gpl", ""); KSYMTAB_FUNC(_vfio_alloc_device, "_gpl", ""); KSYMTAB_FUNC(vfio_register_group_dev, "_gpl", ""); KSYMTAB_FUNC(vfio_register_emulated_iommu_dev, "_gpl", ""); KSYMTAB_FUNC(vfio_unregister_group_dev, "_gpl", ""); KSYMTAB_FUNC(vfio_mig_get_next_state, "_gpl", ""); KSYMTAB_FUNC(vfio_combine_iova_ranges, "_gpl", ""); KSYMTAB_FUNC(vfio_file_is_valid, "_gpl", ""); KSYMTAB_FUNC(vfio_file_enforced_coherent, "_gpl", ""); KSYMTAB_FUNC(vfio_file_set_kvm, "_gpl", ""); KSYMTAB_FUNC(vfio_info_cap_add, "_gpl", ""); KSYMTAB_FUNC(vfio_info_cap_shift, "", ""); KSYMTAB_FUNC(vfio_info_add_capability, "", ""); KSYMTAB_FUNC(vfio_set_irqs_validate_and_prepare, "", ""); KSYMTAB_FUNC(vfio_pin_pages, "", ""); KSYMTAB_FUNC(vfio_unpin_pages, "", ""); KSYMTAB_FUNC(vfio_dma_rw, "", ""); KSYMTAB_FUNC(vfio_file_iommu_group, "_gpl", ""); KSYMTAB_FUNC(vfio_file_is_group, "_gpl", ""); KSYMTAB_FUNC(vfio_file_has_dev, "_gpl", ""); KSYMTAB_FUNC(vfio_register_iommu_driver, "_gpl", ""); KSYMTAB_FUNC(vfio_unregister_iommu_driver, "_gpl", ""); KSYMTAB_FUNC(vfio_virqfd_enable, "_gpl", ""); KSYMTAB_FUNC(vfio_virqfd_disable, "_gpl", ""); KSYMTAB_FUNC(vfio_virqfd_flush_thread, "_gpl", ""); KSYMTAB_FUNC(vfio_iommufd_device_ictx, "_gpl", ""); KSYMTAB_FUNC(vfio_iommufd_get_dev_id, "_gpl", ""); KSYMTAB_FUNC(vfio_iommufd_physical_bind, "_gpl", ""); KSYMTAB_FUNC(vfio_iommufd_physical_unbind, "_gpl", ""); KSYMTAB_FUNC(vfio_iommufd_physical_attach_ioas, "_gpl", ""); KSYMTAB_FUNC(vfio_iommufd_physical_detach_ioas, "_gpl", ""); KSYMTAB_FUNC(vfio_iommufd_emulated_bind, "_gpl", ""); KSYMTAB_FUNC(vfio_iommufd_emulated_unbind, "_gpl", ""); KSYMTAB_FUNC(vfio_iommufd_emulated_attach_ioas, "_gpl", ""); KSYMTAB_FUNC(vfio_iommufd_emulated_detach_ioas, "_gpl", ""); MODULE_INFO(depends, "iommufd"); MODULE_INFO(srcversion, "96A448EDEB1194BB76E6EC6");