Home
last modified time | relevance | path

Searched refs:pushw (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/arch/i386/boot/
Dsetup.S414 pushw %ax
418 pushw %cx
462 pushw %ds
562 pushw %es
563 pushw %ds
944 pushw %cx
945 pushw %si
946 pushw %bx
951 pushw %cs
996 pushw %cs
[all …]
Dbootsect.S175 pushw %ax # save it
181 pushw $SYSSEG
289 pushw %dx # save for error dump
290 pushw %cx
291 pushw %bx
292 pushw %ax
324 pushw %ax # save error code
349 pushw %cx # save count remaining
Dvideo.S110 video: pushw %ds # We use different segments
111 pushw %ds # FS contains original DS
113 pushw %cs # DS is equal to CS
115 pushw %cs # ES is equal to CS
714 pushw %dx
786 pushw %ds # Store the screen
828 pushw %ax
843 pushw %es
848 res6: pushw %si
849 pushw %di
[all …]
/linux-2.4.37.9/arch/x86_64/boot/
Dbootsect.S175 pushw %ax # save it
181 pushw $SYSSEG
289 pushw %dx # save for error dump
290 pushw %cx
291 pushw %bx
292 pushw %ax
324 pushw %ax # save error code
349 pushw %cx # save count remaining
Dvideo.S109 video: pushw %ds # We use different segments
110 pushw %ds # FS contains original DS
112 pushw %cs # DS is equal to CS
114 pushw %cs # ES is equal to CS
713 pushw %dx
777 pushw %ds # Store the screen
819 pushw %ax
834 pushw %es
839 res6: pushw %si
840 pushw %di
[all …]
Dsetup.S285 pushw %ds
395 pushw %ds # data record.
/linux-2.4.37.9/arch/i386/kernel/
Dvm86.c389 #define pushw(base, ptr, val, err_label) \ macro
477 pushw(ssp, sp, get_vflags(regs), cannot_handle); in do_int()
478 pushw(ssp, sp, regs->cs, cannot_handle); in do_int()
479 pushw(ssp, sp, IP(regs), cannot_handle); in do_int()
560 pushw(ssp, sp, get_vflags(regs), simulate_sigsegv); in handle_vm86_fault()