Searched refs:pushw (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/x86/boot/ |
D | copy.S | 21 pushw %si 22 pushw %di 25 pushw %cx 37 pushw %di 41 pushw %cx 52 pushw %ds 53 pushw %fs 61 pushw %es 62 pushw %fs 71 pushw %ds [all …]
|
D | bioscall.S | 29 pushw %fs 30 pushw %gs 54 pushw %ds 55 pushw %es 56 pushw %fs 57 pushw %gs
|
/linux-4.1.27/arch/x86/kernel/ |
D | vm86_32.c | 444 #define pushw(base, ptr, val, err_label) \ macro 533 pushw(ssp, sp, get_vflags(regs), cannot_handle); in do_int() 534 pushw(ssp, sp, regs->pt.cs, cannot_handle); in do_int() 535 pushw(ssp, sp, IP(regs), cannot_handle); in do_int() 621 pushw(ssp, sp, get_vflags(regs), simulate_sigsegv); in handle_vm86_fault()
|
/linux-4.1.27/arch/x86/xen/ |
D | xen-asm_32.S | 99 pushw %fs
|