Searched refs:pushw (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/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
|
D | bioscall.S | 29 pushw %fs 30 pushw %gs 54 pushw %ds 55 pushw %es 56 pushw %fs 57 pushw %gs
|
D | header.S | 599 pushw %ds 600 pushw $6f
|
/Linux-v4.19/arch/x86/kernel/ |
D | vm86_32.c | 465 #define pushw(base, ptr, val, err_label) \ macro 555 pushw(ssp, sp, get_vflags(regs), cannot_handle); in do_int() 556 pushw(ssp, sp, regs->pt.cs, cannot_handle); in do_int() 557 pushw(ssp, sp, IP(regs), cannot_handle); in do_int() 636 pushw(ssp, sp, get_vflags(regs), simulate_sigsegv); in handle_vm86_fault()
|
/Linux-v4.19/arch/x86/xen/ |
D | xen-asm_32.S | 69 pushw %fs
|