/xen/tools/firmware/vgabios/ |
A D | clext.c | 422 pop si 475 xor si, si 488 pop si 561 xor si, si 569 pop si 849 pop si 939 pop si 974 pop si 1034 xor si, si 1040 pop si [all …]
|
A D | vgabios.c | 534 mov si,#vgabios_name in display_info() local 536 mov si,#vgabios_version in display_info() local 541 ;;mov si,#crlf in display_info() local 557 mov di,si in display_string() 575 mov bp,si in display_string() 3496 push si 3508 mov si, ax 3514 pop si 3542 push si 3554 mov si, ax [all …]
|
A D | vbe.c | 735 mov si, #_vbebios_info_string 740 mov si, #_no_vbebios_info_string
|
/xen/xen/arch/x86/boot/ |
A D | edd.S | 44 movw $bootsym(boot_edd_info)+EDDEXTSIZE, %si 56 movb %dl, %ds:-8(%si) # store device number 57 movb %ah, %ds:-7(%si) # store version 58 movw %cx, %ds:-6(%si) # store extensions 62 movw $EDDPARMSIZE, %ds:(%si) # put size 63 movw $0x0, %ds:2(%si) # work around buggy BIOSes 70 movw %ax, %ds:-4(%si) 71 movw %ax, %ds:-2(%si) 144 movw %es:0x1fe(%bx), %si 150 cmpw $0xaa55, %si
|
A D | video.S | 675 leaw bootsym(vga_modes), %si # All modes for std VGA 683 mtab1: leaw modelist, %si # SI=mode list, DI=list end 702 movw %di, %si 707 cmpw $0x4556, (%si) # 'VE' 710 cmpw $0x4153, 2(%si) # 'SA' 715 lgsw 0xe(%si), %si # GS:SI=mode list 842 # Routine to print asciiz string at ds:si
|
/xen/xen/arch/x86/pv/ |
A D | dom0_build.c | 301 start_info_t *si; in dom0_construct_pv() local 749 clear_page(si); in dom0_construct_pv() 750 si->nr_pages = nr_pages; in dom0_construct_pv() 759 si->pt_base = vpt_start; in dom0_construct_pv() 760 si->nr_pt_frames = nr_pt_pages; in dom0_construct_pv() 761 si->mfn_list = vphysmap_start; in dom0_construct_pv() 762 snprintf(si->magic, sizeof(si->magic), "xen-3.0-x86_%d%s", in dom0_construct_pv() 795 si->first_p2m_pfn = pfn; in dom0_construct_pv() 839 si->mod_len = initrd_len; in dom0_construct_pv() 842 memset(si->cmd_line, 0, sizeof(si->cmd_line)); in dom0_construct_pv() [all …]
|
A D | shim.c | 205 start_info_t *si) in pv_shim_setup_dom() argument 244 si->console.domU.mfn = mfn_x(console_mfn); in pv_shim_setup_dom() 281 snprintf(si->magic, sizeof(si->magic), "xen-3.0-x86_%s", in write_start_info() 283 si->nr_pages = domain_tot_pages(d); in write_start_info() 284 si->shared_info = virt_to_maddr(d->shared_info); in write_start_info() 285 si->flags = 0; in write_start_info() 288 si->store_evtchn = param; in write_start_info() 290 si->console.domU.evtchn = param; in write_start_info() 294 &si->console.domU.mfn) ) in write_start_info() 298 xlat_start_info(si, XLAT_start_info_console_domU); in write_start_info() [all …]
|
/xen/xen/include/asm-x86/pv/ |
A D | shim.h | 37 start_info_t *si); 56 start_info_t *si) in pv_shim_setup_dom() argument
|
/xen/tools/tests/x86_emulator/ |
A D | simd-sg.c | 73 # define si 3si macro 89 # define gather(reg, mem, idx, msk, scl) BG(v16si, si, reg, mem, idx, msk, scl) 92 # define gather(reg, mem, idx, msk, scl) (vec_t)(BG(v8di, si, (vdi_t)(reg), mem, idx, msk, scl)) 95 # define gather(reg, mem, idx, msk, scl) BG(v16sf, si, reg, mem, idx, msk, scl) 98 # define gather(reg, mem, idx, msk, scl) BG(v8df, si, reg, mem, 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 | 331 LOAD_ONE_REG(si, \compat)
|
/xen/tools/ocaml/xenstored/ |
A D | disk.ml | 119 let si = if String.contains s '=' then 123 let pi = String.rindex_from s si '{' in 129 (si + 2, len); ] s in
|
/xen/tools/firmware/etherboot/patches/ |
A D | boot_prompt_option.patch | 9 movw $init_message_prompt, %si
|
/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 | 370 pop si 417 pop si 4136 xor si, si 9571 dec si 9592 dec si 9755 dec si 9778 dec si 9867 push si 9882 pop si 10667 push si [all …]
|
A D | apmbios.S | 194 mov si, #0xfff0 // 16 bit code segment size 302 mov si, #0 // zero battery
|
/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 | 138 __DECL_REG_LO16(si);
|
A D | xen-x86_64.h | 193 __DECL_REG_LO8(si);
|
/xen/tools/firmware/rombios/32bit/tcgbios/ |
A D | tcgbios.c | 1449 regs->u.r16.si), in TCGInterruptHandler() 1462 regs->u.r16.si), in TCGInterruptHandler() 1480 regs->u.r16.si), in TCGInterruptHandler() 1493 regs->u.r16.si), in TCGInterruptHandler() 1504 regs->u.r16.si), in TCGInterruptHandler()
|
/xen/stubdom/grub.patches/ |
A D | 10graphics.diff | 98 + movw $ABS(cursorY), %si 99 + mov %ds:(%si), %bx 101 + movw $ABS(cursorX), %si 102 + mov %ds:(%si), %bx 107 + movw $ABS(cursorBuf), %si /* fontBuf in ds:si */ 114 + movb %ds:(%si), %al 119 + inc %si 128 + mov $ABS(cursorCount), %si 129 + mov %ds:(%si), %ax 131 + mov %ax, %ds:(%si) [all …]
|
/xen/xen/arch/x86/x86_64/compat/ |
A D | entry.S | 257 movw %si,TRAPBOUNCE_cs(%rdx)
|
/xen/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.c | 1604 if ( using_si ) _regs.r(si) = _regs.esi; \ 2337 offsetof(struct cpu_user_regs, r(si)), 3382 ea.mem.off = state->regs->bx + state->regs->si; in x86_decode() 3389 ea.mem.off = state->regs->bp + state->regs->si; in x86_decode() 3396 ea.mem.off = state->regs->si; in x86_decode() 4323 register_address_adjust(_regs.r(si), nr_reps * dst.bytes); in x86_emulate() 4618 register_address_adjust(_regs.r(si), nr_reps * dst.bytes); in x86_emulate() 4631 if ( (rc = read_ulong(ea.mem.seg, truncate_ea(_regs.r(si)), in x86_emulate() 4636 register_address_adjust(_regs.r(si), dst.bytes); in x86_emulate() 4672 if ( (rc = read_ulong(ea.mem.seg, truncate_ea(_regs.r(si)), in x86_emulate() [all …]
|