/linux-4.19.296/drivers/char/ |
D | toshiba.c | 136 unsigned long eax,ecx,flags; in tosh_emulate_fan() local 139 eax = regs->eax & 0xff00; in tosh_emulate_fan() 145 if (eax==0xfe00) { in tosh_emulate_fan() 151 regs->eax = 0x00; in tosh_emulate_fan() 154 if ((eax==0xff00) && (ecx==0x0000)) { in tosh_emulate_fan() 162 regs->eax = 0x00; in tosh_emulate_fan() 165 if ((eax==0xff00) && (ecx==0x0001)) { in tosh_emulate_fan() 173 regs->eax = 0x00; in tosh_emulate_fan() 181 if (eax==0xfe00) { in tosh_emulate_fan() 187 regs->eax = 0x00; in tosh_emulate_fan() [all …]
|
/linux-4.19.296/drivers/cpufreq/ |
D | longrun.c | 143 u32 eax, ebx, ecx, edx; in longrun_get() local 148 cpuid(0x80860007, &eax, &ebx, &ecx, &edx); in longrun_get() 149 pr_debug("cpuid eax is %u\n", eax); in longrun_get() 151 return eax * 1000; 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() 232 pr_debug("percentage is %u %%, freq is %u MHz\n", ecx, eax); 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-k8.c | 465 u32 eax, ebx, ecx, edx; in check_supported_cpu() local 470 eax = cpuid_eax(CPUID_PROCESSOR_SIGNATURE); in check_supported_cpu() 472 if ((eax & CPUID_XFAM) == CPUID_XFAM_K8) { in check_supported_cpu() 473 if (((eax & CPUID_USE_XFAM_XMOD) != CPUID_USE_XFAM_XMOD) || in check_supported_cpu() 474 ((eax & CPUID_XMOD) > CPUID_XMOD_REV_MASK)) { in check_supported_cpu() 475 pr_info("Processor cpuid %x not supported\n", eax); in check_supported_cpu() 479 eax = cpuid_eax(CPUID_GET_MAX_CAPABILITIES); in check_supported_cpu() 480 if (eax < CPUID_FREQ_VOLT_CAPABILITIES) { in check_supported_cpu() 485 cpuid(CPUID_FREQ_VOLT_CAPABILITIES, &eax, &ebx, &ecx, &edx); in check_supported_cpu()
|
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()
|
/linux-4.19.296/lib/raid6/ |
D | x86.h | 64 u32 eax, ebx, ecx, edx; in boot_cpu_has() local 66 eax = (flag & 0x100) ? 7 : in boot_cpu_has() 71 : "+a" (eax), "=b" (ebx), "=d" (edx), "+c" (ecx)); in boot_cpu_has()
|
/linux-4.19.296/include/uapi/linux/ |
D | toshiba.h | 39 unsigned int eax; member
|
/linux-4.19.296/include/uapi/video/ |
D | uvesafb.h | 14 __u32 eax; member
|
/linux-4.19.296/include/xen/interface/hvm/ |
D | hvm_vcpu.h | 29 uint32_t eax; 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() 738 if ((eax >> 16) < 4) in xen_strict_xenbus_quirk()
|