#include #define INCLUDE_VERMAGIC #include #include #include #include #include #ifdef CONFIG_UNWINDER_ORC #include ORC_HEADER; #endif 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, .init = init_module, #ifdef CONFIG_MODULE_UNLOAD .exit = cleanup_module, #endif .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); #ifdef CONFIG_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x8ba99de0, "register_virtio_driver" }, { 0x65683e57, "crypto_finalize_akcipher_request" }, { 0x95d1a860, "try_module_get" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0x58e9cfe2, "virtqueue_enable_cb" }, { 0xce5ec03, "virtqueue_detach_unused_buf" }, { 0x60d70300, "virtqueue_is_broken" }, { 0x656e4a6e, "snprintf" }, { 0xa6257a2f, "complete" }, { 0xc5b6f236, "queue_work_on" }, { 0x1ba59527, "__kmalloc_node" }, { 0x608741b5, "__init_swait_queue_head" }, { 0xceb1f126, "mpi_read_raw_data" }, { 0x4829a47e, "memcpy" }, { 0x37a0cba, "kfree" }, { 0x8be35f61, "crypto_finalize_skcipher_request" }, { 0x43babd19, "sg_init_one" }, { 0x26f1cb03, "crypto_engine_exit" }, { 0x18fb2caf, "cpus_read_unlock" }, { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0x31671877, "node_states" }, { 0x122c3a7e, "_printk" }, { 0xde8a17a7, "crypto_transfer_akcipher_request_to_engine" }, { 0xa18989b5, "crypto_engine_register_skcipher" }, { 0xaa9997b, "unregister_virtio_driver" }, { 0x288d0a5b, "kmalloc_node_trace" }, { 0x876e5cd3, "_dev_info" }, { 0xbea8b6a9, "crypto_engine_unregister_skcipher" }, { 0xcd1f47a2, "module_put" }, { 0x297b754b, "virtqueue_get_vring_size" }, { 0x9f46ced8, "__sw_hweight64" }, { 0xa04f945a, "cpus_read_lock" }, { 0xd1005013, "_dev_err" }, { 0x43b0c9c3, "preempt_schedule" }, { 0xe759b821, "cpu_bit_bitmap" }, { 0x4dfa8d4b, "mutex_lock" }, { 0xd75b20aa, "rsa_parse_priv_key" }, { 0x741d96d6, "virtqueue_disable_cb" }, { 0xbac8aeea, "sg_nents_for_len" }, { 0x736e7475, "crypto_engine_start" }, { 0xd0760fc0, "kfree_sensitive" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0x7bcf5f59, "__cpu_online_mask" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0x50e1a202, "virtqueue_add_sgs" }, { 0xdcb764ad, "memset" }, { 0x7ebc429e, "_dev_warn" }, { 0x695e1a5a, "virtio_break_device" }, { 0x25974000, "wait_for_completion" }, { 0x25b37df8, "virtio_reset_device" }, { 0x1aafde4f, "virtqueue_get_buf" }, { 0xc62611e1, "scatterwalk_map_and_copy" }, { 0x7a2af7b4, "cpu_number" }, { 0x3a11ff21, "virtqueue_kick" }, { 0x3213f038, "mutex_unlock" }, { 0xbe6df1da, "cpu_topology" }, { 0xfbe215e4, "sg_next" }, { 0xe5f9d302, "crypto_engine_unregister_akcipher" }, { 0x66b4cc41, "kmemdup" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0x80d5e57a, "mpi_free" }, { 0x87f81e86, "crypto_engine_register_akcipher" }, { 0xcae54ad2, "crypto_transfer_skcipher_request_to_engine" }, { 0xdcbeba1d, "sg_copy_from_buffer" }, { 0xdf9734a7, "sg_nents" }, { 0x29977925, "kmalloc_trace" }, { 0x89ae7aa0, "rsa_parse_pub_key" }, { 0x16f123e, "sg_copy_to_buffer" }, { 0xeb233a45, "__kmalloc" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x33158217, "crypto_engine_alloc_init_and_set" }, { 0x2d3385d3, "system_wq" }, { 0x2f2c95c4, "flush_work" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "virtio,virtio_ring"); MODULE_ALIAS("virtio:d00000014v*");