Searched refs:pushw (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/arch/x86/boot/ |
| H A 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
|
| H A D | bioscall.S | 26 pushw %fs 27 pushw %gs 51 pushw %ds 52 pushw %es 53 pushw %fs 54 pushw %gs
|
| H A D | header.S | 573 pushw %ds 574 pushw $6f
|
| /linux-6.15/drivers/firmware/efi/libstub/ |
| H A D | x86-mixed.S | 157 pushw %cx /* Push 64-bit CS (for LJMP below) */ 159 pushw %ax /* Push new GDT limit */
|
| /linux-6.15/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()
|
| H A D | relocate_kernel_64.S | 132 pushw (%rax)
|