/xen/xen/arch/x86/acpi/ |
A D | cpu_idle.c | 501 inb(cx->address); in acpi_idle_do_entry() 649 cx->usage++; in update_idle_stats() 695 cx = NULL; in acpi_processor_idle() 697 if ( !cx ) in acpi_processor_idle() 741 switch ( cx->type ) in acpi_processor_idle() 1087 switch ( cx->type ) in check_cx() 1206 if ( ioports_deny_access(hardware_domain, cx->address, cx->address) ) in set_cx() 1217 cx->target_residency = cx->latency * latency_factor; in set_cx() 1221 if ( cx->type == ACPI_STATE_C1 || cx->type == ACPI_STATE_C2 ) in set_cx() 1425 cx = fam17; in amd_cpuidle_init() [all …]
|
/xen/xen/arch/x86/boot/ |
A D | video.S | 731 vesa2: pushw %cx 737 popw %cx 819 pushw %cx 823 divw %cx 838 popw %cx 859 pushw %cx 864 popw %cx 873 pushw %cx 882 popw %cx 889 pushw %cx [all …]
|
A D | mem.S | 45 # or merely pass cx,dx though 51 testw %cx, %cx # Kludge to handle BIOSes 55 movw %ax, %cx # seems to indicate AX/BX 59 movzwl %cx, %ecx
|
A D | edd.S | 58 movw %cx, %ds:-6(%si) # store extensions 140 movw $1, %cx # cylinder 0, sector 0
|
A D | head.S | 631 cmp $0x8000,%cx # any function @ 0x8000xxxx?
|
/xen/xen/arch/x86/cpu/ |
A D | mwait-idle.c | 756 cx = &power->states[next_state]; in mwait_idle() 757 } while ((cx->type > max_state || (cx->type == max_cstate && in mwait_idle() 761 cx = NULL; in mwait_idle() 765 if (!cx) { in mwait_idle() 796 cx = power->safe_state; in mwait_idle() 798 eax = cx->address; in mwait_idle() 1230 struct acpi_processor_cx *cx; in mwait_idle_cpu_init() local 1265 cx = dev->states + dev->count; in mwait_idle_cpu_init() 1266 cx->type = state; in mwait_idle_cpu_init() 1267 cx->address = hint; in mwait_idle_cpu_init() [all …]
|
/xen/tools/firmware/vgabios/ |
A D | clext.c | 720 push cx 744 pop cx 863 push cx 926 div cx 973 pop cx 979 push cx 986 pop cx 1253 push cx 1269 pop cx 1318 xor cx, cx [all …]
|
A D | vgabios.c | 558 xor cx,cx in display_string() 559 not cx in display_string() 564 not cx in display_string() 565 dec cx in display_string() 566 push cx in display_string() 572 pop cx in display_string() 1739 push cx 1771 pop cx 1778 push cx 1800 pop cx [all …]
|
A D | vbe.c | 1283 mov ax, cx 1311 mov cx, ax 1372 mov ax, cx 1380 mov cx, ax 1465 mov cx, # vesa_pm_end 1466 sub cx, di
|
/xen/tools/firmware/rombios/ |
A D | apmbios.S | 175 mov cx, #0x3 195 mov cx, #0xf000 // data segment address 206 mov cx, #0xf000 // 16 bit code segment base 242 cmp cx, #3 245 cmp cx, #2 248 cmp cx, #1 340 mov cx, #0
|
A D | rombios.c | 313 test cx, cx local 327 pop cx 355 test cx, cx local 374 pop cx 402 test cx, cx local 421 pop cx 9866 push cx 9883 pop cx 10117 push cx 10449 xor cx, cx [all …]
|
/xen/stubdom/ |
A D | newlib.patch | 226 -#define cx REG(cx) 301 +#define cx %cx 415 -#define cx REG(cx) 455 +#define cx %cx 545 -#define cx REG(cx) 585 +#define cx %cx
|
/xen/xen/include/asm-x86/ |
A D | indirect_thunk_asm.h | 27 .irp reg, ax, cx, dx, bx, bp, si, di, 8, 9, 10, 11, 12, 13, 14, 15
|
A D | asm_defns.h | 329 LOAD_ONE_REG(cx, \compat)
|
/xen/xen/arch/x86/ |
A D | indirect-thunk.S | 52 .irp reg, ax, cx, dx, bx, bp, si, di, 8, 9, 10, 11, 12, 13, 14, 15
|
/xen/xen/arch/x86/hvm/vmx/ |
A D | entry.S | 68 cmp %cx,VCPU_vm86_seg_mask(%rbx)
|
/xen/tools/firmware/rombios/32bit/ |
A D | rombios_compat.h | 41 Bit16u bx, filler5, dx, filler6, cx, filler7, ax, filler8; member
|
/xen/tools/fuzz/ |
A D | README.afl | 5 See also http://lcamtuf.coredump.cx/afl/
|
/xen/xen/tools/kconfig/ |
A D | gconf.c | 892 gint cx, cy; in on_treeview2_button_press_event() local 894 gtk_tree_view_get_path_at_pos(view, tx, ty, &path, &column, &cx, in on_treeview2_button_press_event() 1008 gint cx, cy; in on_treeview1_button_press_event() local 1010 gtk_tree_view_get_path_at_pos(view, tx, ty, &path, &column, &cx, in on_treeview1_button_press_event()
|
/xen/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.c | 1575 return (ad_bytes > 4) ? regs->r(cx) in get_loop_count() 1576 : (ad_bytes < 4) ? regs->cx : regs->ecx; in get_loop_count() 1585 regs->cx = count; in put_loop_count() 1587 regs->r(cx) = ad_bytes == 4 ? (uint32_t)count : count; in put_loop_count() 2332 offsetof(struct cpu_user_regs, r(cx)), 5842 _regs.r(cx) = (uint32_t)msr_val; in x86_emulate() 6117 _regs.r(cx) = _regs.eip; in x86_emulate() 6965 _regs.r(sp) = op_bytes == 8 ? _regs.r(cx) : _regs.ecx; in x86_emulate() 8108 _regs.r(cx) = cpuid_leaf.c; in x86_emulate() 8795 aux->u64[1] = _regs.r(cx); in x86_emulate() [all …]
|
/xen/xen/arch/x86/x86_64/ |
A D | entry.S | 384 mov %cx, TRAPBOUNCE_cs(%rdx)
|
/xen/stubdom/grub.patches/ |
A D | 10graphics.diff | 239 + movw %es, %cx 245 + movw %cx, %ax
|