Searched refs:popw (Results 1 – 3 of 3) sorted by relevance
/linux/arch/x86/boot/ |
H A D | copy.S | 26 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 D | bioscall.S | 39 popw %gs 40 popw %fs 41 popw %es 42 popw %ds 75 popw %gs 76 popw %fs
|
/linux/arch/x86/kernel/ |
H A D | vm86_32.c | 459 #define popw(base, ptr, err_label) \ 607 newflags = popw(ssp, sp, simulate_sigsegv); in handle_vm86_fault() 646 newip = popw(ssp, sp, simulate_sigsegv); in handle_vm86_fault() 647 newcs = popw(ssp, sp, simulate_sigsegv); in handle_vm86_fault() 648 newflags = popw(ssp, sp, simulate_sigsegv); in handle_vm86_fault() 460 #define popw( global() macro
|