diff options
| author | Vikram Narayanan <vikram186@gmail.com> | 2021-10-18 12:46:13 -0700 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-11-18 14:32:23 +0100 |
| commit | 985076f2cce88f048e83459b99954a86a3f50cf5 (patch) | |
| tree | 9f53920457a310fd220d1ed725a58fda5346fa83 /sys/linux/dev_msr.txt.const | |
| parent | cafff8b6ce51d6d1fa82eb96612a943db3c03541 (diff) | |
sys/linux: add /dev/cpu/X/msr to dev_msr.txt
Diffstat (limited to 'sys/linux/dev_msr.txt.const')
| -rw-r--r-- | sys/linux/dev_msr.txt.const | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/linux/dev_msr.txt.const b/sys/linux/dev_msr.txt.const new file mode 100644 index 000000000..8d6ee993f --- /dev/null +++ b/sys/linux/dev_msr.txt.const @@ -0,0 +1,7 @@ +# Code generated by syz-sysgen. DO NOT EDIT. +arches = 386, amd64 +O_RDONLY = 0 +X86_IOC_RDMSR_REGS = 3223348128 +X86_IOC_WRMSR_REGS = 3223348129 +__NR_ioctl = 386:54, amd64:16 +__NR_read = 386:3, amd64:0 |
