/linux-4.1.27/drivers/ata/ |
D | pata_icside.c | 28 unsigned int stepping; member 34 .stepping = 6, 40 .stepping = 6, 46 .stepping = 6, 348 ioaddr->data_addr = cmd + (ATA_REG_DATA << port->stepping); in pata_icside_setup_ioaddr() 349 ioaddr->error_addr = cmd + (ATA_REG_ERR << port->stepping); in pata_icside_setup_ioaddr() 350 ioaddr->feature_addr = cmd + (ATA_REG_FEATURE << port->stepping); in pata_icside_setup_ioaddr() 351 ioaddr->nsect_addr = cmd + (ATA_REG_NSECT << port->stepping); in pata_icside_setup_ioaddr() 352 ioaddr->lbal_addr = cmd + (ATA_REG_LBAL << port->stepping); in pata_icside_setup_ioaddr() 353 ioaddr->lbam_addr = cmd + (ATA_REG_LBAM << port->stepping); in pata_icside_setup_ioaddr() [all …]
|
/linux-4.1.27/drivers/ide/ |
D | icside.c | 46 unsigned int stepping; member 52 .stepping = ICS_ARCIN_V5_IDESTEPPING, 58 .stepping = ICS_ARCIN_V6_IDESTEPPING, 64 .stepping = ICS_ARCIN_V6_IDESTEPPING, 391 hw->io_ports.error_addr = port + (1 << info->stepping); in icside_setup_ports() 392 hw->io_ports.nsect_addr = port + (2 << info->stepping); in icside_setup_ports() 393 hw->io_ports.lbal_addr = port + (3 << info->stepping); in icside_setup_ports() 394 hw->io_ports.lbam_addr = port + (4 << info->stepping); in icside_setup_ports() 395 hw->io_ports.lbah_addr = port + (5 << info->stepping); in icside_setup_ports() 396 hw->io_ports.device_addr = port + (6 << info->stepping); in icside_setup_ports() [all …]
|
/linux-4.1.27/tools/power/x86/x86_energy_perf_policy/ |
D | x86_energy_perf_policy.c | 140 unsigned int fms, family, model, stepping; in validate_cpuid() local 157 stepping = fms & 0xf; in validate_cpuid() 164 family, model, stepping, family, model, stepping); in validate_cpuid()
|
/linux-4.1.27/tools/power/cpupower/utils/helpers/ |
D | cpuid.c | 58 cpu_info->stepping = unknown; in get_cpu_info() 91 &cpu_info->stepping); in get_cpu_info() 97 cpu_info->stepping == unknown) { in get_cpu_info()
|
D | helpers.h | 78 unsigned int stepping; member
|
/linux-4.1.27/include/linux/ |
D | tracehook.h | 145 static inline void tracehook_signal_handler(int stepping) in tracehook_signal_handler() argument 147 if (stepping) in tracehook_signal_handler()
|
D | signal.h | 296 extern void signal_setup_done(int failed, struct ksignal *ksig, int stepping);
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | kirkwood-rd88f6281-z0.dts | 2 * Marvell RD88F6181 Z0 stepping descrition 11 * stepping of the SoC. The ethernet switch has a "wan" port.
|
D | kirkwood-rd88f6281-a.dts | 11 * higher stepping of the SoC. The ethernet switch does not have a
|
/linux-4.1.27/drivers/hwmon/ |
D | k8temp.c | 182 u8 model, stepping; in k8temp_probe() local 190 stepping = boot_cpu_data.x86_mask; in k8temp_probe() 193 if ((model == 4 && stepping == 0) || in k8temp_probe() 194 (model == 5 && stepping <= 1)) in k8temp_probe()
|
D | hwmon-vid.c | 272 static u8 find_vrm(u8 family, u8 model, u8 stepping, u8 vendor) in find_vrm() argument 281 stepping <= vrm_models[i].stepping_to) in find_vrm()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | ptrace.c | 304 int stepping = test_thread_flag(TIF_SINGLESTEP) || in do_syscall_trace_exit() local 309 if (stepping || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_exit() 310 tracehook_report_syscall_exit(regs, stepping); in do_syscall_trace_exit()
|
/linux-4.1.27/arch/frv/kernel/ |
D | break.S | 93 # - we need to take special action to suspend h/w single stepping if we've done 94 # that, so that the gdbstub doesn't get bogged down endlessly stepping through 129 # special break insn requests single-stepping to be turned back on 286 # cancel single-stepping mode 389 # cancel single-stepping mode 428 # single stepping on return
|
D | entry-table.S | 42 # Due to the way single-stepping works on this CPU (single-step is not 77 # trap fixup table for single-stepping in user mode 83 # trap fixup table for single-stepping in user mode
|
/linux-4.1.27/arch/mn10300/ |
D | Kconfig.debug | 57 bool "Allow software single-stepping in GDB stub" 60 Allow GDB stub to perform software single-stepping through the 62 it uses temporary breakpoints to emulate single-stepping.
|
D | Kconfig | 229 single-stepping, which are taken over completely by the JTAG unit.
|
/linux-4.1.27/Documentation/devicetree/bindings/iio/proximity/ |
D | as3935.txt | 15 - ams,tuning-capacitor-pf: Calibration tuning capacitor stepping
|
/linux-4.1.27/arch/x86/kernel/ |
D | signal.c | 615 bool stepping, failed; in handle_signal() local 644 stepping = test_thread_flag(TIF_SINGLESTEP); in handle_signal() 645 if (stepping) in handle_signal() 667 signal_setup_done(failed, ksig, stepping); in handle_signal()
|
/linux-4.1.27/drivers/misc/mic/host/ |
D | mic_sysfs.c | 101 switch (mdev->stepping) { in stepping_show() 119 static DEVICE_ATTR_RO(stepping);
|
D | mic_device.h | 101 enum mic_stepping stepping; member
|
D | mic_x100.c | 203 if (MIC_A0_STEP == mdev->stepping) in mic_x100_intr_workarounds() 207 if (mdev->stepping >= MIC_B0_STEP) in mic_x100_intr_workarounds()
|
D | mic_main.c | 241 mdev->stepping = pdev->revision; in mic_device_init()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-mic.txt | 28 What: /sys/class/mic/mic(x)/stepping 33 Provides information about the silicon stepping for an Intel
|
/linux-4.1.27/arch/frv/mm/ |
D | tlb-miss.S | 68 # we've got to re-enable single-stepping 107 # we've got to re-enable single-stepping
|
/linux-4.1.27/Documentation/trace/ |
D | mmiotrace.txt | 110 marks the page present, sets TF flag to achieve single stepping and exits the 117 machines. During the single stepping other CPUs may run freely on that page
|
/linux-4.1.27/drivers/edac/ |
D | amd64_edac.h | 352 u8 stepping; /* ... stepping */ member
|
D | amd64_edac.c | 1564 if (pvt->model < 4 || (pvt->model < 0xa && pvt->stepping < 3)) in f1x_swap_interleaved_region() 2703 pvt->stepping = boot_cpu_data.x86_mask; in per_family_init()
|
/linux-4.1.27/Documentation/frv/ |
D | kernel-ABI.txt | 161 single-stepping will blithely go on stepping into things like interrupts.
|
/linux-4.1.27/Documentation/device-mapper/ |
D | statistics.txt | 24 request and process statistics for the same DM device without stepping
|
/linux-4.1.27/tools/power/x86/turbostat/ |
D | turbostat.c | 2573 unsigned int fms, family, model, stepping; in process_cpuid() local 2589 stepping = fms & 0xf; in process_cpuid() 2595 max_level, family, model, stepping, family, model, stepping); in process_cpuid()
|
/linux-4.1.27/Documentation/hwmon/ |
D | adm9240 | 34 identification code as well as the chip revision/stepping level.
|
/linux-4.1.27/Documentation/filesystems/ |
D | seq_file.txt | 70 iterator object that allows stepping through the data of interest. 165 the seq_file code. It can thus be anything that is useful in stepping
|
/linux-4.1.27/kernel/ |
D | signal.c | 2377 static void signal_delivered(struct ksignal *ksig, int stepping) in signal_delivered() argument 2391 tracehook_signal_handler(stepping); in signal_delivered() 2394 void signal_setup_done(int failed, struct ksignal *ksig, int stepping) in signal_setup_done() argument 2399 signal_delivered(ksig, stepping); in signal_setup_done()
|
/linux-4.1.27/Documentation/blockdev/ |
D | floppy.txt | 202 Use PS/2 stepping rate:
|
/linux-4.1.27/Documentation/x86/ |
D | mtrr.txt | 18 The AMD K6-2 (stepping 8 and above) and K6-3 processors have two
|
/linux-4.1.27/Documentation/video4linux/ |
D | Zoran | 288 Intel 440BX (early stepping) 290 Intel 440BX (late stepping)
|
/linux-4.1.27/drivers/net/wireless/cw1200/ |
D | wsm.h | 639 u32 stepping; member
|
D | wsm.c | 155 arg->txPowerRange[i].stepping = WSM_GET32(buf); in wsm_configuration_confirm()
|
/linux-4.1.27/Documentation/ |
D | kmemcheck.txt | 727 feature of the processor, namely single-stepping. When the processor has 730 execution, this time with the single-stepping feature turned off.
|
D | kprobes.txt | 342 or during single-stepping of the probed instruction, Kprobes calls 547 Kprobes makes no attempt to prevent probe handlers from stepping on
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 1990 int stepping; in ahc_clear_critical_section() local 1998 stepping = FALSE; in ahc_clear_critical_section() 2035 if (stepping == FALSE) { in ahc_clear_critical_section() 2060 stepping = TRUE; in ahc_clear_critical_section() 2070 if (stepping) { in ahc_clear_critical_section()
|
D | aic79xx_core.c | 3445 int stepping; in ahd_clear_critical_section() local 3459 stepping = FALSE; in ahd_clear_critical_section() 3503 if (stepping == FALSE) { in ahd_clear_critical_section() 3529 stepping = TRUE; in ahd_clear_critical_section() 3539 if (stepping) { in ahd_clear_critical_section()
|
/linux-4.1.27/Documentation/networking/ |
D | filter.txt | 363 for testing BPF filters against given pcap files, single stepping through the 447 Performs single stepping through the BPF program from the current pc
|
/linux-4.1.27/Documentation/vm/ |
D | numa_memory_policy.txt | 449 this information requires "stepping outside" the memory policy APIs to use the
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 86 PER is used to facilitate debugging e.g. single stepping.
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 1550 The AMD K6-2 (stepping 8 and above) and K6-3 processors have two
|