linux-zen-desktop/drivers/media/common/videobuf2/videobuf2-dma-contig.mod.c

81 lines
2.5 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(vb2_dma_contig_memops, 0x5c045073, "_gpl");
SYMBOL_CRC(vb2_dma_contig_set_max_seg_size, 0x89395f68, "_gpl");
static const struct modversion_info ____versions[]
__used __section("__versions") = {
{ 0xc12b9d62, "dma_vmap_noncontiguous" },
{ 0x4a4e5dfa, "dma_buf_vmap_unlocked" },
{ 0x5b94ad75, "kmalloc_caches" },
{ 0xac4a1f46, "kmalloc_trace" },
{ 0xb3f985a8, "sg_alloc_table" },
{ 0xfbe215e4, "sg_next" },
{ 0xc7c2b85f, "vb2_create_framevec" },
{ 0x818b68f9, "sg_alloc_table_from_pages_segment" },
{ 0xf4628438, "dma_map_resource" },
{ 0xdffb744b, "frame_vector_to_pfns" },
{ 0x16b0b8f3, "dma_vunmap_noncontiguous" },
{ 0x4af30f16, "dma_free_noncontiguous" },
{ 0xb5686f70, "put_device" },
{ 0xefb2a051, "dma_free_attrs" },
{ 0x296695f, "refcount_warn_saturate" },
{ 0xf0aec026, "dma_buf_export" },
{ 0x5979db13, "dma_get_sgtable_attrs" },
{ 0xa43a32f5, "dma_buf_attach" },
{ 0x43ec602, "get_device" },
{ 0x384f1975, "dma_alloc_attrs" },
{ 0x529f49d6, "dma_alloc_noncontiguous" },
{ 0x2da530dd, "dma_buf_map_attachment_unlocked" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0x5ffe7365, "dma_map_sgtable" },
{ 0x8c9cdb04, "dma_unmap_sg_attrs" },
{ 0x122c3a7e, "_printk" },
{ 0xc8c85086, "sg_free_table" },
{ 0x37a0cba, "kfree" },
{ 0xb3ed0ec4, "dma_sync_sg_for_device" },
{ 0x71ef3a16, "dma_buf_vunmap_unlocked" },
{ 0xc6b42afe, "dma_buf_unmap_attachment_unlocked" },
{ 0xe484db6a, "dma_buf_detach" },
{ 0xce4fde87, "dma_sync_sg_for_cpu" },
{ 0x1d3e468, "set_page_dirty_lock" },
{ 0xccd197c7, "vb2_destroy_framevec" },
{ 0xc5e5573a, "frame_vector_to_pages" },
{ 0x490eb8d9, "dma_unmap_resource" },
{ 0xf397cbfb, "dma_mmap_attrs" },
{ 0xe64ed2b4, "vb2_common_vm_ops" },
{ 0x65487097, "__x86_indirect_thunk_rax" },
{ 0x37e5a265, "dma_mmap_noncontiguous" },
{ 0x2cf56265, "__dynamic_pr_debug" },
{ 0x9040242d, "_dev_err" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "videobuf2-memops,videobuf2-common");