Home
last modified time | relevance | path

Searched refs:allow_writes (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/x86/kernel/
H A Dmsr.c50 static enum allow_write_msrs allow_writes = MSR_WRITES_DEFAULT; variable
92 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);