HomeSort by: relevance | last modified time | path
    Searched refs:flatdataseg (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/i386/stand/lib/
multiboot.S 84 * Needs global variables flatcodeseg and flatdataseg (gdt offsets).
97 movl $flatdataseg,%eax
117 movl $flatdataseg,%eax
startprog.S 58 * Needs global variables flatcodeseg and flatdataseg (gdt offsets).
70 movl $flatdataseg,%ebx
102 movl $flatdataseg,%ebx
pvcopy.S 53 mov $flatdataseg, %ax /* selector with offset == 0 */
78 mov $flatdataseg, %ax /* selector with offset == 0 */
104 mov $flatdataseg, %ax /* selector with offset == 0 */
realprot.S 52 .globl flatdataseg
53 flatdataseg = . - gdt define
  /src/sys/arch/i386/stand/dosboot/
start_dos.S 96 .globl flatdataseg
97 flatdataseg = . - gdt define
327 movl $flatdataseg, %eax
357 movl $flatdataseg, %eax
388 movl $flatdataseg, %eax

Completed in 15 milliseconds