Searched refs:allow_writes (Results 1 – 1 of 1) sorted by relevance
51 static enum allow_write_msrs allow_writes = MSR_WRITES_DEFAULT; variable93 switch (allow_writes) { in filter_write()302 allow_writes = MSR_WRITES_ON; in module_exit()304 allow_writes = MSR_WRITES_OFF; in module_exit()306 allow_writes = MSR_WRITES_DEFAULT; in module_exit()315 switch (allow_writes) { in get_allow_writes()329 module_param_cb(allow_writes, &allow_writes_ops, NULL, 0600);
Completed in 5 milliseconds