Searched refs:rret_tramp (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/stand/pc98/btx/btx/
H A Dbtx.S465 * We place a trampoline on the user stack that will return to rret_tramp
593 movl $rret_tramp,%ebx # Set return trampoline
635 rret_tramp: movw $MEM_ESPR-0x08,%sp # Reset stack pointer label
652 ljmp $SEL_SCODE,$rret_tramp.1 # To 32-bit code
654 rret_tramp.1: xorl %ecx,%ecx # Zero
670 jz rret_tramp.3 # for hardware ints
704 jz rret_tramp.3 # No
710 rret_tramp.3: popl %es # Restore
/freebsd-11-stable/stand/i386/btx/btx/
H A Dbtx.S439 * We place a trampoline on the user stack that will return to rret_tramp
567 movl $rret_tramp,%ebx # Set return trampoline
609 rret_tramp: movw $MEM_ESPR-0x08,%sp # Reset stack pointer label
626 ljmp $SEL_SCODE,$rret_tramp.1 # To 32-bit code
628 rret_tramp.1: xorl %ecx,%ecx # Zero
644 jz rret_tramp.3 # for hardware ints
678 jz rret_tramp.3 # No
685 rret_tramp.3: popl %es # Restore

Completed in 169 milliseconds