Home
last modified time | relevance | path

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

/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.S573 pushw %ds
574 pushw $6f
/linux/arch/x86/kernel/
H A Dvm86_32.c422 #define pushw(base, ptr, val, err_label) \
512 pushw(ssp, sp, get_vflags(regs), cannot_handle); in do_int()
513 pushw(ssp, sp, regs->pt.cs, cannot_handle); in do_int()
514 pushw(ssp, sp, IP(regs), cannot_handle); in do_int()
593 pushw(ssp, sp, get_vflags(regs), simulate_sigsegv); in handle_vm86_fault()
423 #define pushw( global() macro