Go to the documentation of this file.
24 #include <linux/module.h>
25 #include <linux/slab.h>
57 "%s: ERROR - Eventlog already initialized\n",
74 len = buff->
server.log_max_len;
75 start = buff->
server.log_start_addr;
79 len = buff->
client.log_max_len;
80 start = buff->
client.log_start_addr;
91 printk(
"%s: ERROR - Not enough Memory for BIOS measurements\n",
101 printk(
"%s: ERROR - Unable to map memory\n", __func__);