Home
last modified time | relevance | path

Searched refs:popw (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/x86/boot/
H A Dcopy.S26 popw %cx
29 popw %di
30 popw %si
42 popw %cx
45 popw %di
52 popw %ds
54 popw %ds
61 popw %es
63 popw %es
H A Dbioscall.S39 popw %gs
40 popw %fs
41 popw %es
42 popw %ds
75 popw %gs
76 popw %fs
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-vm86.S28 popw %dx
34 popw %dx
58 popw %dx
H A Dx86.csv1563 "POP r/m16","POPW r/m16","popw r/m16","8F /0","V","V","","operand16","w","Y","16"
1564 "POP r16op","POPW r16op","popw r16op","58+rw","V","V","","operand16","w","Y","16"
1565 "POP DS","POPW/POPL/POPQ DS","popw/popl/popq DS","1F","V","N.S.","","","w","Y",""
1566 "POP ES","POPW/POPL/POPQ ES","popw/popl/popq ES","07","V","N.S.","","","w","Y",""
1567 "POP FS","POPW/POPL/POPQ FS","popw/popl/popq FS","0F A1","N.S.","V","","default64","w","Y",""
1568 "POP FS","POPW/POPL/POPQ FS","popw/popl/popq FS","0F A1","V","N.S.","","operand32","w","Y",""
1569 "POP FS","POPW/POPL/POPQ FS","popw/popl/popq FS","0F A1","V","V","","operand16","w","Y",""
1570 "POP GS","POPW/POPL/POPQ GS","popw/popl/popq GS","0F A9","N.S.","V","","default64","w","Y",""
1571 "POP GS","POPW/POPL/POPQ GS","popw/popl/popq GS","0F A9","V","V","","operand16","w","Y",""
1572 "POP GS","POPW/POPL/POPQ GS","popw/popl/popq GS","0F A9","V","N.S.","","operand32","w","Y",""
[all …]
/openbmc/linux/arch/x86/kernel/
H A Dvm86_32.c460 #define popw(base, ptr, err_label) \ macro
608 newflags = popw(ssp, sp, simulate_sigsegv); in handle_vm86_fault()
647 newip = popw(ssp, sp, simulate_sigsegv); in handle_vm86_fault()
648 newcs = popw(ssp, sp, simulate_sigsegv); in handle_vm86_fault()
649 newflags = popw(ssp, sp, simulate_sigsegv); in handle_vm86_fault()
/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c77 static uint16_t popw(StackAccess *sa) in popw() function
1947 new_eip = popw(&sa); in helper_iret_real()
1948 new_cs = popw(&sa); in helper_iret_real()
1949 new_eflags = popw(&sa); in helper_iret_real()
2046 new_eip = popw(&sa); in helper_ret_protected()
2047 new_cs = popw(&sa); in helper_ret_protected()
2049 new_eflags = popw(&sa); in helper_ret_protected()
2107 new_esp = popw(&sa); in helper_ret_protected()
2108 new_ss = popw(&sa); in helper_ret_protected()