Searched defs:rm_ss (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dsetjmp.h22 uint16_t rm_ss; member in struct:__anon15056
30 (_env)->rm_ss = rm_ss; \
35 rm_ss = (_env)->rm_ss; \
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/transitions/
H A Dlibrm.S158 * addresses. The real-mode %ss:sp is stored in rm_ss and rm_sp, and
223 movw %bp, rm_ss
253 * real-mode %ss:sp is restored from the saved rm_ss and rm_sp. The
274 movzwl rm_ss, %ebp
533 * rm_ss,sp. We want this value to still be present in rm_ss,sp when
537 * the RM stack value is again stored in rm_ss,sp. This *does*
546 .globl rm_ss
547 rm_ss: .word 0 label

Completed in 1197 milliseconds