#include #define INCLUDE_VERMAGIC #include #include #include #include #include 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") = { { 0x96848186, "scnprintf" }, { 0x619cb7dd, "simple_read_from_buffer" }, { 0xa19b956, "__stack_chk_fail" }, { 0xdf256037, "kstrtou8_from_user" }, { 0x4d6757b6, "ntb_unregister_client" }, { 0x5b94ad75, "kmalloc_caches" }, { 0xac4a1f46, "kmalloc_trace" }, { 0x37a0cba, "kfree" }, { 0xefb2a051, "dma_free_attrs" }, { 0x1ba59527, "__kmalloc_node" }, { 0x41ed3709, "get_random_bytes" }, { 0xb43f9365, "ktime_get" }, { 0x9ae60084, "dmaengine_get_unmap_data" }, { 0x7cd8d75e, "page_offset_base" }, { 0x97651e6c, "vmemmap_base" }, { 0x83fdeb1e, "dma_map_page_attrs" }, { 0xf9a482f9, "msleep" }, { 0xe0112fc4, "__x86_indirect_thunk_r9" }, { 0xf86073b6, "dmaengine_unmap_put" }, { 0x1000e51, "schedule" }, { 0x9040242d, "_dev_err" }, { 0xe43ec28f, "dma_release_channel" }, { 0xb9e7429c, "memcpy_toio" }, { 0xd0e1fb84, "__dma_request_channel" }, { 0xf4628438, "dma_map_resource" }, { 0x296695f, "refcount_warn_saturate" }, { 0xe2c17b5d, "__SCT__might_resched" }, { 0x490eb8d9, "dma_unmap_resource" }, { 0xfe487975, "init_wait_entry" }, { 0x8c26d495, "prepare_to_wait_event" }, { 0x92540fbf, "finish_wait" }, { 0x4c9d28b0, "phys_base" }, { 0x608741b5, "__init_swait_queue_head" }, { 0x93d6dd8c, "complete_all" }, { 0x384f1975, "dma_alloc_attrs" }, { 0xcd91b127, "system_highpri_wq" }, { 0xc5b6f236, "queue_work_on" }, { 0xb024ade4, "_dev_warn" }, { 0x3c12dfe, "cancel_work_sync" }, { 0x5bc8ba21, "devm_kmalloc" }, { 0xa7c8bbda, "devm_ioremap_wc" }, { 0xd9a5ea54, "__init_waitqueue_head" }, { 0x5ed550a5, "ntb_set_ctx" }, { 0xe0173e24, "ntb_link_event" }, { 0x7f192ea, "debugfs_create_file" }, { 0x4d82c3a7, "debugfs_create_u8" }, { 0xb1ee1974, "debugfs_create_bool" }, { 0xc221e901, "ntb_default_peer_port_number" }, { 0xc20db65, "ntb_default_peer_port_count" }, { 0x39ac22a8, "ntb_default_port_number" }, { 0x2b7855a1, "ntb_clear_ctx" }, { 0xeb233a45, "__kmalloc" }, { 0x2f2c95c4, "flush_work" }, { 0xf9ca2eb4, "kstrtoint_from_user" }, { 0x2e3bcce2, "wait_for_completion_interruptible" }, { 0xad1d1bd2, "simple_open" }, { 0x69aea3a6, "param_ops_bool" }, { 0xdd6d5c3d, "param_ops_byte" }, { 0x337f2264, "param_ops_ulong" }, { 0xbdfb6dbb, "__fentry__" }, { 0x5b8239ca, "__x86_return_thunk" }, { 0x49cd25ed, "alloc_workqueue" }, { 0x716265c7, "debugfs_initialized" }, { 0xbae183e4, "__ntb_register_client" }, { 0x122c3a7e, "_printk" }, { 0xfedf6463, "debugfs_remove" }, { 0x8c03d20c, "destroy_workqueue" }, { 0x4db7c870, "debugfs_create_dir" }, { 0x65487097, "__x86_indirect_thunk_rax" }, { 0x66cca4f9, "__x86_indirect_thunk_rcx" }, { 0x4ddf0d50, "__dynamic_dev_dbg" }, { 0x6383b27c, "__x86_indirect_thunk_rdx" }, { 0x9f46ced8, "__sw_hweight64" }, { 0xe2964344, "__wake_up" }, { 0xf90a1e85, "__x86_indirect_thunk_r8" }, { 0xc3055d20, "usleep_range_state" }, { 0x7098e516, "module_layout" }, }; MODULE_INFO(depends, "ntb"); MODULE_INFO(srcversion, "FD36108A24D9132A3B07F8A");