Lines Matching +full:0 +full:x60000000
18 * This code is called with the restart type (0 = BIOS, 1 = APM) in
88 * actual BIOS entry point, anyway (that is at 0xfffffff0).
100 andl $0x00000011, %edx
101 orl $0x60000000, %edx
105 testl $0x60000000, %edx /* If no cache bits -> no wbinvd */
109 andb $0x10, %dl
117 movw $0x1000, %ax
119 movw $0xf000, %sp
120 movw $0x5307, %ax
121 movw $0x0001, %bx
122 movw $0x0003, %cx
123 int $0x15
127 ljmpw $0xf000, $0xfff0
133 .word 0xffff /* Length - real mode default value */
134 .long 0 /* Base - real mode default value */
140 .word 0xffff /* Length - real mode default value */
142 .word 0
148 .word 0xffff /* Limit */
149 .long 0x9b000000 + pa_real_mode_base
150 .word 0
153 * 16-bit data segment with the selector value 16 = 0x10 and
154 * base value 0x100; since this is consistent with real mode
155 * semantics we don't have to reload the segments once CR0.PE = 0.
157 .quad GDT_ENTRY(DESC_DATA16, 0x100, 0xffff)