linux-zen-desktop/drivers/platform/x86/amd/pmf/amd-pmf.mod.c

97 lines
2.8 KiB
C
Raw Normal View History

2023-08-30 17:31:07 +02:00
#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") = {
{ 0x37a0cba, "kfree" },
{ 0x7b15985c, "seq_lseek" },
{ 0x2c208607, "power_supply_is_system_supplied" },
{ 0xc3055d20, "usleep_range_state" },
{ 0x4ddf0d50, "__dynamic_dev_dbg" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0xe783e261, "sysfs_emit" },
{ 0xb2fcb56d, "queue_delayed_work_on" },
{ 0x6b81c38b, "power_supply_unreg_notifier" },
{ 0xa8d1337e, "_dev_info" },
{ 0x7cd8d75e, "page_offset_base" },
{ 0xfc37562, "amd_smn_read" },
{ 0x9040242d, "_dev_err" },
{ 0x57f2cc56, "pci_get_domain_bus_and_slot" },
{ 0x4dfa8d4b, "mutex_lock" },
{ 0xfedf6463, "debugfs_remove" },
{ 0x4c9d28b0, "phys_base" },
{ 0xcefb0c9f, "__mutex_init" },
{ 0x124bad4d, "kstrtobool" },
{ 0xb024ade4, "_dev_warn" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0xa82a842f, "acpi_match_device" },
{ 0x2f5507b8, "__platform_driver_register" },
{ 0x5c7ac3b0, "seq_read" },
{ 0x7f192ea, "debugfs_create_file" },
{ 0x3213f038, "mutex_unlock" },
{ 0x9fa7184a, "cancel_delayed_work_sync" },
{ 0xc6f46339, "init_timer_key" },
{ 0x69aea3a6, "param_ops_bool" },
{ 0xd92deb6b, "acpi_evaluate_object" },
{ 0xb43f9365, "ktime_get" },
{ 0x400cf737, "seq_printf" },
{ 0xffeedf6a, "delayed_work_timer_fn" },
{ 0x9bd4581a, "pci_match_id" },
{ 0x9ee4a9a0, "single_release" },
{ 0x170ddf79, "acpi_install_notify_handler" },
{ 0xbfe36436, "platform_profile_remove" },
{ 0xac4a1f46, "kmalloc_trace" },
{ 0xa7940382, "param_ops_int" },
{ 0x3e14c9f0, "single_open" },
{ 0x1c58427f, "acpi_remove_notify_handler" },
{ 0x4db7c870, "debugfs_create_dir" },
{ 0x136209db, "power_supply_reg_notifier" },
{ 0xe2c17b5d, "__SCT__might_resched" },
{ 0x5b94ad75, "kmalloc_caches" },
{ 0x2d3385d3, "system_wq" },
{ 0xa78af5f3, "ioread32" },
{ 0x2fbe8eff, "is_acpi_device_node" },
{ 0x5bc8ba21, "devm_kmalloc" },
{ 0x4a453f53, "iowrite32" },
{ 0x7f02188f, "__msecs_to_jiffies" },
{ 0x2d97b4db, "platform_driver_unregister" },
{ 0x1cfba015, "stackleak_track_stack" },
{ 0x6ca35f47, "pci_dev_put" },
{ 0xcac33cd4, "platform_profile_register" },
{ 0xd0a5d0f8, "devm_ioremap" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "platform_profile");
MODULE_ALIAS("acpi*:AMDI0100:*");
MODULE_ALIAS("acpi*:AMDI0102:*");