Searched refs:cx (Results 101 - 125 of 157) sorted by relevance

1234567

/linux-master/drivers/cpufreq/
H A Dlonghaul.c71 static struct acpi_processor_cx *cx; variable in typeref:struct:acpi_processor_cx
327 do_powersaver(cx->address, mults_index, dir);
865 cx = &pr->power.states[ACPI_STATE_C3];
866 if (cx->address > 0 && cx->latency <= 1000)
/linux-master/arch/x86/coco/tdx/
H A Dtdx.c302 .r12 = regs->cx,
323 .r12 = regs->cx,
344 .r13 = regs->cx,
355 regs->ax = regs->bx = regs->cx = regs->dx = 0;
374 regs->cx = args.r14;
/linux-master/arch/x86/kernel/
H A Dapm_32.c1610 unsigned short cx; local
1621 !(error = apm_get_power_status(&bx, &cx, &dx))) {
1624 if ((cx & 0xff) != 0xff)
1625 percentage = cx & 0xff;
1628 battery_flag = (cx >> 8) & 0xff;
1691 unsigned short cx; local
1753 error = apm_get_power_status(&bx, &cx, &dx);
1791 if ((cx & 0xff) == 0xff)
1794 printk("%d%%\n", cx & 0xff);
1798 (cx >>
[all...]
H A Dasm-offsets.c51 OFFSET(IA32_SIGCONTEXT_cx, sigcontext_32, cx);
H A Dsignal_64.c63 regs->cx = sc.cx;
108 unsafe_put_user(regs->cx, &sc->cx, Efault);
H A Dprocess_32.c71 log_lvl, regs->ax, regs->bx, regs->cx, regs->dx);
H A Dkgdb.c50 { "cx", 4, offsetof(struct pt_regs, cx) },
66 { "cx", 8, offsetof(struct pt_regs, cx) },
/linux-master/arch/x86/kernel/kprobes/
H A Dcore.c572 match = ((*(u32 *)&regs->cx)--) != 0;
575 match = ((*(u64 *)&regs->cx)--) != 0;
578 match = ((*(u16 *)&regs->cx)--) != 0;
581 match = *(u32 *)(&regs->cx) == 0;
584 match = *(u64 *)(&regs->cx) == 0;
587 match = *(u16 *)(&regs->cx) == 0;
603 offsetof(struct pt_regs, cx),
/linux-master/arch/x86/mm/
H A Dpf_in.c248 rv = (unsigned char *)&regs->cx;
316 rv = 1 + (unsigned char *)&regs->cx;
344 rv = &regs->cx;
H A Dmmio-mod.c115 regs->ax, regs->bx, regs->cx, regs->dx);
120 regs->ax, regs->cx, regs->dx);
/linux-master/tools/perf/tests/shell/
H A Drecord.sh96 if ! perf record -o - --intr-regs=di,r8,dx,cx -e br_inst_retired.near_call \
/linux-master/arch/x86/entry/
H A Dentry_64.S824 cmpw %cx, 0x10(%rsp)
827 cmpw %cx, 0x18(%rsp)
830 cmpw %cx, 0x20(%rsp)
833 cmpw %cx, 0x28(%rsp)
H A Dcommon.c102 if (unlikely(regs->cx != regs->ip || regs->r11 != regs->flags))
/linux-master/fs/orangefs/
H A Dsuper.c132 struct orangefs_cached_xattr *cx; local
136 hash_for_each_safe(orangefs_inode->xattr_cache, i, tmp, cx, node) {
137 hlist_del(&cx->node);
138 kfree(cx);
/linux-master/arch/x86/kernel/cpu/
H A Dvmware.c490 ghcb_set_rcx(ghcb, regs->cx);
508 regs->cx = ghcb_get_rcx(ghcb);
/linux-master/include/acpi/
H A Dprocessor.h280 struct acpi_processor_cx *cx,
292 struct acpi_processor_cx *cx,
291 acpi_processor_ffh_cstate_probe(unsigned int cpu, struct acpi_processor_cx *cx, struct acpi_power_register *reg) argument
/linux-master/drivers/idle/
H A Dintel_idle.c1602 struct acpi_processor_cx *cx = &acpi_state_table.states[cstate]; local
1604 if (cx->entry_method != ACPI_CSTATE_FFH)
1654 struct acpi_processor_cx *cx; local
1660 cx = &acpi_state_table.states[cstate];
1665 strscpy(state->desc, cx->desc, CPUIDLE_DESC_LEN);
1666 state->exit_latency = cx->latency;
1676 state->target_residency = cx->latency;
1677 if (cx->type > ACPI_STATE_C1)
1680 state->flags = MWAIT2flg(cx->address);
1681 if (cx
[all...]
/linux-master/arch/x86/boot/
H A Dheader.S584 movw $_end+3, %cx
586 subw %di, %cx
587 shrw $2, %cx
/linux-master/drivers/hid/
H A Dhid-multitouch.c100 __s32 *x, *y, *cx, *cy, *p, *w, *h, *a; member in struct:mt_usages
538 usage->cx = DEFAULT_ZERO;
747 MT_STORE_FIELD(cx);
1092 int cx; local
1132 cx = hdev->quirks & HID_QUIRK_X_INVERT ?
1133 input_abs_get_max(input, ABS_MT_POSITION_X) - *slot->cx :
1134 *slot->cx;
1141 input_event(input, EV_ABS, ABS_MT_TOOL_X, cx);
/linux-master/drivers/media/pci/cx18/
H A Dcx18-scb.h264 void cx18_init_scb(struct cx18 *cx);
/linux-master/drivers/mtd/maps/
H A Dvmu-flash.c359 unsigned char cx; local
400 cx = vmu_flash_read_char(from + index, &retval, mtd);
404 return cx;
406 memset(buf + index, cx, 1);
/linux-master/arch/x86/include/asm/
H A Dsyscall_wrapper.h72 SYSCALL_PT_ARG1(m, t1), m(t2, (regs->cx))
/linux-master/arch/x86/um/
H A Dsignal.c181 GETREG(CX, cx);
260 PUTREG(CX, cx);
/linux-master/arch/x86/events/intel/
H A Dds.c30 u32 ax, bc, cx, dx;
381 u64 ax, bx, cx, dx; member in struct:pebs_record_core
389 u64 ax, bx, cx, dx; member in struct:pebs_record_nhm
401 u64 ax, bx, cx, dx; member in struct:pebs_record_hsw
430 u64 ax, bx, cx, dx; member in struct:pebs_record_skl
1680 regs->cx = pebs->cx;
1767 regs->cx = gprs->cx;
/linux-master/arch/x86/math-emu/
H A Dget_address.c34 offsetof(struct pt_regs, cx),

Completed in 585 milliseconds

1234567