Searched refs:SYSSEG (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/arch/x86_64/boot/ |
D | bootsect.S | 38 SYSSEG = DEF_SYSSEG /* system loaded at 0x10000 (65536) */ define 181 pushw $SYSSEG 182 popw %es # %es = SYSSEG 193 # %es = SYSSEG, %fs = 0, %gs is unused. 227 # This routine loads the system at address SYSSEG, making sure 232 movw %es, %ax # %es = SYSSEG when called 243 subw $SYSSEG, %ax
|
D | setup.S | 60 SYSSEG = DEF_SYSSEG # 0x1000, system loaded at 0x10000 (65536). define 86 start_sys_seg: .word SYSSEG
|
/linux-2.4.37.9/arch/i386/boot/ |
D | bootsect.S | 38 SYSSEG = DEF_SYSSEG /* system loaded at 0x10000 (65536) */ define 181 pushw $SYSSEG 182 popw %es # %es = SYSSEG 193 # %es = SYSSEG, %fs = 0, %gs is unused. 227 # This routine loads the system at address SYSSEG, making sure 232 movw %es, %ax # %es = SYSSEG when called 243 subw $SYSSEG, %ax
|
D | setup.S | 70 SYSSEG = DEF_SYSSEG # 0x1000, system loaded at 0x10000 (65536). define 96 start_sys_seg: .word SYSSEG 940 subw $SYSSEG, %ax
|