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

/freebsd-11-stable/sys/x86/iommu/
H A Dintel_quirks.c70 u_int stepping; member in struct:intel_dmar_quirk_cpu
96 u_int ext_family, ext_model, family_code, model, stepping; local
127 stepping = p[0] & CPUID_STEPPING;
134 (cpu_quirk->stepping == -1 ||
135 cpu_quirk->stepping == stepping)) {
215 .stepping = 6, .quirk = cpu_e5_am9,
/freebsd-11-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-11-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-11-stable/sys/dev/hwpmc/
H A Dhwpmc_intel.c81 int error, model, nclasses, ncpus, stepping, verov; local
93 stepping = cpu_id & 0xF;
125 if (stepping == 0x7) {
/freebsd-11-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-11-stable/lib/libc/rpc/
H A Dgetrpcent.c104 int stepping; member in struct:nis_state
458 st->stepping = 0;
469 st->stepping = 0;
489 if (!st->stepping) {
498 st->stepping = 1;
508 st->stepping = 0;
591 st->stepping = 0;
/freebsd-11-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-11-stable/sys/xen/interface/
H A Dplatform.h505 uint32_t stepping; member in struct:xenpf_pcpu_version
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx.c1428 int stepping; local
1436 stepping = FALSE;
1471 if (stepping == FALSE) {
1489 * leave it on while single stepping.
1496 stepping = TRUE;
1506 if (stepping) {
H A Daic79xx.c2591 int stepping; local
2605 stepping = FALSE;
2647 printf("%s: Single stepping at 0x%x\n", ahd_name(ahd),
2650 if (stepping == FALSE) {
2672 * on while single stepping.
2676 stepping = TRUE;
2686 if (stepping) {

Completed in 311 milliseconds