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

  /src/sys/arch/x86/x86/
cpu_ucode.c 117 error = cpu_ucode_amd_apply(sc, data->cpu_nr);
120 error = cpu_ucode_intel_apply(sc, data->cpu_nr);
141 if (data->cpu_nr != CPU_UCODE_ALL_CPUS)
compat_60_cpu_ucode.c 75 data.cpu_nr = CPU_UCODE_ALL_CPUS;
  /src/sys/sys/
cpuio.h 87 int cpu_nr; /* CPU index or special value below */ member in struct:cpu_ucode
  /src/usr.sbin/cpuctl/
cpuctl.c 220 uc.cpu_nr = -1;
224 uc.cpu_nr = id;
237 if (uc.cpu_nr == CPU_UCODE_CURRENT_CPU) {
  /src/usr.sbin/cpuctl/arch/
i386.c 2615 if (uc->cpu_nr != -1) {
2619 uc->cpu_nr = CPU_UCODE_ALL_CPUS;
2622 if (uc->cpu_nr == -1)
2623 uc->cpu_nr = CPU_UCODE_ALL_CPUS; /* for Xen */
2625 uc->cpu_nr = CPU_UCODE_CURRENT_CPU;

Completed in 18 milliseconds