/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_msg.h | 59 eax, ebx, ecx, edx, si, di) \ argument 65 "=d"(edx), \ 103 eax, ebx, ecx, edx, si, di) \ argument 112 "=d"(edx), \ 128 eax, ebx, ecx, edx, si, di) \ argument 137 "=d"(edx), \ 162 eax, ebx, ecx, edx, si, di) \ argument 173 "=d"(edx), \ 189 eax, ebx, ecx, edx, si, di) \ argument 200 "=d"(edx), \
|
D | vmwgfx_msg.c | 92 unsigned long eax, ebx, ecx, edx, si = 0, di = 0; in vmw_open_channel() local 98 eax, ebx, ecx, edx, si, di); in vmw_open_channel() 103 channel->channel_id = HIGH_WORD(edx); in vmw_open_channel() 121 unsigned long eax, ebx, ecx, edx, si, di; in vmw_close_channel() local 131 eax, ebx, ecx, edx, si, di); in vmw_close_channel() 151 unsigned long si, di, eax, ebx, ecx, edx; in vmw_port_hb_out() local 167 eax, ebx, ecx, edx, si, di); in vmw_port_hb_out() 188 eax, ebx, ecx, edx, si, di); in vmw_port_hb_out() 207 unsigned long si, di, eax, ebx, ecx, edx; in vmw_port_hb_in() local 221 eax, ebx, ecx, edx, si, di); in vmw_port_hb_in() [all …]
|
/drivers/cpufreq/ |
D | longrun.c | 138 u32 eax, ebx, ecx, edx; in longrun_get() local 143 cpuid(0x80860007, &eax, &ebx, &ecx, &edx); in longrun_get() 164 u32 eax, ebx, ecx, edx; in longrun_determine_freqs() local 211 cpuid(0x80860007, &eax, &ebx, &ecx, &edx); in longrun_determine_freqs() 222 cpuid(0x80860007, &eax, &ebx, &ecx, &edx); in longrun_determine_freqs() 240 edx = ((eax - ebx) * 100) / (100 - ecx); in longrun_determine_freqs() 241 *low_freq = edx * 1000; /* back to kHz */ 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() 142 if (!(edx & (1 << 1 | 1 << 2))) in check_powernow() 147 if (edx & 1 << 1) { in check_powernow() 152 if ((edx & (1 << 1 | 1 << 2)) == 0x6) in check_powernow() 155 if (edx & 1 << 2) { in check_powernow()
|
D | powernow-k8.c | 462 u32 eax, ebx, ecx, edx; in check_supported_cpu() local 482 cpuid(CPUID_FREQ_VOLT_CAPABILITIES, &eax, &ebx, &ecx, &edx); in check_supported_cpu() 483 if ((edx & P_STATE_TRANSITION_CAPABLE) in check_supported_cpu()
|
/drivers/hwmon/ |
D | via-cputemp.c | 68 u32 eax, edx; in temp_show() local 71 err = rdmsr_safe_on_cpu(data->id, data->msr_temp, &eax, &edx); in temp_show() 82 u32 eax, edx; in cpu0_vid_show() local 85 err = rdmsr_safe_on_cpu(data->id, data->msr_vid, &eax, &edx); in cpu0_vid_show() 89 return sprintf(buf, "%d\n", vid_from_reg(~edx & 0x7f, data->vrm)); in cpu0_vid_show() 115 u32 eax, edx; in via_cputemp_probe() local 146 err = rdmsr_safe_on_cpu(data->id, data->msr_temp, &eax, &edx); in via_cputemp_probe()
|
D | coretemp.c | 119 u32 eax, edx; in show_crit_alarm() local 125 rdmsr_on_cpu(tdata->cpu, tdata->status_reg, &eax, &edx); in show_crit_alarm() 152 u32 eax, edx; in show_temp() local 161 rdmsr_on_cpu(tdata->cpu, tdata->status_reg, &eax, &edx); in show_temp() 233 u32 eax, edx; in adjust_tjmax() local 278 err = rdmsr_safe_on_cpu(id, 0x17, &eax, &edx); in adjust_tjmax() 293 platform_id = (edx >> 18) & 0x7; in adjust_tjmax() 312 err = rdmsr_safe_on_cpu(id, 0xee, &eax, &edx); in adjust_tjmax() 346 u32 eax, edx; in get_tjmax() local 353 err = rdmsr_safe_on_cpu(id, MSR_IA32_TEMPERATURE_TARGET, &eax, &edx); in get_tjmax() [all …]
|
D | dell-smm-hwmon.c | 124 unsigned int edx __packed; 394 return regs.eax == 1145651527 && regs.edx == 1145392204 ? 0 : -1; in i8k_get_dell_signature()
|
/drivers/thermal/intel/ |
D | x86_pkg_temp_thermal.c | 111 u32 eax, edx, val; in get_tj_max() local 114 err = rdmsr_safe_on_cpu(cpu, MSR_IA32_TEMPERATURE_TARGET, &eax, &edx); in get_tj_max() 127 u32 eax, edx; in sys_get_curr_temp() local 130 &eax, &edx); in sys_get_curr_temp() 144 u32 mask, shift, eax, edx; in sys_get_trip_temp() local 159 &eax, &edx); in sys_get_trip_temp() 332 u32 tj_max, eax, ebx, ecx, edx; in pkg_temp_thermal_device_add() local 339 cpuid(6, &eax, &ebx, &ecx, &edx); in pkg_temp_thermal_device_add()
|
D | intel_powerclamp.c | 180 unsigned int eax, ebx, ecx, edx; in find_target_mwait() local 188 cpuid(CPUID_MWAIT_LEAF, &eax, &ebx, &ecx, &edx); in find_target_mwait() 194 edx >>= MWAIT_SUBSTATE_SIZE; in find_target_mwait() 195 for (i = 0; i < 7 && edx; i++, edx >>= MWAIT_SUBSTATE_SIZE) { in find_target_mwait() 196 if (edx & MWAIT_SUBSTATE_MASK) { in find_target_mwait() 198 highest_subcstate = edx & MWAIT_SUBSTATE_MASK; in find_target_mwait()
|
D | intel_soc_dts_iosf.c | 50 u32 eax, edx; in get_tj_max() local 54 err = rdmsr_safe(MSR_IA32_TEMPERATURE_TARGET, &eax, &edx); in get_tj_max()
|
/drivers/acpi/ |
D | acpi_pad.c | 36 unsigned int eax, ebx, ecx, edx; in power_saving_mwait_init() local 46 cpuid(CPUID_MWAIT_LEAF, &eax, &ebx, &ecx, &edx); in power_saving_mwait_init() 52 edx >>= MWAIT_SUBSTATE_SIZE; in power_saving_mwait_init() 53 for (i = 0; i < 7 && edx; i++, edx >>= MWAIT_SUBSTATE_SIZE) { in power_saving_mwait_init() 54 if (edx & MWAIT_SUBSTATE_MASK) { in power_saving_mwait_init() 56 highest_subcstate = edx & MWAIT_SUBSTATE_MASK; in power_saving_mwait_init()
|
/drivers/thermal/intel/int340x_thermal/ |
D | processor_thermal_device.c | 223 u32 eax, edx; in get_tjmax() local 227 err = rdmsr_safe(MSR_IA32_TEMPERATURE_TARGET, &eax, &edx); in get_tjmax() 241 u32 eax, edx; in read_temp_msr() local 249 &edx); in read_temp_msr()
|
/drivers/platform/x86/ |
D | acer-wmi.c | 729 u32 edx; member 736 u32 edx; member 829 args.ecx = args.edx = 0; in AMW0_set_u32() 872 args.ebx = args.ecx = args.edx = 0; in AMW0_find_mailled() 935 args.ecx = args.edx = 0; in AMW0_set_capabilities()
|
D | toshiba_acpi.c | 2493 regs->edx, regs->esi, regs->edi }; in toshiba_acpi_smm_bridge() 2507 regs->edx = out[3]; in toshiba_acpi_smm_bridge()
|
/drivers/char/ |
D | toshiba.c | 441 tosh_sci = regs.edx & 0xffff; in tosh_probe()
|
/drivers/video/fbdev/ |
D | uvesafb.c | 373 task->t.regs.edx = 0x0001; in uvesafb_vbe_state_save() 404 task->t.regs.edx = 0x0002; in uvesafb_vbe_state_restore() 645 task->t.regs.ecx = task->t.regs.edx = 0; in uvesafb_vbe_getedid() 766 task->t.regs.edx = 0x0000; in uvesafb_vbe_getstatesize() 973 task->t.regs.edx = start; in uvesafb_setpalette()
|
/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()
|
/drivers/visorbus/ |
D | visorchipset.c | 1656 unsigned int eax, ebx, ecx, edx; in visorutil_spar_detect() local 1660 cpuid(UNISYS_VISOR_LEAF_ID, &eax, &ebx, &ecx, &edx); in visorutil_spar_detect() 1663 (edx == UNISYS_VISOR_ID_EDX); in visorutil_spar_detect()
|
/drivers/idle/ |
D | intel_idle.c | 1439 unsigned int eax, ebx, ecx, edx; in sklh_idle_state_table_update() local 1457 cpuid(7, &eax, &ebx, &ecx, &edx); in sklh_idle_state_table_update()
|