Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/boot/
H A Dcopy.S19 pushw %si
20 pushw %di
23 pushw %cx
35 pushw %di
39 pushw %cx
50 pushw %ds
51 pushw %fs
59 pushw %es
60 pushw %fs
H A Dbioscall.S26 pushw %fs
27 pushw %gs
51 pushw %ds
52 pushw %es
53 pushw %fs
54 pushw %gs
H A Dheader.S577 pushw %ds
578 pushw $6f
/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c63 static void pushw(StackAccess *sa, uint16_t val) in pushw() function
720 pushw(&sa, error_code); in do_interrupt_protected()
834 pushw(&sa, env->segs[R_GS].selector); in do_interrupt_protected()
835 pushw(&sa, env->segs[R_FS].selector); in do_interrupt_protected()
836 pushw(&sa, env->segs[R_DS].selector); in do_interrupt_protected()
837 pushw(&sa, env->segs[R_ES].selector); in do_interrupt_protected()
839 pushw(&sa, env->segs[R_SS].selector); in do_interrupt_protected()
840 pushw(&sa, env->regs[R_ESP]); in do_interrupt_protected()
842 pushw(&sa, eflags); in do_interrupt_protected()
843 pushw(&sa, env->segs[R_CS].selector); in do_interrupt_protected()
[all …]
/openbmc/qemu/pc-bios/optionrom/
H A Dlinuxboot.S62 pushw %cx /* CS */
64 pushw %ax /* IP = 0 */
/openbmc/linux/arch/x86/kernel/
H A Dvm86_32.c423 #define pushw(base, ptr, val, err_label) \ macro
513 pushw(ssp, sp, get_vflags(regs), cannot_handle); in do_int()
514 pushw(ssp, sp, regs->pt.cs, cannot_handle); in do_int()
515 pushw(ssp, sp, IP(regs), cannot_handle); in do_int()
594 pushw(ssp, sp, get_vflags(regs), simulate_sigsegv); in handle_vm86_fault()
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c1596 static inline void pushw(struct vm86_regs *r, int val) in pushw() function
H A Dx86.csv1680 "PUSH imm16","PUSHW imm16","pushw imm16","68 iw","V","V","","operand16","r","Y",""
1681 "PUSH r/m16","PUSHW r/m16","pushw r/m16","FF /6","V","V","","operand16","r","Y","16"
1682 "PUSH r16op","PUSHW r16op","pushw r16op","50+rw","V","V","","operand16","r","Y","16"
1683 "PUSH CS","PUSHW/PUSHL/PUSHQ CS","pushw/pushl/pushq CS","0E","V","N.S.","","","r","Y",""
1684 "PUSH DS","PUSHW/PUSHL/PUSHQ DS","pushw/pushl/pushq DS","1E","V","N.S.","","","r","Y",""
1685 "PUSH ES","PUSHW/PUSHL/PUSHQ ES","pushw/pushl/pushq ES","06","V","N.S.","","","r","Y",""
1686 "PUSH FS","PUSHW/PUSHL/PUSHQ FS","pushw/pushl/pushq FS","0F A0","V","V","","operand16","r","Y",""
1687 "PUSH FS","PUSHW/PUSHL/PUSHQ FS","pushw/pushl/pushq FS","0F A0","N.S.","V","","default64","r","Y",""
1688 "PUSH FS","PUSHW/PUSHL/PUSHQ FS","pushw/pushl/pushq FS","0F A0","V","N.S.","","operand32","r","Y",""
1689 "PUSH GS","PUSHW/PUSHL/PUSHQ GS","pushw/pushl/pushq GS","0F A8","N.S.","V","","default64","r","Y",""
[all …]