Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/boot/
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
Dbioscall.S26 pushw %fs
27 pushw %gs
51 pushw %ds
52 pushw %es
53 pushw %fs
54 pushw %gs
Dheader.S623 pushw %ds
624 pushw $6f
/linux-6.1.9/arch/x86/kernel/
Dvm86_32.c423 #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()