Searched defs:cx (Results 1 - 16 of 16) sorted by relevance

/arch/x86/include/asm/
H A Dapm.h51 int cx, dx, si; local
66 : "=a" (*eax), "=b" (error), "=c" (cx), "=d" (dx),
H A Dsigcontext.h18 unsigned long cx; member in struct:sigcontext
55 unsigned long cx; member in struct:sigcontext
H A Dptrace.h13 unsigned long cx; member in struct:pt_regs
46 unsigned long cx; member in struct:pt_regs
H A Duser_32.h79 unsigned long cx; member in struct:user_regs_struct
H A Duser_64.h80 unsigned long cx; member in struct:user_regs_struct
H A Dprocessor.h221 unsigned long cx; member in struct:x86_hw_tss
/arch/arm/mach-omap2/
H A Dcpuidle34xx.c113 struct omap3_idle_statedata *cx = &omap3_idle_data[index]; local
119 if (cx->flags & OMAP_CPUIDLE_CX_NO_CLKDM_IDLE) {
122 pwrdm_set_next_pwrst(mpu_pd, cx->mpu_state);
123 pwrdm_set_next_pwrst(core_pd, cx->core_state);
130 if (cx->mpu_state == PWRDM_POWER_OFF)
140 if (cx->mpu_state == PWRDM_POWER_OFF &&
145 if (cx->flags & OMAP_CPUIDLE_CX_NO_CLKDM_IDLE)
169 struct omap3_idle_statedata *cx = &omap3_idle_data[index]; local
187 if ((cx->mpu_state >= mpu_deepest_state) &&
188 (cx
222 struct omap3_idle_statedata *cx; local
[all...]
H A Dcpuidle44xx.c85 struct idle_statedata *cx = state_ptr + index; local
112 mpuss_can_lose_context = (cx->mpu_state == PWRDM_POWER_RET) &&
113 (cx->mpu_logic_state == PWRDM_POWER_OFF);
124 pwrdm_set_logic_retst(mpu_pd, cx->mpu_logic_state);
125 omap_set_pwrdm_state(mpu_pd, cx->mpu_state);
135 omap4_enter_lowpower(dev->cpu, cx->cpu_state);
/arch/x86/kernel/acpi/
H A Dcstate.c74 struct acpi_processor_cx *cx = _cx; local
84 cstate_type = ((cx->address >> MWAIT_SUBSTATE_SIZE) &
92 pr_warn(FW_BUG "ACPI MWAIT C-state 0x%x not supported by HW (0x%x)\n", cx->address, edx_part);
108 "state\n", cx->type);
110 snprintf(cx->desc,
112 cx->address);
118 struct acpi_processor_cx *cx, struct acpi_power_register *reg)
131 percpu_entry->states[cx->index].eax = 0;
132 percpu_entry->states[cx->index].ecx = 0;
136 retval = work_on_cpu(cpu, acpi_processor_ffh_cstate_probe_cpu, cx);
117 acpi_processor_ffh_cstate_probe(unsigned int cpu, struct acpi_processor_cx *cx, struct acpi_power_register *reg) argument
155 acpi_processor_ffh_cstate_enter(struct acpi_processor_cx *cx) argument
[all...]
/arch/x86/include/uapi/asm/
H A Dsigcontext32.h63 unsigned int cx; member in struct:sigcontext_ia32
/arch/x86/kvm/
H A Dtss.h45 u16 cx; member in struct:tss_segment_16
/arch/x86/boot/
H A Dboot.h253 u16 cx, hcx; member in struct:biosregs::__anon3029::__anon3031
/arch/x86/kernel/cpu/
H A Dperf_event_intel_ds.c22 u32 ax, bc, cx, dx;
182 u64 ax, bx, cx, dx; member in struct:pebs_record_core
190 u64 ax, bx, cx, dx; member in struct:pebs_record_nhm
202 u64 ax, bx, cx, dx; member in struct:pebs_record_hsw
/arch/x86/lguest/
H A Dboot.c419 unsigned int *cx, unsigned int *dx)
423 native_cpuid(ax, bx, cx, dx);
441 *cx &= 0x00002201;
465 *bx = *cx = *dx = 0;
418 lguest_cpuid(unsigned int *ax, unsigned int *bx, unsigned int *cx, unsigned int *dx) argument
/arch/x86/kernel/
H A Dapm_32.c1638 unsigned short cx; local
1649 !(error = apm_get_power_status(&bx, &cx, &dx))) {
1652 if ((cx & 0xff) != 0xff)
1653 percentage = cx & 0xff;
1656 battery_flag = (cx >> 8) & 0xff;
1731 unsigned short cx; local
1793 error = apm_get_power_status(&bx, &cx, &dx);
1831 if ((cx & 0xff) == 0xff)
1834 printk("%d%%\n", cx & 0xff);
1838 (cx >>
[all...]
/arch/x86/xen/
H A Denlighten.c299 unsigned int *cx, unsigned int *dx)
320 *cx = cpuid_leaf5_ecx_val;
338 "=c" (*cx),
340 : "0" (*ax), "2" (*cx));
343 *cx &= maskecx;
344 *cx |= setecx;
358 unsigned int ax, bx, cx, dx; local
380 cx = 0;
382 native_cpuid(&ax, &bx, &cx, &dx);
387 if ((cx
298 xen_cpuid(unsigned int *ax, unsigned int *bx, unsigned int *cx, unsigned int *dx) argument
422 unsigned int ax, bx, cx, dx; local
[all...]

Completed in 311 milliseconds