Searched refs:SETUPSEG (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/arch/i386/boot/ |
D | setup.S | 71 SETUPSEG = DEF_SETUPSEG # 0x9020, this is the current segment define 74 DELTA_INITSEG = SETUPSEG - INITSEG # 0x0020 95 realmode_swtch: .word 0, 0 # default_switch, SETUPSEG 412 movw %cs, %ax # aka SETUPSEG 441 movw %cs, %ax # aka SETUPSEG 452 movw %cs, %ax # aka SETUPSEG 465 movw %cs, %ax # aka SETUPSEG 482 movw %cs, %ax # aka SETUPSEG
|
D | bootsect.S | 37 SETUPSEG = DEF_SETUPSEG /* setup starts here */ define 219 ljmp $SETUPSEG, $0
|
/linux-2.4.37.9/arch/x86_64/boot/ |
D | setup.S | 61 SETUPSEG = DEF_SETUPSEG # 0x9020, this is the current segment define 64 DELTA_INITSEG = SETUPSEG - INITSEG # 0x0020 85 realmode_swtch: .word 0, 0 # default_switch, SETUPSEG
|
D | bootsect.S | 37 SETUPSEG = DEF_SETUPSEG /* setup starts here */ define 219 ljmp $SETUPSEG, $0
|
/linux-2.4.37.9/arch/sh/boot/compressed/ |
D | head.S | 109 .word 0 ! SETUPSEG
|