linux-zen-desktop/drivers/virtio/virtio_balloon.mod.c

114 lines
3.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,
.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") = {
{ 0x74dbd6bf, "virtqueue_add_inbuf" },
{ 0xe2964344, "__wake_up" },
{ 0x808e72f2, "unregister_virtio_driver" },
{ 0xf6f9d58d, "init_on_free" },
{ 0xfaaa12d0, "_page_poisoning_enabled" },
{ 0x37eb61d5, "virtio_check_driver_offered_feature" },
{ 0x34db050b, "_raw_spin_lock_irqsave" },
{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
{ 0x8427cc7b, "_raw_spin_lock_irq" },
{ 0x97651e6c, "vmemmap_base" },
{ 0x7cd8d75e, "page_offset_base" },
{ 0x4302d0eb, "free_pages" },
{ 0x4b750f53, "_raw_spin_unlock_irq" },
{ 0x1cfba015, "stackleak_track_stack" },
{ 0xfb578fc5, "memset" },
{ 0x7278d328, "all_vm_events" },
{ 0x40c7247c, "si_meminfo" },
{ 0x785a93b4, "si_mem_available" },
{ 0x77a615ba, "vm_node_stat" },
{ 0x5b94ad75, "kmalloc_caches" },
{ 0xac4a1f46, "kmalloc_trace" },
{ 0xcefb0c9f, "__mutex_init" },
{ 0xd9a5ea54, "__init_waitqueue_head" },
{ 0x65487097, "__x86_indirect_thunk_rax" },
{ 0x37a0cba, "kfree" },
{ 0xae2fa9a1, "virtqueue_get_vring_size" },
{ 0x49cd25ed, "alloc_workqueue" },
{ 0x788e7ca7, "register_shrinker" },
{ 0x622c7922, "register_oom_notifier" },
{ 0x9d366f99, "page_reporting_register" },
{ 0xb024ade4, "_dev_warn" },
{ 0x8c03d20c, "destroy_workqueue" },
{ 0xc617f82c, "unregister_oom_notifier" },
{ 0x38f3785a, "unregister_shrinker" },
{ 0x9040242d, "_dev_err" },
{ 0x4dfa8d4b, "mutex_lock" },
{ 0x1bc37bbc, "balloon_page_dequeue" },
{ 0xbcb36fe4, "hugetlb_optimize_vmemmap_key" },
{ 0x587f22d7, "devmap_managed_key" },
{ 0x76f9e35f, "adjust_managed_page_count" },
{ 0x1eb6cdd7, "__put_devmap_managed_page_refs" },
{ 0x3f65a05a, "__folio_put" },
{ 0x3213f038, "mutex_unlock" },
{ 0xe3e8717c, "balloon_page_alloc" },
{ 0x1d24c881, "___ratelimit" },
{ 0xf9a482f9, "msleep" },
{ 0xe506d23b, "balloon_page_enqueue" },
{ 0xa8d1337e, "_dev_info" },
{ 0xbb9ed3bf, "mutex_trylock" },
{ 0xc9459c9d, "node_data" },
{ 0xf716a5fc, "balloon_mops" },
{ 0xa3263963, "__SetPageMovable" },
{ 0x8726ecd8, "vm_event_states" },
{ 0x5dd80fb4, "__ClearPageMovable" },
{ 0x3c12dfe, "cancel_work_sync" },
{ 0xc416ed94, "virtio_reset_device" },
{ 0x49927d25, "page_reporting_unregister" },
{ 0xe3888b82, "alloc_pages" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0x857f0cb9, "register_virtio_driver" },
{ 0xba8fbd64, "_raw_spin_lock" },
{ 0xb5b54b34, "_raw_spin_unlock" },
{ 0xd4034828, "system_freezable_wq" },
{ 0xc5b6f236, "queue_work_on" },
{ 0x43babd19, "sg_init_one" },
{ 0x83a05d9, "virtqueue_add_outbuf" },
{ 0x87b72600, "virtqueue_kick" },
{ 0xe2c17b5d, "__SCT__might_resched" },
{ 0x80be59c7, "virtqueue_get_buf" },
{ 0xfe487975, "init_wait_entry" },
{ 0x1000e51, "schedule" },
{ 0x8c26d495, "prepare_to_wait_event" },
{ 0x92540fbf, "finish_wait" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "");
MODULE_ALIAS("virtio:d00000005v*");