Searched refs:popw (Results 1 – 4 of 4) sorted by relevance
/arch/x86/boot/ |
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
|
D | bioscall.S | 39 popw %gs 40 popw %fs 41 popw %es 42 popw %ds 75 popw %gs 76 popw %fs
|
/arch/x86/xen/ |
D | xen-asm_32.S | 51 popw %fs
|
/arch/x86/kernel/ |
D | vm86_32.c | 502 #define popw(base, ptr, err_label) \ macro 650 newflags = popw(ssp, sp, simulate_sigsegv); in handle_vm86_fault() 689 newip = popw(ssp, sp, simulate_sigsegv); in handle_vm86_fault() 690 newcs = popw(ssp, sp, simulate_sigsegv); in handle_vm86_fault() 691 newflags = popw(ssp, sp, simulate_sigsegv); in handle_vm86_fault()
|