#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, .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); #ifdef CONFIG_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif KSYMTAB_DATA(vb2_vmalloc_memops, "_gpl", ""); SYMBOL_CRC(vb2_vmalloc_memops, 0x34f12ccf, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x122c3a7e, "_printk" }, { 0xeb526dcb, "dma_buf_vunmap_unlocked" }, { 0xcb4d10d3, "dma_buf_vmap_unlocked" }, { 0x37a0cba, "kfree" }, { 0xb624f9a5, "dma_map_sgtable" }, { 0xb5f3dd87, "dma_unmap_sg_attrs" }, { 0xc8c85086, "sg_free_table" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0x5635a60a, "vmalloc_user" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0x351d378d, "remap_vmalloc_range" }, { 0x57bc19d2, "down_write" }, { 0xce807a25, "up_write" }, { 0x3a65b1b7, "vb2_common_vm_ops" }, { 0x999e8297, "vfree" }, { 0x296695f, "refcount_warn_saturate" }, { 0x44b131f0, "dma_buf_export" }, { 0xb3f985a8, "sg_alloc_table" }, { 0xfbe215e4, "sg_next" }, { 0x26b992ae, "vmalloc_to_page" }, { 0xc7c2b85f, "vb2_create_framevec" }, { 0xc5e5573a, "frame_vector_to_pages" }, { 0xccd197c7, "vb2_destroy_framevec" }, { 0xaf56600a, "arm64_use_ng_mappings" }, { 0x40863ba1, "ioremap_prot" }, { 0x124a9f26, "vm_map_ram" }, { 0xdffb744b, "frame_vector_to_pfns" }, { 0xf8c19234, "set_page_dirty_lock" }, { 0xedc03953, "iounmap" }, { 0x3fd2571, "vm_unmap_ram" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "videobuf2-memops,videobuf2-common");