Home
last modified time | relevance | path

Searched refs:stepping (Results 1 – 25 of 39) sorted by relevance

12

/freebsd-14.2/contrib/processor-trace/libipt/src/
H A Dpt_cpu.c96 long family, model, stepping; in pt_cpu_parse() local
120 stepping = 0; in pt_cpu_parse()
125 stepping = strtol(s, &endptr, 0); in pt_cpu_parse()
129 if (stepping < 0 || stepping > UCHAR_MAX) in pt_cpu_parse()
136 cpu->stepping = (uint8_t) stepping; in pt_cpu_parse()
161 cpu->stepping = (info>>0) & 0xf; in pt_cpu_read()
/freebsd-14.2/sys/x86/iommu/
H A Dintel_quirks.c72 u_int stepping; member
98 u_int ext_family, ext_model, family_code, model, stepping; in dmar_match_quirks() local
130 stepping = p[0] & CPUID_STEPPING; in dmar_match_quirks()
137 (cpu_quirk->stepping == -1 || in dmar_match_quirks()
138 cpu_quirk->stepping == stepping)) { in dmar_match_quirks()
218 .stepping = 6, .quirk = cpu_e5_am9,
/freebsd-14.2/sys/dev/hwpmc/
H A Dhwpmc_intel.c81 int error, family, model, nclasses, ncpus, stepping, verov; in pmc_intel_initialize() local
94 stepping = CPUID_TO_STEPPING(cpu_id); in pmc_intel_initialize()
97 family, model, stepping); in pmc_intel_initialize()
107 if (stepping == 0x7) { in pmc_intel_initialize()
H A Dhwpmc_amd.c1050 int family, model, stepping; in pmc_amd_initialize() local
1064 stepping = CPUID_TO_STEPPING(cpu_id); in pmc_amd_initialize()
1068 family, model, stepping); in pmc_amd_initialize()
1071 family, model, stepping); in pmc_amd_initialize()
/freebsd-14.2/contrib/processor-trace/libipt/test/src/
H A Dptunit-cpu.c60 ptu_uint_eq(cpu.stepping, 2); in cpu_valid()
67 ptu_uint_eq(cpu.stepping, 0xf); in cpu_valid()
74 ptu_uint_eq(cpu.stepping, 017); in cpu_valid()
81 ptu_uint_eq(cpu.stepping, 0); in cpu_valid()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTJSONStructs.cpp102 {"stepping", cpu_info.stepping}, in toJSON()
109 uint64_t family, model, stepping; in fromJSON() local
111 o.map("model", model) && o.map("stepping", stepping))) in fromJSON()
116 cpu_info.stepping = stepping; in fromJSON()
H A DTraceIntelPT.cpp491 int64_t stepping = -1; in GetCPUInfoForLiveProcess() local
515 columns[1].getAsInteger(10, stepping)) in GetCPUInfoForLiveProcess()
524 if ((cpu_family != -1) && (model != -1) && (stepping != -1) && in GetCPUInfoForLiveProcess()
529 static_cast<uint8_t>(stepping)}; in GetCPUInfoForLiveProcess()
H A DTraceIntelPTBundleLoader.cpp240 "stepping": integer in GetSchema()
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dkirkwood-rd88f6281-z0.dts3 * Marvell RD88F6181 Z0 stepping descrition
8 * stepping of the SoC. The ethernet switch has a "wan" port.
H A Dkirkwood-rd88f6281-a.dts8 * higher stepping of the SoC. The ethernet switch does not have a
H A Dbcm-nsp-ax.dtsi3 * Broadcom Northstar Plus Ax stepping-specific bindings.
/freebsd-14.2/tools/tools/intel-ucode-split/
H A Dintel-ucode-split.c62 unsigned family, model, stepping; in format_signature() local
66 stepping = signature & 0xf; in format_signature()
71 asprintf(&buf, "%02x-%02x-%02x", family, model, stepping); in format_signature()
/freebsd-14.2/lib/libc/rpc/
H A Dgetrpcent.c103 int stepping; member
457 st->stepping = 0; in nis_rpcent()
468 st->stepping = 0; in nis_rpcent()
488 if (!st->stepping) { in nis_rpcent()
497 st->stepping = 1; in nis_rpcent()
507 st->stepping = 0; in nis_rpcent()
590 st->stepping = 0; in nis_setrpcent()
/freebsd-14.2/sys/contrib/device-tree/Bindings/net/bluetooth/
H A Dbrcm,bcm4377-bluetooth.yaml44 This blob is used if the chip stepping of the Bluetooth module does not
52 This blob is used if the chip stepping of the Bluetooth module supports
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_utility.cpp160 p->stepping = get_value(buf.eax, 0, 0x0f); in __kmp_query_cpuid()
165 p->family, p->model, p->stepping)); in __kmp_query_cpuid()
H A Dkmp_stats.cpp780 __kmp_cpuinfo.family, __kmp_cpuinfo.model, __kmp_cpuinfo.stepping); in printHeaderInfo()
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/proximity/
H A Das3935.txt15 - ams,tuning-capacitor-pf: Calibration tuning capacitor stepping
H A Dams,as3935.yaml34 Calibration tuning capacitor stepping value. This will require using
/freebsd-14.2/usr.sbin/bhyve/
H A Dgdb.c135 bool stepping; member
869 if (vs->stepping) { in gdb_cpu_resume()
918 if (vs->stepping) { in gdb_cpu_step()
919 vs->stepping = false; in gdb_cpu_step()
996 assert(vs->stepping == false); in gdb_cpu_breakpoint()
1045 vcpu_state[vcpuid].stepping = true; in gdb_step_vcpu()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td161 def UseFastStepping: Property<"use-fast-stepping", "Boolean">,
163 …Desc<"Use a fast stepping algorithm based on running from branch to branch rather than instruction…
242 …Desc<"If true, warn when stopped in code that is optimized where stepping and variable availabilit…
266 …Desc<"If true, stepping operations will run all threads. This is equivalent to setting the run-mo…
306 Desc<"A list of libraries that source stepping won't stop in.">;
/freebsd-14.2/sys/contrib/xen/
H A Dplatform.h517 uint32_t stepping; member
/freebsd-14.2/contrib/sqlite3/tea/win/
H A Drules.vc184 !message *** Compiler has 'B-stepping errata workarounds'
187 !message *** Compiler does not have 'B-stepping errata workarounds'
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DOptions.td1044 Desc<"A boolean value that sets whether stepping into functions will step "
1048 Desc<"A boolean value, if true stepping out of functions will continue to"
1051 Desc<"How many times to perform the stepping operation - currently only "
1054 Group<1>, Arg<"LineNum">, Desc<"The line at which to stop stepping - "
1061 "threads while stepping the current thread.">;
1064 "function names to not to stop at when stepping in.">;
1067 "function step in should stop at when stepping into.">;
1077 "threads while stepping this one">;
/freebsd-14.2/contrib/processor-trace/libipt/include/
H A Dintel-pt.h237 uint8_t stepping; member
/freebsd-14.2/sys/dev/aic7xxx/
H A Daic7xxx.c1426 int stepping; in ahc_clear_critical_section() local
1434 stepping = FALSE; in ahc_clear_critical_section()
1469 if (stepping == FALSE) { in ahc_clear_critical_section()
1493 stepping = TRUE; in ahc_clear_critical_section()
1503 if (stepping) { in ahc_clear_critical_section()

12