HomeSort by: relevance | last modified time | path
    Searched refs:cpu_ucode (Results 1 - 18 of 18) sorted by relevancy

  /src/usr.sbin/cpuctl/
cpuctl.h 41 int ucodeupdate_check(int, struct cpu_ucode *);
cpuctl.c 67 static void cpu_ucode(char **);
81 { "ucode", true, true, cpu_ucode },
212 cpu_ucode(char **argv) function in typeref:typename:void
215 struct cpu_ucode uc;
  /src/usr.sbin/cpuctl/arch/
noarch.c 56 ucodeupdate_check(int fd, struct cpu_ucode *uc)
sparc.c 94 ucodeupdate_check(int fd, struct cpu_ucode *uc)
sparc64.c 123 ucodeupdate_check(int fd, struct cpu_ucode *uc)
arm.c 278 ucodeupdate_check(int fd, struct cpu_ucode *uc)
aarch64.c 1217 ucodeupdate_check(int fd, struct cpu_ucode *uc)
i386.c 84 #include <x86/cpu_ucode.h>
2591 ucodeupdate_check(int fd, struct cpu_ucode *uc)
  /src/sys/arch/x86/x86/
compat_60_cpu_ucode.c 48 #include <x86/cpu_ucode.h>
72 struct cpu_ucode data;
cpu_ucode.c 1 /* $NetBSD: cpu_ucode.c,v 1.13 2020/04/25 15:26:18 bouyer Exp $ */
32 __KERNEL_RCSID(0, "$NetBSD: cpu_ucode.c,v 1.13 2020/04/25 15:26:18 bouyer Exp $");
48 #include <x86/cpu_ucode.h>
104 cpu_ucode_apply(const struct cpu_ucode *data)
134 cpu_ucode_apply(const struct cpu_ucode *data)
cpu_ucode_intel.c 48 #include <x86/cpu_ucode.h>
cpu_ucode_amd.c 48 #include <x86/cpu_ucode.h>
  /src/sys/sys/
cpuio.h 85 struct cpu_ucode { struct
93 #define IOC_CPU_UCODE_APPLY _IOW('c', 7, struct cpu_ucode)
cpu.h 45 #ifdef CPU_UCODE
124 #ifdef CPU_UCODE
132 int cpu_ucode_apply(const struct cpu_ucode *);
  /src/sys/arch/x86/include/
Makefile 11 cpu_ucode.h \
  /src/sys/arch/x86/conf/
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
  /src/sys/kern/
kern_cpu.c 262 #ifdef CPU_UCODE
273 error = cpu_ucode_apply((const struct cpu_ucode *)data);
586 #ifdef CPU_UCODE
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 598 unsigned struct_cpu_ucode_sz = sizeof(cpu_ucode);

Completed in 27 milliseconds