Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/
Dmsr.c51 static enum allow_write_msrs allow_writes = MSR_WRITES_DEFAULT; variable
93 switch (allow_writes) { in filter_write()
297 allow_writes = MSR_WRITES_ON; in module_exit()
299 allow_writes = MSR_WRITES_OFF; in module_exit()
301 allow_writes = MSR_WRITES_DEFAULT; in module_exit()
310 switch (allow_writes) { in get_allow_writes()
324 module_param_cb(allow_writes, &allow_writes_ops, NULL, 0600);