Searched refs:pushw (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/arch/x86/boot/ |
D | copy.S | 19 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
|
D | bioscall.S | 26 pushw %fs 27 pushw %gs 51 pushw %ds 52 pushw %es 53 pushw %fs 54 pushw %gs
|
D | header.S | 624 pushw %ds 625 pushw $6f
|
/Linux-v6.6/arch/x86/kernel/ |
D | vm86_32.c | 423 #define pushw(base, ptr, val, err_label) \ macro 513 pushw(ssp, sp, get_vflags(regs), cannot_handle); in do_int() 514 pushw(ssp, sp, regs->pt.cs, cannot_handle); in do_int() 515 pushw(ssp, sp, IP(regs), cannot_handle); in do_int() 594 pushw(ssp, sp, get_vflags(regs), simulate_sigsegv); in handle_vm86_fault()
|