Searched refs:pushw (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/x86/kernel/ |
| H A D | vm86_32.c | 422 #define pushw(base, ptr, val, err_label) \ macro 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()
|
| /linux/arch/x86/boot/ |
| H A D | header.S | 582 pushw %ds 583 pushw $6f
|