Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/x86/
Dcpu-features.c327 unsigned int *extended_model, unsigned int *stepping) in get_common_indices() argument
340 *stepping = eax & 0x0f; in get_common_indices()
404 unsigned int stepping = 0; in init_cpu_features() local
425 &stepping); in init_cpu_features()
516 if (stepping <= 5) in init_cpu_features()
526 if (stepping > 0xc) in init_cpu_features()
545 if (stepping >= 4) in init_cpu_features()
596 &stepping); in init_cpu_features()
630 unsigned int extended_model, stepping; in init_cpu_features() local
635 &stepping); in init_cpu_features()
[all …]
Ddl-diagnostics-cpu.c52 print_cpu_features_value ("basic.stepping", cpu_features->basic.stepping); in _dl_diagnostics_cpu()
/glibc-2.36/manual/
DREADME.pretty-printers174 stepping through the programs. Things like aggressive instruction reordering
/glibc-2.36/sysdeps/x86/include/
Dcpu-features.h836 unsigned int stepping; member
/glibc-2.36/ChangeLog.old/
DChangeLog.93011 stop searching for the right isdst value before stepping to the
DChangeLog.1910848 cpu_features_basic. Set stepping in cpu_features.
10869 (do_test): Print vendor, family, model and stepping. Check
DChangeLog.1813071 stepping identification.