linux-zen-desktop/drivers/infiniband/hw/ocrdma/ocrdma.mod.c

125 lines
3.8 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,
.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") = {
{ 0x6c377c81, "remap_pfn_range" },
{ 0x19e7490f, "__rdma_block_iter_next" },
{ 0x37a0cba, "kfree" },
{ 0x8c26d495, "prepare_to_wait_event" },
{ 0xe2964344, "__wake_up" },
{ 0x8ba31b7, "_ib_alloc_device" },
{ 0x34db050b, "_raw_spin_lock_irqsave" },
{ 0xca21ebd3, "bitmap_free" },
{ 0xba8fbd64, "_raw_spin_lock" },
{ 0xcbd4898c, "fortify_panic" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0xe783e261, "sysfs_emit" },
{ 0x79b2b9bd, "pci_read_config_dword" },
{ 0x6935dddf, "ib_unregister_device" },
{ 0x65487097, "__x86_indirect_thunk_rax" },
{ 0x122c3a7e, "_printk" },
{ 0x8ddd8aad, "schedule_timeout" },
{ 0xfedc8f5f, "ib_register_device" },
{ 0xa19b956, "__stack_chk_fail" },
{ 0xb2fcb56d, "queue_delayed_work_on" },
{ 0xa916b694, "strnlen" },
{ 0x7cd8d75e, "page_offset_base" },
{ 0xe523ad75, "synchronize_irq" },
{ 0x330b023a, "ib_dispatch_event" },
{ 0xfe487975, "init_wait_entry" },
{ 0x9040242d, "_dev_err" },
{ 0xad1d1bd2, "simple_open" },
{ 0x38dc0cd2, "be_roce_unregister_driver" },
{ 0x92d5838e, "request_threaded_irq" },
{ 0xf5466780, "ib_device_set_netdev" },
{ 0xedc12a64, "ib_umem_get" },
{ 0x4dfa8d4b, "mutex_lock" },
{ 0x384f1975, "dma_alloc_attrs" },
{ 0xfedf6463, "debugfs_remove" },
{ 0x66f96b8f, "ib_query_port" },
{ 0x4c9d28b0, "phys_base" },
{ 0x9ed12e20, "kmalloc_large" },
{ 0xcefb0c9f, "__mutex_init" },
{ 0x37befc70, "jiffies_to_msecs" },
{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
{ 0xfb578fc5, "memset" },
{ 0x2688ec10, "bitmap_zalloc" },
{ 0x50d1f870, "pgprot_writecombine" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0x6b10bee1, "_copy_to_user" },
{ 0xd9a5ea54, "__init_waitqueue_head" },
{ 0xe6fee0aa, "ib_dealloc_device" },
{ 0x15ba50a6, "jiffies" },
{ 0x3c3ff9fd, "sprintf" },
{ 0xdd64e639, "strscpy" },
{ 0xc2e18de1, "be_roce_register_driver" },
{ 0x7f192ea, "debugfs_create_file" },
{ 0xefb2a051, "dma_free_attrs" },
{ 0x3213f038, "mutex_unlock" },
{ 0x9fa7184a, "cancel_delayed_work_sync" },
{ 0xc6f46339, "init_timer_key" },
{ 0xffeedf6a, "delayed_work_timer_fn" },
{ 0x92b38218, "boot_cpu_data" },
{ 0xac4a1f46, "kmalloc_trace" },
{ 0x3854774b, "kstrtoll" },
{ 0x46cf10eb, "cachemode2protval" },
{ 0x754d539c, "strlen" },
{ 0x4e2e10d2, "be_roce_mcc_cmd" },
{ 0x4db7c870, "debugfs_create_dir" },
{ 0xb5b54b34, "_raw_spin_unlock" },
{ 0x619cb7dd, "simple_read_from_buffer" },
{ 0xeb233a45, "__kmalloc" },
{ 0xe2c17b5d, "__SCT__might_resched" },
{ 0x5b94ad75, "kmalloc_caches" },
{ 0xc1695995, "ib_set_device_ops" },
{ 0x2d3385d3, "system_wq" },
{ 0xc1514a3b, "free_irq" },
{ 0x88db9f48, "__check_object_size" },
{ 0x404289e3, "ib_umem_release" },
{ 0x571470da, "__rdma_block_iter_start" },
{ 0x13c49cc2, "_copy_from_user" },
{ 0xc60d0620, "__num_online_cpus" },
{ 0x4a453f53, "iowrite32" },
{ 0x656e4a6e, "snprintf" },
{ 0x1cfba015, "stackleak_track_stack" },
{ 0xc0c0b522, "rdma_read_gid_l2_fields" },
{ 0x92540fbf, "finish_wait" },
{ 0x73baf9a2, "ib_modify_qp_is_ok" },
{ 0x7b37d4a7, "_find_first_zero_bit" },
{ 0x69acdf38, "memcpy" },
{ 0x7a81baed, "ib_sg_to_pages" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "ib_core,be2net,ib_uverbs");