/xen/xen/arch/x86/boot/ |
A D | video.S | 665 orw %di, %di 670 movw $0x50,2(%di) 671 movw $0x19,4(%di) 672 movw $0x00,6(%di) 673 addw $8,%di 699 leaw vesa_glob_info, %di 702 movw %di, %si 703 movw %bp, %di 891 pushw %di 904 xorw %di, %di # Report Capability [all …]
|
A D | mem.S | 10 movw $bootsym(bios_e820map), %di # point into the whitelist
|
/xen/tools/firmware/etherboot/patches/ |
A D | boot_prompt_option.patch | 10 xorw %di, %di 17 xorw %di, %di
|
/xen/tools/libxc/ |
A D | xc_cpuid_x86.c | 287 xc_dominfo_t di; in xc_cpuid_xend_policy() local 297 if ( xc_domain_getinfo(xch, domid, 1, &di) != 1 || in xc_cpuid_xend_policy() 298 di.domid != domid ) in xc_cpuid_xend_policy() 341 PERROR("Failed to obtain %s max policy", di.hvm ? "hvm" : "pv"); in xc_cpuid_xend_policy() 434 xc_dominfo_t di; in xc_cpuid_apply_policy() local 442 if ( xc_domain_getinfo(xch, domid, 1, &di) != 1 || in xc_cpuid_apply_policy() 443 di.domid != domid ) in xc_cpuid_apply_policy() 486 PERROR("Failed to obtain %s default policy", di.hvm ? "hvm" : "pv"); in xc_cpuid_apply_policy() 508 if ( di.hvm ) in xc_cpuid_apply_policy() 559 if ( di.hvm ) in xc_cpuid_apply_policy() [all …]
|
/xen/tools/firmware/vgabios/ |
A D | clext.c | 758 mov di, bx 787 mov bp, di 814 mov di, bp 848 mov di, bp variable 866 mov bp, di 872 push di 877 pop di 955 push di 956 mov di, bp 961 pop di [all …]
|
A D | vgabios.c | 557 mov di,si in display_string() 3417 push di 3425 mov di, ax local 3432 pop di 3455 push di 3463 mov di, ax local 3470 pop di 3494 push di 3516 pop di 3540 push di [all …]
|
A D | vbe.c | 193 mov ax, di 1462 mov di, #0xc000 1463 mov es, di 1464 mov di, # vesa_pm_start 1466 sub cx, di
|
/xen/tools/tests/x86_emulator/ |
A D | simd-sg.c | 74 # define di 3di macro 103 # define gather(reg, mem, idx, msk, scl) BG(v16si, di, reg, mem, (idi_t)(idx), msk, scl) 106 # define gather(reg, mem, idx, msk, scl) (vec_t)(BG(v8di, di, (vdi_t)(reg), mem, (idi_t)(idx), ms… 109 # define gather(reg, mem, idx, msk, scl) BG(v16sf, di, reg, mem, (idi_t)(idx), msk, scl) 112 # define gather(reg, mem, idx, msk, scl) BG(v8df, di, reg, mem, (idi_t)(idx), msk, scl)
|
/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 | 332 LOAD_ONE_REG(di, \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/tools/firmware/rombios/ |
A D | rombios.c | 310 push di 325 pop di 350 push di 372 pop di 397 push di 419 pop di 4137 xor di, di 9868 push di 9881 pop di 10666 push di [all …]
|
A D | apmbios.S | 196 mov di, #0xfff0 // data segment length 211 mov di, #0xfff0 // data segment length
|
/xen/tools/firmware/rombios/32bit/tcgbios/ |
A D | tcgbios.c | 1446 regs->u.r16.di), in TCGInterruptHandler() 1459 regs->u.r16.di), in TCGInterruptHandler() 1477 regs->u.r16.di), in TCGInterruptHandler() 1490 regs->u.r16.di), in TCGInterruptHandler() 1502 regs->u.r16.di), in TCGInterruptHandler() 1514 regs->u.r16.di), in TCGInterruptHandler()
|
/xen/tools/firmware/rombios/32bit/ |
A D | rombios_compat.h | 40 Bit16u di, filler1, si, filler2, bp, filler3, sp, filler4; member
|
/xen/xen/include/public/arch-x86/ |
A D | xen-x86_32.h | 139 __DECL_REG_LO16(di);
|
A D | xen-x86_64.h | 194 __DECL_REG_LO8(di);
|
/xen/stubdom/grub.patches/ |
A D | 61btrfs.diff | 3110 + struct btrfs_dir_item *di; 3144 + di = btrfs_item_ptr(&path->nodes[0], 3187 + btrfs_dir_item_key(&path->nodes[0], di, &location); 3189 + name_len = btrfs_dir_name_len(&path->nodes[0], di); 3190 + data_len = btrfs_dir_data_len(&path->nodes[0], di); 3195 + (unsigned long)(di + 1)); 3221 + di, sd_key); 3224 + len = sizeof(*di) + name_len + data_len; 3225 + di = (struct btrfs_dir_item *)((char *)di + len);
|
A D | 10graphics.diff | 95 + mov $0xA000, %ax /* video in es:di */ 105 + mov %ax, %di 117 + movb %al, %es:(%di) /* write to video */ 118 + add %bx, %di
|
/xen/tools/golang/xenlight/ |
A D | xenlight.go | 1017 func (Ctx *Context) DomainInfo(Id Domid) (di *Dominfo, err error) { 1029 err = di.fromC(&cdi)
|
/xen/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.c | 2338 offsetof(struct cpu_user_regs, r(di)), 3385 ea.mem.off = state->regs->bx + state->regs->di; in x86_decode() 3393 ea.mem.off = state->regs->bp + state->regs->di; in x86_decode() 3399 ea.mem.off = state->regs->di; in x86_decode() 4280 register_address_adjust(_regs.r(di), nr_reps * dst.bytes); in x86_emulate() 4619 register_address_adjust(_regs.r(di), nr_reps * dst.bytes); in x86_emulate() 4637 register_address_adjust(_regs.r(di), src.bytes); in x86_emulate() 4652 dst.mem.off = truncate_ea(_regs.r(di)); in x86_emulate() 4663 register_address_adjust(_regs.r(di), nr_reps * dst.bytes); in x86_emulate() 4686 register_address_adjust(_regs.r(di), src.bytes); in x86_emulate() [all …]
|
/xen/docs/ |
A D | configure | 1153 ac_ls_di=`ls -di .` && 1154 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
|
/xen/ |
A D | configure | 1165 ac_ls_di=`ls -di .` && 1166 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
|
/xen/xen/arch/x86/x86_64/ |
A D | entry.S | 895 GET_CPUINFO_FIELD(guest_cpu_user_regs,di)
|
/xen/stubdom/ |
A D | configure | 1193 ac_ls_di=`ls -di .` && 1194 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
|