Krishna iResearch Intelligent Cloud Platform - VIRtual Generic Os - VIRGO - Linux kernel extensions for cloud
 All Classes
virgo_cloudexec_mempool.mod.c
1 #include <linux/module.h>
2 #include <linux/vermagic.h>
3 #include <linux/compiler.h>
4 
5 MODULE_INFO(vermagic, VERMAGIC_STRING);
6 
7 struct module __this_module
8 __attribute__((section(".gnu.linkonce.this_module"))) = {
9  .name = KBUILD_MODNAME,
10  .init = init_module,
11 #ifdef CONFIG_MODULE_UNLOAD
12  .exit = cleanup_module,
13 #endif
14  .arch = MODULE_ARCH_INIT,
15 };
16 
17 static const struct modversion_info ____versions[]
18 __used
19 __attribute__((section("__versions"))) = {
20  { 0x8a9dc593, "module_layout" },
21  { 0xb1278c61, "kmalloc_caches" },
22  { 0x405c1144, "get_seconds" },
23  { 0x4f84ad10, "kernel_sendmsg" },
24  { 0xb3ac8151, "virgo_cloud_set_kernelspace" },
25  { 0x34184afe, "current_kernel_time" },
26  { 0xd3fc9f1a, "sock_release" },
27  { 0x143054c, "filp_close" },
28  { 0x794f5965, "sock_create_kern" },
29  { 0x85df9b6c, "strsep" },
30  { 0xe72a3ab3, "kernel_listen" },
31  { 0x91715312, "sprintf" },
32  { 0xc499ae1e, "kstrdup" },
33  { 0xfa336f83, "kthread_create_on_node" },
34  { 0x39506191, "virgo_cloud_get_kernelspace" },
35  { 0xe2d5255a, "strcmp" },
36  { 0x9cc701b9, "virgo_cloud_malloc_kernelspace" },
37  { 0xbdb1002f, "vfs_read" },
38  { 0x50eedeb8, "printk" },
39  { 0xb4390f9a, "mcount" },
40  { 0x6c2e3320, "strncmp" },
41  { 0x64c0ec, "num_cloud_nodes" },
42  { 0x952664c5, "do_exit" },
43  { 0x81c90249, "push_request" },
44  { 0x61651be, "strcat" },
45  { 0x2175cb1, "virgo_cloud_free_kernelspace" },
46  { 0xfe26f191, "node_ip_addrs_in_cloud" },
47  { 0xe3fe0694, "kingcobra_servicerequest_kernelspace" },
48  { 0xf0fdf6cb, "__stack_chk_fail" },
49  { 0x68d4fad5, "call_usermodehelper_fns" },
50  { 0x281056ca, "wake_up_process" },
51  { 0xac518073, "kmem_cache_alloc_trace" },
52  { 0xd206e501, "kernel_recvmsg" },
53  { 0x40b508a5, "kernel_accept" },
54  { 0x8286aacc, "fd_install" },
55  { 0xaa099fde, "kernel_bind" },
56  { 0x1616a37c, "try_module_get" },
57  { 0xe914e41e, "strcpy" },
58  { 0x95a608a3, "filp_open" },
59 };
60 
61 static const char __module_depends[]
62 __used
63 __attribute__((section(".modinfo"))) =
64 "depends=virgo_cloud_mempool_kernelspace,virgo_queue,kingcobra_main_kernelspace";
65 
66 
67 MODULE_INFO(srcversion, "4AD249387324203922A98DB");