Home
last modified time | relevance | path

Searched refs:cx (Results 1 – 20 of 20) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/acpi/
A Dcpu_idle.c433 switch ( cx->entry_method ) in acpi_idle_do_entry()
441 inb(cx->address); in acpi_idle_do_entry()
525 power->last_state = cx; in update_last_cx_stat()
539 cx->usage++; in update_idle_stats()
571 if ( !cx ) in acpi_processor_idle()
609 switch ( cx->type ) in acpi_processor_idle()
868 cx->type); in acpi_processor_ffh_cstate_probe()
940 switch ( cx->type ) in check_cx()
1059 if ( ioports_deny_access(hardware_domain, cx->address, cx->address) ) in set_cx()
1070 cx->target_residency = cx->latency * latency_factor; in set_cx()
[all …]
A Dwakeup_prot.S26 SAVE_GREG(cx)
104 LOAD_GREG(cx)
131 DECLARE_GREG(cx)
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dvideo.S735 vesa2: pushw %cx
741 popw %cx
823 pushw %cx
827 divw %cx
842 popw %cx
863 pushw %cx
868 popw %cx
877 pushw %cx
886 popw %cx
893 pushw %cx
[all …]
A Dmem.S46 # or merely pass cx,dx though
52 cmpw $0x0, %cx # Kludge to handle BIOSes
56 movw %ax, %cx # seems to indicate AX/BX
A Dedd.S58 movw %cx, %ds:-6(%si) # store extensions
140 movw $1, %cx # cylinder 0, sector 0
A Dhead.S636 cmp $0x8000,%cx # any function @ 0x8000xxxx?
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dmwait-idle.c721 struct acpi_processor_cx *cx = NULL; in mwait_idle() local
729 cx = &power->states[next_state]; in mwait_idle()
732 cx = NULL; in mwait_idle()
735 if (!cx) { in mwait_idle()
759 eax = cx->address; in mwait_idle()
777 update_last_cx_stat(power, cx, before); in mwait_idle()
1173 struct acpi_processor_cx *cx; in mwait_idle_cpu_init() local
1208 cx = dev->states + dev->count; in mwait_idle_cpu_init()
1209 cx->type = state; in mwait_idle_cpu_init()
1210 cx->address = hint; in mwait_idle_cpu_init()
[all …]
/xen-4.10.0-shim-comet/tools/firmware/vgabios/
A Dclext.c720 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 Dvgabios.c558 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 Dvbe.c1283 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-4.10.0-shim-comet/tools/firmware/rombios/
A Dapmbios.S175 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 Drombios.c313 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-4.10.0-shim-comet/stubdom/
A Dnewlib.patch226 -#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-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dentry.S74 cmp %cx,VCPU_vm86_seg_mask(%rbx)
/xen-4.10.0-shim-comet/tools/firmware/rombios/32bit/
A Drombios_compat.h41 Bit16u bx, filler5, dx, filler6, cx, filler7, ax, filler8; member
/xen-4.10.0-shim-comet/tools/fuzz/
A DREADME.afl5 See also http://lcamtuf.coredump.cx/afl/
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dgconf.c893 gint cx, cy; in on_treeview2_button_press_event() local
895 gtk_tree_view_get_path_at_pos(view, tx, ty, &path, &column, &cx, in on_treeview2_button_press_event()
1009 gint cx, cy; in on_treeview1_button_press_event() local
1011 gtk_tree_view_get_path_at_pos(view, tx, ty, &path, &column, &cx, in on_treeview1_button_press_event()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dasm_defns.h345 LOAD_ONE_REG(cx, \compat)
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/
A Dx86_emulate.c1204 return (ad_bytes > 4) ? regs->r(cx) in get_loop_count()
1205 : (ad_bytes < 4) ? regs->cx : regs->ecx; in get_loop_count()
1214 regs->cx = count; in put_loop_count()
1216 regs->r(cx) = ad_bytes == 4 ? (uint32_t)count : count; in put_loop_count()
1947 case 1: p = &regs->r(cx); break; in decode_register()
5081 _regs.r(cx) = (uint32_t)msr_val; in x86_emulate()
5355 _regs.r(cx) = _regs.eip; in x86_emulate()
5839 _regs.r(sp) = op_bytes == 8 ? _regs.r(cx) : _regs.ecx; in x86_emulate()
6422 _regs.r(cx) = cpuid_leaf.c; in x86_emulate()
6927 aux->u64[1] = _regs.r(cx); in x86_emulate()
[all …]
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D10graphics.diff239 + movw %es, %cx
245 + movw %cx, %ax

Completed in 52 milliseconds