| /netbsd-src/sys/arch/x86/x86/ |
| H A D | coretemp.c | 225 uint32_t model, stepping; in coretemp_quirks() local 229 stepping = CPUID_TO_STEPPING(ci->ci_signature); in coretemp_quirks() 250 if (model == 0x0E && stepping < 0x0C) { in coretemp_quirks() 268 uint32_t model, stepping; in coretemp_tjmax() local 272 stepping = CPUID_TO_STEPPING(ci->ci_signature); in coretemp_tjmax() 277 if ((model == 0x0f && stepping >= 2) || (model == 0x0e)) { in coretemp_tjmax() 302 } else if (model == 0x17 && stepping == 0x06) { in coretemp_tjmax() 306 if (stepping == 0x0a) { in coretemp_tjmax()
|
| H A D | identcpu.c | 487 u_int family, model, stepping, descs[4], lfunc, msr; in cpu_probe_c3() 496 stepping = CPUID_TO_STEPPING(ci->ci_signature); in cpu_probe_c3() 549 if (family > 6 || model > 0x9 || (model == 0x9 && stepping >= 3)) { in cpu_probe_c3() 610 /* C7 stepping 8 and subsequent CPUs have dual RNG */ in cpu_probe_c3() 611 if (model > 0xA || (model == 0xA && stepping > 0x7)) { in cpu_probe_c3() 652 if (family == 6 && model == 9 && stepping == 8) { in cpu_probe_c3() 653 /* Erratum: stepping 8 reports 4 when it should be 2 */ in cpu_probe_c3() 661 if (family == 6 && model == 9 && stepping == 8) { in cpu_probe_c3() 662 /* Erratum: stepping 8 reports 4 when it should be 2 */ in cpu_probe_c3() 147 u_int family, model, stepping; cpu_probe_intel_errata() local 473 u_int family, model, stepping, descs[4], lfunc, msr; cpu_probe_c3() local
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
| H A D | intel_csr.c | 139 char stepping; member 224 char stepping; member 360 si->stepping == fw_info[i].stepping) { in find_dmc_fw_offset() 365 if (si->stepping == fw_info[i].stepping && in find_dmc_fw_offset() 371 if (fw_info[i].stepping == '*' && in find_dmc_fw_offset() 540 si->stepping); in parse_csr_fw_package()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | kirkwood-rd88f6281-z0.dts | 3 * Marvell RD88F6181 Z0 stepping descrition 8 * stepping of the SoC. The ethernet switch has a "wan" port.
|
| H A D | kirkwood-rd88f6281-a.dts | 8 * higher stepping of the SoC. The ethernet switch does not have a
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/stubs/ |
| H A D | i386-stub.c | 746 int sigval, stepping; in handle_exception() local 787 stepping = 0; in handle_exception() 883 stepping = 1; in handle_exception() 895 if (stepping) in handle_exception()
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| H A D | cec-syscfg-ssstep.S | 1 # Blackfin testcase for hardware single stepping 15 # Enable single stepping
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/ |
| H A D | gen_autofdo_event.py | 68 stepping = cpu[0] == "GenuineIntel" and cpu[1] == 6 and cpu[2] == 0x55 69 if stepping:
|
| /netbsd-src/usr.sbin/tprof/arch/ |
| H A D | tprof_x86.c | 801 uint8_t stepping; in init_intel_generic() local 846 stepping = CPUID_TO_STEPPING(eax); in init_intel_generic() 847 if (stepping <= 4) in init_intel_generic()
|
| /netbsd-src/usr.sbin/cpuctl/arch/ |
| H A D | i386.c | 906 u_int stepping = CPUID_TO_STEPPING(ci->ci_signature); in via_cpu_probe() local 924 if (ci->ci_model < 0x9 || (ci->ci_model == 0x9 && stepping < 3)) in via_cpu_probe() 1386 int stepping; in via_cpu_cacheinfo() 1390 stepping = CPUID_TO_STEPPING(ci->ci_signature); in via_cpu_cacheinfo() 1422 if (ci->ci_model == 9 && stepping == 8) { in via_cpu_cacheinfo() 1423 /* Erratum: stepping 8 reports 4 when it should be 2 */ in via_cpu_cacheinfo() 1431 if (ci->ci_model == 9 && stepping == 8) { in via_cpu_cacheinfo() 1432 /* Erratum: stepping 8 reports 4 when it should be 2 */ in via_cpu_cacheinfo() 1582 * - Get CPU family, model and stepping (from eax). in cpu_probe_base_features() 2119 aprint_normal_dev(ci->ci_dev, "family %#x model %#x stepping in identifycpu() 1375 int stepping; via_cpu_cacheinfo() local [all...] |
| /netbsd-src/sys/arch/evbmips/conf/ |
| H A D | MTX-1 | 29 # and has not been fixed in at least the AD stepping of the AU1500.
|
| H A D | DBAU1500 | 29 # and has not been fixed in at least the AD stepping of the AU1500.
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/ |
| H A D | cpuid.d | 314 uint stepping, model, family; 754 stepping = a & 0xF; in cpuidX86() 1141 (cf.probablyIntel && (family < 6 || (family==6 && (model< 3 || (model==3 && stepping<3))))) in this()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
| H A D | dcn10_hw_sequencer.h | 170 uint32_t stepping);
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ |
| H A D | hw_sequencer.h | 169 uint32_t clk_khz, uint32_t stepping);
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| H A D | test.asn1 | 51 …s is disabled since the IMPLICT encoder does't get the types right when stepping inside an structu…
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | HowToUpdateDebugInfo.rst | 42 source locations, even though this may lead to jumpy single-stepping 85 single-stepping (or breakpoint) behavior. Often, merged instructions are memory 115 single-stepping experience. The rule for 133 The purpose of this rule is to prevent erratic or misleading single-stepping
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/ |
| H A D | TODO | 175 interactions between longjmp and watchpoints, breakpoints, stepping, 186 Test stepping into functions which are one line long and functions
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/ |
| H A D | TODO | 175 interactions between longjmp and watchpoints, breakpoints, stepping, 186 Test stepping into functions which are one line long and functions
|
| /netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
| H A D | platform.h | 511 uint32_t stepping; member
|
| /netbsd-src/external/public-domain/sqlite/dist/tea/win/ |
| H A D | rules.vc | 184 !message *** Compiler has 'B-stepping errata workarounds' 187 !message *** Compiler does not have 'B-stepping errata workarounds'
|
| /netbsd-src/sys/arch/hpc/stand/hpcboot/arm/ |
| H A D | arm.asm | 196 ; 0x4401a119 (44|01 = version 4|A11 = SA1100|9 = E stepping)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/intro/ |
| H A D | tutorial04.rst | 170 We will support single-stepping through the generated code in the 321 Single-stepping through the generated code 392 stepping through the generated code: the execution may appear to
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/intro/ |
| H A D | tutorial04.rst | 170 We will support single-stepping through the generated code in the 321 Single-stepping through the generated code 392 stepping through the generated code: the execution may appear to
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/intro/ |
| H A D | tutorial04.rst | 163 We will support single-stepping through the generated code in the 313 Single-stepping through the generated code 381 stepping through the generated code: the execution may appear to
|