| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gt.h | 43 * a stepping in the range [from, until). The lower stepping bound is 45 * macro is for checking bounds for workarounds, which usually have a stepping 46 * ("from") at which the hardware issue is first present and another stepping 54 * stepping bound for the specified IP version. 63 * a stepping in the range [from, until). The lower stepping bound is 65 * macro is for checking bounds for workarounds, which usually have a stepping 66 * ("from") at which the hardware issue is first present and another stepping 69 * workarounds that have no upper stepping bound for the specified IP version.
|
| /linux/drivers/ata/ |
| H A D | pata_icside.c | 29 unsigned int stepping; member 35 .stepping = 6, 41 .stepping = 6, 47 .stepping = 6, 352 ioaddr->data_addr = cmd + (ATA_REG_DATA << port->stepping); in pata_icside_setup_ioaddr() 353 ioaddr->error_addr = cmd + (ATA_REG_ERR << port->stepping); in pata_icside_setup_ioaddr() 354 ioaddr->feature_addr = cmd + (ATA_REG_FEATURE << port->stepping); in pata_icside_setup_ioaddr() 355 ioaddr->nsect_addr = cmd + (ATA_REG_NSECT << port->stepping); in pata_icside_setup_ioaddr() 356 ioaddr->lbal_addr = cmd + (ATA_REG_LBAL << port->stepping); in pata_icside_setup_ioaddr() 357 ioaddr->lbam_addr = cmd + (ATA_REG_LBAM << port->stepping); in pata_icside_setup_ioaddr() [all …]
|
| /linux/arch/x86/kernel/ |
| H A D | step.c | 111 * Enable single-stepping. Return nonzero if user mode is not using TF itself. 138 * Ensure that a trap is triggered once stepping out of a system in enable_single_step() 207 * Make sure block stepping (BTF) is not enabled unless it should be. in enable_step() 209 * instructions after the first when using block stepping. in enable_step() 210 * So no one should try to use debugger block stepping in a program in enable_step() 211 * that uses user-mode single stepping itself. in enable_step() 232 * Make sure block stepping (BTF) is disabled. in user_disable_single_step()
|
| H A D | smp.c | 78 * machines with B stepping processors can fail. XXX should provide 81 * B stepping CPUs may hang. There are hardware work arounds 83 * arounds. Basically that's so I can tell anyone with a B stepping 103 * the C stepping chips too. 115 * about nothing of note with C stepping upwards.
|
| /linux/tools/power/cpupower/utils/helpers/ |
| H A D | cpuid.c | 40 * Extract CPU vendor, family, model, stepping info from /proc/cpuinfo 59 cpu_info->stepping = unknown; in get_cpu_info() 90 } else if (!strncmp(value, "stepping\t: ", 10)) { in get_cpu_info() 91 sscanf(value, "stepping\t: %u", in get_cpu_info() 92 &cpu_info->stepping); in get_cpu_info() 98 cpu_info->stepping == unknown) { in get_cpu_info()
|
| /linux/arch/arm64/kernel/probes/ |
| H A D | decode-insn.c | 23 * Deliberate generation of an exception during stepping is also not in aarch64_insn_is_steppable() 25 * things we can't handle during single-stepping. in aarch64_insn_is_steppable() 38 * executing in the single-stepping environment. We do make one in aarch64_insn_is_steppable() 48 * single stepping as they may cause exception or other in aarch64_insn_is_steppable()
|
| /linux/drivers/hwmon/ |
| H A D | k8temp.c | 137 u8 model, stepping; in k8temp_probe() local 146 stepping = boot_cpu_data.x86_stepping; in k8temp_probe() 149 if ((model == 4 && stepping == 0) || in k8temp_probe() 150 (model == 5 && stepping <= 1)) in k8temp_probe()
|
| H A D | coretemp.c | 120 { "CPU 230", 100000 }, /* Model 0x1c, stepping 2 */ 121 { "CPU 330", 125000 }, /* Model 0x1c, stepping 2 */ 145 * Also matches S12x0 (stepping 9), covered by 180 * and model/stepping information. in adjust_tjmax() 464 * fixed for stepping D0 (6EC). in chk_ucode_version()
|
| /linux/arch/arm/boot/dts/marvell/ |
| 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
|
| /linux/arch/loongarch/kernel/ |
| H A D | kprobes.c | 110 * of out-of-line single-step, that result in wrongly single stepping 169 /* IRQs and single stepping do not mix well */ in setup_singlestep() 171 /* set ip register to prepare for single stepping */ in setup_singlestep() 236 * stepping. Let's just reset current kprobe and exit. in kprobe_breakpoint_handler()
|
| /linux/arch/x86/kernel/cpu/microcode/ |
| H A D | amd.c | 100 stepping : 4, member 111 __u32 stepping : 4, member 181 p.stepping = c.stepping; in cpuid_to_ucode_rev() 312 c.stepping = p.stepping; in ucode_rev_to_cpuid() 832 p_cid.stepping = 0; in patch_cpus_equivalent() 833 n_cid.stepping = 0; in patch_cpus_equivalent() 869 if (zn.stepping != zp.stepping) in patch_newer()
|
| /linux/arch/arm64/kernel/ |
| H A D | hw_breakpoint.c | 37 /* Currently stepping a per-CPU kernel breakpoint. */ 493 * that would complicate the stepping code. in arch_build_bp_info() 569 * complicate the stepping code. in hw_breakpoint_arch_parse() 580 * This is used when single-stepping after a breakpoint exception. 657 /* Do we need to handle the stepping? */ in do_breakpoint() 671 /* If we're already stepping a watchpoint, just return. */ in do_breakpoint() 742 * handle the stepping ourselves since userspace really can't help in watchpoint_report() 819 /* If we're already stepping a breakpoint, just return. */ in do_watchpoint()
|
| /linux/arch/csky/kernel/probes/ |
| H A D | kprobes.c | 155 * out-of-line single-step, that result in wrongly single stepping 205 /* prepare for single stepping */ in setup_singlestep() 210 /* IRQs and single stepping do not mix well. */ in setup_singlestep() 336 * stepping. Let's just reset current kprobe and exit. in kprobe_breakpoint_handler()
|
| /linux/arch/riscv/kernel/probes/ |
| H A D | kprobes.c | 155 * out-of-line single-step, that result in wrongly single stepping 186 /* prepare for single stepping */ in setup_singlestep() 189 /* IRQs and single stepping do not mix well. */ in setup_singlestep() 312 * stepping. Let's just reset current kprobe and exit. in kprobe_breakpoint_handler()
|
| /linux/arch/parisc/include/asm/ |
| H A D | thread_info.h | 50 #define TIF_SINGLESTEP 9 /* single stepping? */ 51 #define TIF_BLOCKSTEP 10 /* branch stepping? */
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_dmc.c | 312 /* Stepping (A, B, C, ..., *). * is a wildcard */ 313 char stepping; member 315 /* Sub-stepping (0, 1, ..., *). * is a wildcard */ 398 char stepping; member 428 si->stepping = step_name[0]; in intel_get_stepping_info() 969 if ((fw_info->substepping == '*' && si->stepping == fw_info->stepping) || in fw_info_matches_stepping() 970 (si->stepping == fw_info->stepping && si->substepping == fw_info->substepping) || in fw_info_matches_stepping() 976 (si->stepping == '*' && si->substepping == fw_info->substepping) || in fw_info_matches_stepping() 977 (fw_info->stepping == '*' && fw_info->substepping == '*')) in fw_info_matches_stepping() 1006 * check for the stepping since we already found a previous FW in dmc_set_fw_offset()
|
| H A D | intel_fdi_regs.h | 50 /* SNB A-stepping */ 55 /* SNB B-stepping */
|
| /linux/tools/testing/selftests/drivers/platform/x86/intel/ifs/ |
| H A D | test_ifs.sh | 44 STEPPING="" 191 STEPPING=$(grep -m 1 "stepping" /proc/cpuinfo | awk -F ":" '{printf "%02x",$2;}') 192 CPU_FMS="${FML}-${MODEL}-${STEPPING}"
|
| /linux/arch/x86/mm/ |
| H A D | kmmio.c | 249 * Hold the RCU read lock over single stepping to avoid looking in kmmio_handler() 252 * the single stepping. We can only handle one active kmmio trace in kmmio_handler() 306 * Enable single-stepping and disable interrupts for the faulting in kmmio_handler() 307 * context. Local interrupts must not get enabled during stepping. in kmmio_handler() 316 * If another cpu accesses the same page while we are stepping, in kmmio_handler()
|
| /linux/tools/testing/selftests/rseq/ |
| H A D | rseq-ppc.h | 41 * better handle single-stepping through the restartable critical sections. 82 * useful to assist debuggers stepping over the critical section. 118 * useful to assist debuggers stepping over the critical section.
|
| H A D | rseq-s390.h | 57 * useful to assist debuggers stepping over the critical section.
|
| /linux/include/uapi/linux/dvb/ |
| H A D | video.h | 85 1 specifies forward single stepping, 86 -1 specifies backward single stepping,
|
| /linux/arch/sh/kernel/ |
| H A D | kgdb.c | 7 * Single stepping taken from the old stub by Henry Bell and Jeremy Siegel. 259 /* Undo any stepping we may have done */ in kgdb_arch_handle_exception() 322 * This means a user thread is single stepping in __kgdb_notify()
|
| /linux/drivers/phy/marvell/ |
| H A D | phy-mmp3-usb.c | 42 /* This is for Ax stepping */ 52 /* This is for B0 stepping */
|