/linux-4.19.296/drivers/cpufreq/ |
D | speedstep-lib.c | 258 u32 ebx, msr_lo, msr_hi; in speedstep_detect_processor() local 272 ebx = cpuid_ebx(0x00000001); in speedstep_detect_processor() 273 ebx &= 0x000000FF; in speedstep_detect_processor() 275 pr_debug("ebx value is %x, x86_stepping is %x\n", ebx, c->x86_stepping); in speedstep_detect_processor() 283 if ((ebx == 0x0e) || (ebx == 0x0f)) in speedstep_detect_processor() 294 if (ebx == 0x0e) in speedstep_detect_processor() 314 if ((ebx == 0x0e) || in speedstep_detect_processor() 329 ebx = cpuid_ebx(0x00000001); in speedstep_detect_processor() 330 pr_debug("ebx is %x\n", ebx); in speedstep_detect_processor() 332 ebx &= 0x000000FF; in speedstep_detect_processor() [all …]
|
D | longrun.c | 143 u32 eax, ebx, ecx, edx; in longrun_get() local 148 cpuid(0x80860007, &eax, &ebx, &ecx, &edx); in longrun_get() 169 u32 eax, ebx, ecx, edx; in longrun_determine_freqs() local 216 cpuid(0x80860007, &eax, &ebx, &ecx, &edx); in longrun_determine_freqs() 227 cpuid(0x80860007, &eax, &ebx, &ecx, &edx); in longrun_determine_freqs() 240 ebx = (((cpu_khz / 1000) * ecx) / 100); /* to MHz */ in longrun_determine_freqs() 242 if ((ecx > 95) || (ecx == 0) || (eax < ebx)) in longrun_determine_freqs() 245 edx = ((eax - ebx) * 100) / (100 - ecx); in longrun_determine_freqs()
|
D | powernow-k7.c | 120 unsigned int maxei, eax, ebx, ecx, edx; in check_powernow() local 139 cpuid(0x80000007, &eax, &ebx, &ecx, &edx); in check_powernow()
|
D | powernow-k8.c | 465 u32 eax, ebx, ecx, edx; in check_supported_cpu() local 485 cpuid(CPUID_FREQ_VOLT_CAPABILITIES, &eax, &ebx, &ecx, &edx); in check_supported_cpu()
|
/linux-4.19.296/lib/raid6/ |
D | x86.h | 64 u32 eax, ebx, ecx, edx; in boot_cpu_has() local 71 : "+a" (eax), "=b" (ebx), "=d" (edx), "+c" (ecx)); in boot_cpu_has() 73 return ((flag & 0x100 ? ebx : in boot_cpu_has()
|
/linux-4.19.296/drivers/char/ |
D | toshiba.c | 273 bx = regs.ebx & 0xffff; in tosh_ioctl() 375 regs.ebx = 0x0000; in tosh_get_machine_id() 378 bx = (unsigned short) (regs.ebx & 0xffff); in tosh_get_machine_id() 386 printk("toshiba: debugging ID ebx=0x%04x\n", regs.ebx); in tosh_get_machine_id() 439 regs.ebx = 0x0000; in tosh_probe()
|
/linux-4.19.296/include/uapi/linux/ |
D | toshiba.h | 40 unsigned int ebx __attribute__ ((packed)); member
|
/linux-4.19.296/include/uapi/video/ |
D | uvesafb.h | 8 __u32 ebx; member
|
/linux-4.19.296/include/xen/interface/hvm/ |
D | hvm_vcpu.h | 32 uint32_t ebx; member
|
/linux-4.19.296/drivers/xen/xenbus/ |
D | xenbus_xs.c | 733 uint32_t eax, ebx, ecx, edx, base; in xen_strict_xenbus_quirk() local 736 cpuid(base + 1, &eax, &ebx, &ecx, &edx); in xen_strict_xenbus_quirk()
|