Home
last modified time | relevance | path

Searched refs:popw (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/x86/boot/
Dcopy.S26 popw %cx
29 popw %di
30 popw %si
42 popw %cx
45 popw %di
52 popw %ds
54 popw %ds
61 popw %es
63 popw %es
Dbioscall.S39 popw %gs
40 popw %fs
41 popw %es
42 popw %ds
75 popw %gs
76 popw %fs
/linux-6.1.9/arch/x86/kernel/
Dvm86_32.c460 #define popw(base, ptr, err_label) \ macro
608 newflags = popw(ssp, sp, simulate_sigsegv); in handle_vm86_fault()
647 newip = popw(ssp, sp, simulate_sigsegv); in handle_vm86_fault()
648 newcs = popw(ssp, sp, simulate_sigsegv); in handle_vm86_fault()
649 newflags = popw(ssp, sp, simulate_sigsegv); in handle_vm86_fault()