Searched refs:allow_writes (Results 1 – 1 of 1) sorted by relevance
50 static enum allow_write_msrs allow_writes = MSR_WRITES_DEFAULT; variable92 switch (allow_writes) { in filter_write()303 allow_writes = MSR_WRITES_ON; in module_exit()305 allow_writes = MSR_WRITES_OFF; in module_exit()307 allow_writes = MSR_WRITES_DEFAULT; in module_exit()316 switch (allow_writes) { in get_allow_writes()330 module_param_cb(allow_writes, &allow_writes_ops, NULL, 0600);