Searched refs:stepping (Results 1 - 21 of 21) sorted by relevance

/freebsd-12-stable/contrib/processor-trace/libipt/src/
H A Dpt_cpu.c96 long family, model, stepping; local
119 /* stepping was omitted, it defaults to 0 */
120 stepping = 0;
125 stepping = strtol(s, &endptr, 0);
129 if (stepping < 0 || stepping > UCHAR_MAX)
136 cpu->stepping = (uint8_t) stepping;
161 cpu->stepping = (info>>0) & 0xf;
/freebsd-12-stable/sys/x86/iommu/
H A Dintel_quirks.c73 u_int stepping; member in struct:intel_dmar_quirk_cpu
99 u_int ext_family, ext_model, family_code, model, stepping; local
130 stepping = p[0] & CPUID_STEPPING;
137 (cpu_quirk->stepping == -1 ||
138 cpu_quirk->stepping == stepping)) {
218 .stepping = 6, .quirk = cpu_e5_am9,
/freebsd-12-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-cpu.c60 ptu_uint_eq(cpu.stepping, 2);
67 ptu_uint_eq(cpu.stepping, 0xf);
74 ptu_uint_eq(cpu.stepping, 017);
81 ptu_uint_eq(cpu.stepping, 0);
/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_intel.c83 int error, family, model, nclasses, ncpus, stepping, verov; local
96 stepping = CPUID_TO_STEPPING(cpu_id);
99 family, model, stepping);
109 if (stepping == 0x7) {
H A Dhwpmc_amd.c1076 int family, model, stepping; local
1090 stepping = CPUID_TO_STEPPING(cpu_id);
1094 family, model, stepping);
1097 family, model, stepping);
/freebsd-12-stable/tools/tools/intel-ucode-split/
H A Dintel-ucode-split.c64 unsigned family, model, stepping; local
68 stepping = signature & 0xf;
73 asprintf(&buf, "%02x-%02x-%02x", family, model, stepping);
/freebsd-12-stable/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.h106 int stepping; member in struct:process_info
H A Dfbsd-low.c83 If we were single-stepping this process using PT_STEP,
106 if (get_thread_process (current_inferior)->stepping)
490 event_child->stepping, 0);
503 event_child->stepping,
521 /* bp_reinsert will only be set if we were single-stepping.
523 a gdbserver breakpoint; single-stepping to/over one
532 /* Clear the single-stepping flag and SIGTRAP as we resume. */
582 /* If we were single-stepping, we definitely want to report the
584 clear the stepping flag; in general this does not matter,
587 consistency anyway. It's safe to clear the stepping fla
[all...]
/freebsd-12-stable/contrib/gdb/gdb/
H A Di386-stub.c746 int sigval, stepping; local
787 stepping = 0;
883 stepping = 1;
894 /* set the trace bit if we're stepping */
895 if (stepping)
H A Dinfrun.c119 If we are stepping at the source level, we don't want to see any of
146 getting the (possibly confusing) stepping behavior is better than
484 thread here so that we can resume single-stepping it later. */
529 wants to interrupt some lengthy single-stepping operation
546 /* Some targets (e.g. Solaris x86) have a kernel bug when stepping
730 before calling here, if you are stepping.
1257 supposed to be stepping at the assembly language level
1277 subroutine call, but stepping over the signal
1302 are thinking of stepping into, step into it.
1375 /* If we're software-single-stepping, the
[all...]
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_utility.cpp160 p->stepping = get_value(buf.eax, 0, 0x0f);
164 KA_TRACE(trace_level, (" family = %d, model = %d, stepping = %d\n",
165 p->family, p->model, p->stepping));
H A Dkmp_stats.cpp775 __kmp_cpuinfo.family, __kmp_cpuinfo.model, __kmp_cpuinfo.stepping);
H A Dkmp.h1161 int stepping; // CPUID(1).EAX[3:0] ( Stepping ) member in struct:kmp_cpuinfo
/freebsd-12-stable/lib/libc/rpc/
H A Dgetrpcent.c106 int stepping; member in struct:nis_state
460 st->stepping = 0;
471 st->stepping = 0;
491 if (!st->stepping) {
500 st->stepping = 1;
510 st->stepping = 0;
593 st->stepping = 0;
/freebsd-12-stable/usr.sbin/bhyve/
H A Dgdb.c114 * When a vCPU is stepped, 'stepping' is set to true when the vCPU is
116 * the stepping trap, 'stepped' is set.
122 bool stepping; member in struct:vcpu_state
656 * stepping trap, stopped_vcpu will be set to the vCPU triggering the
772 * Invoked by vCPU before resuming execution. This enables stepping
773 * if the vCPU is marked as stepping.
789 if (vs->stepping) {
834 if (vs->stepping) {
835 vs->stepping = false;
877 assert(vs->stepping
[all...]
/freebsd-12-stable/contrib/gcc/config/i386/
H A Dsol2-c1.asm39 ! from the ABI, information obtained from single stepping existing
41 ! information obtained by single stepping executables on other i386 SVR4
H A Dsol2-gc1.asm39 ! from the ABI, information obtained from single stepping existing
41 ! information obtained by single stepping executables on other i386 SVR4
/freebsd-12-stable/sys/xen/interface/
H A Dplatform.h505 uint32_t stepping; member in struct:xenpf_pcpu_version
/freebsd-12-stable/contrib/processor-trace/libipt/include/
H A Dintel-pt.h235 /** The stepping. */
236 uint8_t stepping; member in struct:pt_cpu
/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic7xxx.c1430 int stepping; local
1438 stepping = FALSE;
1473 if (stepping == FALSE) {
1491 * leave it on while single stepping.
1498 stepping = TRUE;
1508 if (stepping) {
H A Daic79xx.c2593 int stepping; local
2607 stepping = FALSE;
2649 printf("%s: Single stepping at 0x%x\n", ahd_name(ahd),
2652 if (stepping == FALSE) {
2674 * on while single stepping.
2678 stepping = TRUE;
2688 if (stepping) {

Completed in 241 milliseconds