Searched refs:cpu_ucode (Results 1 – 18 of 18) sorted by relevance
| /netbsd-src/sys/sys/ |
| H A D | cpuio.h | 85 struct cpu_ucode { struct 93 #define IOC_CPU_UCODE_APPLY _IOW('c', 7, struct cpu_ucode) argument
|
| H A D | cpu.h | 132 int cpu_ucode_apply(const struct cpu_ucode *);
|
| /netbsd-src/usr.sbin/cpuctl/ |
| H A D | cpuctl.c | 67 static void cpu_ucode(char **); 81 { "ucode", true, true, cpu_ucode }, 212 cpu_ucode(char **argv) in cpu_ucode() function 215 struct cpu_ucode uc; in cpu_ucode()
|
| H A D | cpuctl.h | 41 int ucodeupdate_check(int, struct cpu_ucode *);
|
| /netbsd-src/sys/arch/x86/conf/ |
| H A D | files.x86 | 121 file arch/x86/x86/cpu_ucode.c cpu_ucode needs-flag 122 file arch/x86/x86/cpu_ucode_amd.c cpu_ucode needs-flag 123 file arch/x86/x86/cpu_ucode_intel.c cpu_ucode needs-flag 124 file arch/x86/x86/compat_60_cpu_ucode.c compat_60 & cpu_ucode
|
| /netbsd-src/sys/arch/x86/x86/ |
| H A D | cpu_ucode.c | 104 cpu_ucode_apply(const struct cpu_ucode *data) in cpu_ucode_apply() 134 cpu_ucode_apply(const struct cpu_ucode *data) in cpu_ucode_apply()
|
| H A D | compat_60_cpu_ucode.c | 72 struct cpu_ucode data; in compat6_cpu_ucode_apply()
|
| /netbsd-src/usr.sbin/cpuctl/arch/ |
| H A D | noarch.c | 56 ucodeupdate_check(int fd, struct cpu_ucode *uc) in ucodeupdate_check()
|
| H A D | sparc.c | 94 ucodeupdate_check(int fd, struct cpu_ucode *uc) in ucodeupdate_check()
|
| H A D | sparc64.c | 123 ucodeupdate_check(int fd, struct cpu_ucode *uc) in ucodeupdate_check()
|
| H A D | arm.c | 272 ucodeupdate_check(int fd, struct cpu_ucode *uc) in ucodeupdate_check()
|
| H A D | aarch64.c | 1217 ucodeupdate_check(int fd, struct cpu_ucode *uc)
|
| H A D | i386.c | 84 #include <x86/cpu_ucode.h> 2591 ucodeupdate_check(int fd, struct cpu_ucode *uc) in ucodeupdate_check()
|
| /netbsd-src/sys/arch/x86/include/ |
| H A D | Makefile | 11 cpu_ucode.h \
|
| /netbsd-src/sys/kern/ |
| H A D | kern_cpu.c | 273 error = cpu_ucode_apply((const struct cpu_ucode *)data); in cpuctl_ioctl()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_netbsd.cc | 598 unsigned struct_cpu_ucode_sz = sizeof(cpu_ucode);
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_platform_limits_netbsd.cpp | 760 unsigned struct_cpu_ucode_sz = sizeof(cpu_ucode);
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_platform_limits_netbsd.cc | 759 unsigned struct_cpu_ucode_sz = sizeof(cpu_ucode);
|