HomeSort by relevance Sort by last modified time
    Searched defs:rm_ds (Results 1 - 3 of 3) sorted by null

  /external/syslinux/gpxe/src/arch/i386/include/
librm.h 157 extern uint16_t __text16 ( rm_ds );
158 #define rm_ds __use_text16 ( rm_ds ) macro
libkir.h 39 #define rm_ds ( _rm_ds() ) macro
213 return real_to_user ( rm_ds, ( intptr_t ) virtual );
  /external/syslinux/gpxe/src/arch/i386/transitions/
librm.S 130 /* Store rm_ds and _data16, set up real_ds segment */
133 movw %ax, %cs:rm_ds
183 movw %cs:rm_ds, %ax
256 * segment registers are loaded from the saved rm_ds. Interrupts are
309 movw %cs:rm_ds, %ax
326 * vector used by prot_to_real. rm_ds is located in .text16
335 .globl rm_ds
337 rm_ds: .word 0 label

Completed in 63 milliseconds