Lines Matching refs:LOWMEM
11 #define LOWMEM(_x) (_x - KERNEL_BASE)
35 .long LOWMEM(multiboot_header)
36 .long LOWMEM(_start)
37 .long LOWMEM(_edata)
38 .long LOWMEM(_end)
39 .long LOWMEM(multiboot_entry)
51 movl $LOWMEM(lmfarptr), %edi
53 movl $LOWMEM(stack + STACK_SIZE), %esp
68 movl $LOWMEM(bootpgtbl1), %eax
80 movl $LOWMEM(bootgdtdesc), %eax
103 movq $LOWMEM(stack + STACK_SIZE), %rax
110 movq $LOWMEM(lmhighptr), %rdi
132 .long LOWMEM(lmenter)
154 .quad LOWMEM(bootgdt)