/openbmc/qemu/target/i386/ |
H A D | host-cpu.c | 108 void host_cpu_vendor_fms(char *vendor, int *family, int *model, int *stepping) in host_cpu_vendor_fms() argument 122 if (stepping) { in host_cpu_vendor_fms() 123 *stepping = eax & 0x0F; in host_cpu_vendor_fms() 145 int family, model, stepping; in host_cpu_max_instance_init() local 150 host_cpu_vendor_fms(vendor, &family, &model, &stepping); in host_cpu_max_instance_init() 156 object_property_set_int(OBJECT(cpu), "stepping", stepping, in host_cpu_max_instance_init()
|
H A D | host-cpu.h | 17 void host_cpu_vendor_fms(char *vendor, int *family, int *model, int *stepping);
|
H A D | cpu.c | 2028 int stepping; member 2489 .stepping = 1, 2509 .stepping = 3, 2541 .stepping = 11, 2583 .stepping = 1, 2624 .stepping = 3, 2638 .stepping = 1, 2668 .stepping = 8, 2701 .stepping = 0, 2713 .stepping = 3, [all …]
|
/openbmc/linux/drivers/ata/ |
H A D | pata_icside.c | 29 unsigned int stepping; member 35 .stepping = 6, 41 .stepping = 6, 47 .stepping = 6, 354 ioaddr->data_addr = cmd + (ATA_REG_DATA << port->stepping); in pata_icside_setup_ioaddr() 355 ioaddr->error_addr = cmd + (ATA_REG_ERR << port->stepping); in pata_icside_setup_ioaddr() 356 ioaddr->feature_addr = cmd + (ATA_REG_FEATURE << port->stepping); in pata_icside_setup_ioaddr() 357 ioaddr->nsect_addr = cmd + (ATA_REG_NSECT << port->stepping); in pata_icside_setup_ioaddr() 358 ioaddr->lbal_addr = cmd + (ATA_REG_LBAL << port->stepping); in pata_icside_setup_ioaddr() 359 ioaddr->lbam_addr = cmd + (ATA_REG_LBAM << port->stepping); in pata_icside_setup_ioaddr() [all …]
|
/openbmc/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 | hwmon-vid.c | 259 static u8 find_vrm(u8 family, u8 model, u8 stepping, u8 vendor) in find_vrm() argument 268 stepping <= vrm_models[i].stepping_to) in find_vrm()
|
/openbmc/linux/tools/power/cpupower/utils/helpers/ |
H A D | cpuid.c | 59 cpu_info->stepping = unknown; in get_cpu_info() 92 &cpu_info->stepping); in get_cpu_info() 98 cpu_info->stepping == unknown) { in get_cpu_info()
|
H A D | helpers.h | 87 unsigned int stepping; member
|
/openbmc/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
|
/openbmc/linux/arch/x86/kernel/ |
H A D | signal.c | 230 bool stepping, failed; in handle_signal() local 263 stepping = test_thread_flag(TIF_SINGLESTEP); in handle_signal() 264 if (stepping) in handle_signal() 285 signal_setup_done(failed, ksig, stepping); in handle_signal()
|
/openbmc/u-boot/arch/x86/cpu/ivybridge/ |
H A D | northbridge.c | 27 u8 stepping; in bridge_silicon_revision() local 30 stepping = result.eax & 0xf; in bridge_silicon_revision() 33 return bridge_id | stepping; in bridge_silicon_revision()
|
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | video-command.rst | 77 1 specifies forward single stepping, 78 -1 specifies backward single stepping,
|
H A D | video_types.rst | 119 1 specifies forward single stepping, 120 -1 specifies backward single stepping,
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_dmc.c | 199 char stepping; member 284 char stepping; member 314 si->stepping = step_name[0]; in intel_get_stepping_info() 626 if ((fw_info->substepping == '*' && si->stepping == fw_info->stepping) || in fw_info_matches_stepping() 627 (si->stepping == fw_info->stepping && si->substepping == fw_info->substepping) || in fw_info_matches_stepping() 633 (si->stepping == '*' && si->substepping == fw_info->substepping) || in fw_info_matches_stepping() 634 (fw_info->stepping == '*' && fw_info->substepping == '*')) in fw_info_matches_stepping()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | cpu_device_id.h | 283 #define INTEL_CPU_DESC(model, stepping, revision) { \ argument 287 .x86_stepping = (stepping), \
|
/openbmc/linux/tools/perf/arch/x86/annotate/ |
H A D | instructions.c | 172 unsigned int family, model, stepping; in x86__cpuid_parse() local 178 ret = sscanf(cpuid, "%*[^,],%u,%u,%u", &family, &model, &stepping); in x86__cpuid_parse()
|
/openbmc/qemu/target/i386/kvm/ |
H A D | vmsr_energy.c | 32 int family, model, stepping; in is_host_cpu_intel() local 35 host_cpu_vendor_fms(vendor, &family, &model, &stepping); in is_host_cpu_intel()
|
/openbmc/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm-nsp-ax.dtsi | 3 * Broadcom Northstar Plus Ax stepping-specific bindings.
|
/openbmc/linux/drivers/bluetooth/ |
H A D | hci_bcm4377.c | 572 char stepping[BCM4377_OTP_MAX_PARAM_LEN]; member 1171 if ((strcmp(bcm4377->stepping, "b1") == 0) || in bcm4378_send_calibration() 1172 strcmp(bcm4377->stepping, "b3") == 0) in bcm4378_send_calibration() 1184 if (strcmp(bcm4377->stepping, "c2") == 0) in bcm4387_send_calibration() 1202 bcm4377->hw->id, bcm4377->stepping, bcm4377->board_type, in bcm4377_request_blob() 1205 bcm4377->hw->id, bcm4377->stepping, bcm4377->board_type, in bcm4377_request_blob() 1965 if (len >= sizeof(bcm4377->stepping)) in bcm4377_parse_otp_chip_params() 1969 bcm4377->stepping[idx] = tolower(val[idx]); in bcm4377_parse_otp_chip_params() 1977 bcm4377->stepping[idx] = '\0'; in bcm4377_parse_otp_chip_params() 2072 if (!bcm4377->stepping[0] || !bcm4377->vendor[0]) in bcm4377_parse_otp_sys_vendor() [all …]
|
/openbmc/qemu/docs/system/ |
H A D | gdb.rst | 163 Changing single-stepping behaviour 166 The default single stepping behavior is step with the IRQs and timer 178 This will display the MASK bits used to control the single stepping 189 stepping IE:
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | ptrace.c | 383 int stepping = test_thread_flag(TIF_SINGLESTEP) || in do_syscall_trace_exit() local 393 if (stepping || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_exit() 394 ptrace_report_syscall_exit(regs, stepping); in do_syscall_trace_exit()
|
/openbmc/smbios-mdr/src/ |
H A D | speed_select.cpp | 407 uint8_t cc, stepping; in discoverCPUsAndConfigs() local 409 EPECIStatus status = peci_GetCPUID(i, &cpuModel, &stepping, &cc); in discoverCPUsAndConfigs()
|
/openbmc/linux/tools/power/x86/x86_energy_perf_policy/ |
H A D | x86_energy_perf_policy.c | 1440 unsigned int fms, family, model, stepping; in parse_cpuid() local 1456 stepping = fms & 0xf; in parse_cpuid() 1462 max_level, family, model, stepping, family, model, stepping); in parse_cpuid()
|
/openbmc/u-boot/doc/ |
H A D | README.bedbug | 51 hardware breakpoints and stepping through code. These
|