Go to the source code of this file.
Functions | |
| int | dev_reboot (struct notifier_block *nb, unsigned long code, void *unused) |
| int | dev_init (void) |
| void | dev_exit (void) |
| module_init (dev_init) | |
| module_exit (dev_exit) | |
| MODULE_LICENSE ("GPL") | |
Variables | |
| uint64_t | g_module_length = 0 |
| int64_t | g_num_files = 0 |
| char * | files [MAX_NUM_MODULES] = {0} |
| uint64_t | files_size [MAX_NUM_MODULES] = { 0 } |
| uint64_t | g_cpuid = 0 |
| uint64_t | g_vcpuid = 0 |
| int dev_reboot | ( | struct notifier_block * | nb, |
| unsigned long | code, | ||
| void * | unused | ||
| ) |
| module_init | ( | dev_init | ) |
| module_exit | ( | dev_exit | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| char* files[MAX_NUM_MODULES] = {0} |
| uint64_t files_size[MAX_NUM_MODULES] = { 0 } |
1.8.14