/linux-4.1.27/arch/x86/include/asm/ |
H A D | apm.h | 19 "popl %%es\n\t" \ 20 "popl %%ds\n\t" 39 "popl %%ebp\n\t" apm_bios_call_asm() 40 "popl %%edi\n\t" apm_bios_call_asm() 63 "popl %%ebp\n\t" apm_bios_call_simple_asm() 64 "popl %%edi\n\t" apm_bios_call_simple_asm()
|
H A D | irqflags.h | 187 popl %edx; \ 188 popl %ecx; \ 189 popl %eax;
|
H A D | dwarf2.h | 138 popl \reg 143 popl %\reg
|
H A D | switch_to.h | 51 "popl %%ebp\n\t" /* restore EBP */ \
|
H A D | kexec.h | 112 asm volatile("pushfl; popl %0" :"=m"(newregs->flags)); crash_setup_regs()
|
H A D | paravirt.h | 731 #define PV_RESTORE_REGS "popl %edx; popl %ecx;" 735 #define PV_RESTORE_ALL_CALLER_REGS "popl %ecx;"
|
H A D | processor.h | 558 "popl %0;" native_set_iopl_mask()
|
/linux-4.1.27/arch/x86/kernel/kprobes/ |
H A D | common.h | 58 " popl %ebx\n" \ 59 " popl %ecx\n" \ 60 " popl %edx\n" \ 61 " popl %esi\n" \ 62 " popl %edi\n" \ 63 " popl %ebp\n" \ 64 " popl %eax\n" \
|
/linux-4.1.27/arch/x86/math-emu/ |
H A D | wm_shrx.S | 54 popl %ebx 55 popl %esi 70 popl %esi 84 popl %esi 92 popl %esi 144 popl %ebx 145 popl %esi 161 popl %ebx 162 popl %esi 187 popl %ebx 188 popl %esi 201 popl %ebx 202 popl %esi
|
H A D | shr_Xsig.S | 44 popl %ebx 45 popl %esi 61 popl %esi 76 popl %esi 85 popl %esi
|
H A D | round_Xsig.S | 77 popl %esi 78 popl %ebx 137 popl %esi 138 popl %ebx
|
H A D | reg_round.S | 431 popl %ebx /* adjust the stack pointer */ 435 popl %ebx 436 popl %edi 437 popl %esi 450 popl %eax 451 popl %edx 462 popl %eax 463 popl %edx 503 popl %ecx 524 popl %ecx 544 popl %ecx 553 popl %ecx 607 popl %eax 608 popl %eax 620 popl %eax 625 popl %eax 626 popl %eax 657 popl %eax 658 popl %eax 667 popl %ebx 673 popl %ebx 680 popl %ebx 686 popl %ebx 692 popl %ebx 698 popl %ebx 704 popl %ebx
|
H A D | reg_u_mul.S | 142 popl %ebx 143 popl %edi 144 popl %esi
|
H A D | polynom_Xsig.S | 131 popl %ebx 132 popl %edi 133 popl %esi
|
H A D | reg_norm.S | 72 popl %ebx 137 popl %ebx 145 popl %ebx
|
H A D | reg_u_add.S | 162 popl %ebx 163 popl %edi 164 popl %esi
|
H A D | reg_u_sub.S | 268 popl %ebx 269 popl %edi 270 popl %esi
|
H A D | div_Xsig.S | 338 popl %ebx 339 popl %edi 340 popl %esi
|
H A D | reg_u_div.S | 465 popl %ebx 466 popl %edi 467 popl %esi
|
/linux-4.1.27/arch/x86/boot/compressed/ |
H A D | efi_stub_32.S | 40 1: popl %edx 49 popl %ecx 52 popl %ecx 67 1: popl %edx
|
H A D | head_32.S | 47 1: popl %esi 50 popl %ecx 52 popl %ecx 64 popl %ecx 71 popl %ecx 72 popl %edx 75 1: popl %esi 128 1: popl %ebp 172 popl %esi
|
H A D | head_64.S | 70 1: popl %ebp 204 popl %ecx 205 popl %edx 206 popl %esi
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | relocate_kernel_32.S | 166 popl %edx 176 popl %ebx 208 popl %ebp 209 popl %edi 210 popl %esi 211 popl %ebx 270 popl %esi 271 popl %edi 272 popl %ebx 273 popl %ebp
|
H A D | entry_32.S | 1053 popl %edx 1054 popl %ecx 1055 popl %eax 1113 popl %ebx 1114 popl %ecx 1115 popl %edx 1116 popl %esi 1117 popl %edi 1118 popl %ebp 1119 popl %eax 1120 popl %ds 1121 popl %es 1122 popl %fs 1123 popl %gs 1160 popl %edx 1161 popl %ecx 1162 popl %eax 1178 popl %edx 1179 popl %ecx 1180 popl %eax 1191 popl %edx 1192 popl %eax
|
H A D | verify_cpu.S | 43 popl %eax 49 popl %eax
|
H A D | head_32.S | 348 popl %eax # get EFLAGS 644 popl %ds 645 popl %es 646 popl %edx 647 popl %ecx 648 popl %eax
|
H A D | vm86_32.c | 493 #define popl(base, ptr, err_label) \ macro 632 newflags = popl(ssp, sp, simulate_sigsegv); handle_vm86_fault() 667 newip = popl(ssp, sp, simulate_sigsegv); handle_vm86_fault() 668 newcs = popl(ssp, sp, simulate_sigsegv); handle_vm86_fault() 669 newflags = popl(ssp, sp, simulate_sigsegv); handle_vm86_fault()
|
H A D | signal.c | 256 0xb858, /* popl %eax; movl $..., %eax */ 311 * This is popl %eax ; movl $__NR_sigreturn, %eax ; int $0x80 __setup_frame()
|
/linux-4.1.27/arch/x86/platform/olpc/ |
H A D | xo1-wakeup.S | 69 popl %edx 77 popl saved_context_eflags
|
/linux-4.1.27/drivers/lguest/x86/ |
H A D | switcher_32.S | 173 popl %eax 174 popl %ebx 175 popl %ecx 176 popl %edx 177 popl %esi 178 popl %edi 179 popl %ebp 180 popl %gs 181 popl %fs 182 popl %ds 183 popl %es 255 popl %ebp; \ 256 popl %fs; \ 257 popl %gs; \ 258 popl %ds; \ 259 popl %es
|
/linux-4.1.27/arch/x86/um/ |
H A D | setjmp_32.S | 27 popl %ecx # Return address, and adjust the stack
|
H A D | checksum_32.S | 114 popl %ebx 115 popl %esi 212 popl %ebx 213 popl %esi
|
H A D | signal.c | 398 * This is popl %eax ; movl $,%eax ; int $0x80 setup_signal_stack_sc()
|
/linux-4.1.27/drivers/pnp/pnpbios/ |
H A D | bioscalls.c | 122 "popl %%gs\n\t" call_pnp_bios() 123 "popl %%fs\n\t" call_pnp_bios() 124 "popl %%es\n\t" call_pnp_bios() 125 "popl %%ds\n\t" call_pnp_bios() 126 "popl %%esi\n\t" call_pnp_bios() 127 "popl %%edi\n\t" call_pnp_bios() 128 "popl %%ebp\n\t":"=a"(status) call_pnp_bios()
|
/linux-4.1.27/arch/x86/vdso/vdso32/ |
H A D | sigreturn.S | 24 popl %eax /* XXX does this mean it needs unwind info? */ 78 adjust the stack with the popl, we have to do it all over again. */ 106 .byte 0x42 /* DW_CFA_advance_loc 2 -- nop; popl eax. */
|
H A D | syscall.S | 23 popl %ebp
|
/linux-4.1.27/arch/x86/platform/efi/ |
H A D | efi_stub_32.S | 50 popl %edx 53 popl %ecx
|
/linux-4.1.27/arch/x86/kernel/acpi/ |
H A D | wakeup_32.S | 57 popl saved_context_eflags
|
/linux-4.1.27/arch/x86/power/ |
H A D | hibernate_asm_32.S | 24 popl saved_context_eflags
|
/linux-4.1.27/arch/x86/lib/ |
H A D | usercopy_32.c | 266 " popl %%eax\n" __copy_user_zeroing_intel() 267 " popl %0\n" __copy_user_zeroing_intel() 365 " popl %%eax\n" __copy_user_zeroing_intel_nocache() 366 " popl %0\n" __copy_user_zeroing_intel_nocache() 558 " popl %%eax\n" \ 559 " popl %0\n" \
|
/linux-4.1.27/arch/x86/crypto/ |
H A D | aesni-intel_asm.S | 1906 popl KEYP 1927 popl KLEN 1928 popl KEYP 2117 popl KLEN 2118 popl KEYP 2341 popl KLEN 2342 popl KEYP 2343 popl LEN 2400 popl KLEN 2401 popl KEYP 2402 popl LEN 2441 popl KLEN 2442 popl KEYP 2443 popl LEN 2444 popl IVP 2532 popl KLEN 2533 popl KEYP 2534 popl LEN 2535 popl IVP
|
/linux-4.1.27/arch/x86/lguest/ |
H A D | head_32.S | 111 popl %eax 190 popl %ss:lguest_data+LGUEST_DATA_irq_enabled
|
/linux-4.1.27/drivers/char/ |
H A D | toshiba.c | 232 "popl %%eax\n\t" \ tosh_smm() 242 "popl %%edx\n\t" \ tosh_smm()
|
H A D | i8k.c | 194 "popl %%eax\n\t" i8k_smm() 203 "popl %%edx\n\t" i8k_smm()
|
/linux-4.1.27/arch/x86/xen/ |
H A D | xen-asm_32.S | 132 1: popl %eax
|
/linux-4.1.27/drivers/watchdog/ |
H A D | hpwdt.c | 193 "popl %ebx \n\t" 195 "popl %ebx \n\t"
|
/linux-4.1.27/arch/x86/ia32/ |
H A D | ia32_signal.c | 356 0xb858, /* popl %eax ; movl $...,%eax */ ia32_setup_frame()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
H A D | common.c | 215 "popl %0 \n\t" flag_is_changeable_p() 221 "popl %0 \n\t" flag_is_changeable_p()
|
/linux-4.1.27/drivers/input/misc/ |
H A D | wistron_btns.c | 81 "popl %%ebp" call_bios()
|