HomeSort by relevance Sort by last modified time
    Searched refs:rm_sp (Results 1 - 4 of 4) sorted by null

  /external/syslinux/gpxe/src/arch/i386/include/
setjmp.h 23 uint16_t rm_sp; member in struct:__anon37789
31 (_env)->rm_sp = rm_sp; \
36 rm_sp = (_env)->rm_sp; \
librm.h 153 extern uint16_t rm_sp;
  /external/syslinux/gpxe/src/arch/i386/transitions/
librm_mgmt.c 28 rm_sp -= size;
29 rm_stack = real_to_user ( rm_ss, rm_sp );
31 return rm_sp;
43 userptr_t rm_stack = real_to_user ( rm_ss, rm_sp );
46 rm_sp += size;
librm.S 167 * addresses. The real-mode %ss:sp is stored in rm_ss and rm_sp, and
226 movw %dx, rm_sp
254 * real-mode %ss:sp is restored from the saved rm_ss and rm_sp. The
276 movzwl rm_sp, %edx
554 .globl rm_sp
555 rm_sp: .word 0 label

Completed in 75 milliseconds