linux-zen-desktop/drivers/vdpa/vdpa_sim/vdpa_sim.mod.c

65 lines
1.7 KiB
C

#include <linux/module.h>
#define INCLUDE_VERMAGIC
#include <linux/build-salt.h>
#include <linux/elfnote-lto.h>
#include <linux/export-internal.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>
BUILD_SALT;
BUILD_LTO_INFO;
MODULE_INFO(vermagic, VERMAGIC_STRING);
MODULE_INFO(name, KBUILD_MODNAME);
__visible struct module __this_module
__section(".gnu.linkonce.this_module") = {
.name = KBUILD_MODNAME,
.arch = MODULE_ARCH_INIT,
};
MODULE_INFO(intree, "Y");
#ifdef CONFIG_RETPOLINE
MODULE_INFO(retpoline, "Y");
#endif
SYMBOL_CRC(vdpasim_create, 0xdfd5f34d, "_gpl");
static const struct modversion_info ____versions[]
__used __section("__versions") = {
{ 0xb5b54b34, "_raw_spin_unlock" },
{ 0xa8efaeb9, "vringh_set_iotlb" },
{ 0x6bec0e66, "vhost_iotlb_del_range" },
{ 0x5f4e5249, "vhost_iotlb_reset" },
{ 0x885512a2, "vhost_iotlb_add_range_ctx" },
{ 0x69acdf38, "memcpy" },
{ 0x3c12dfe, "cancel_work_sync" },
{ 0x37a0cba, "kfree" },
{ 0x7aa1756e, "kvfree" },
{ 0x69e872f9, "vhost_iotlb_itree_first" },
{ 0x83be64b9, "vhost_iotlb_itree_next" },
{ 0x38ff875f, "vhost_iotlb_add_range" },
{ 0x2d3385d3, "system_wq" },
{ 0xc5b6f236, "queue_work_on" },
{ 0x3ee1955e, "vringh_init_iotlb" },
{ 0x93fb5838, "__vdpa_alloc_device" },
{ 0x15b6efa7, "dma_set_mask" },
{ 0xb5686f70, "put_device" },
{ 0x108e19cb, "dma_set_coherent_mask" },
{ 0xeb233a45, "__kmalloc" },
{ 0x8a7d8ee9, "vhost_iotlb_init" },
{ 0x599fb41c, "kvmalloc_node" },
{ 0xa7940382, "param_ops_int" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0x65487097, "__x86_indirect_thunk_rax" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0xba8fbd64, "_raw_spin_lock" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "vringh,vhost_iotlb,vdpa");
MODULE_INFO(srcversion, "13ABB8D83066B0AA6731FA8");