Searched refs:popw (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/arch/x86/boot/ |
D | copy.S | 26 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
|
D | bioscall.S | 39 popw %gs 40 popw %fs 41 popw %es 42 popw %ds 75 popw %gs 76 popw %fs
|
/linux-6.1.9/arch/x86/kernel/ |
D | vm86_32.c | 460 #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()
|