Lines Matching +full:0 +full:xf000
17 * This code is called with the restart type (0 = BIOS, 1 = APM) in
87 * actual BIOS entry point, anyway (that is at 0xfffffff0).
99 andl $0x00000011, %edx
100 orl $0x60000000, %edx
104 testl $0x60000000, %edx /* If no cache bits -> no wbinvd */
108 andb $0x10, %dl
116 movw $0x1000, %ax
118 movw $0xf000, %sp
119 movw $0x5307, %ax
120 movw $0x0001, %bx
121 movw $0x0003, %cx
122 int $0x15
126 ljmpw $0xf000, $0xfff0
132 .word 0xffff /* Length - real mode default value */
133 .long 0 /* Base - real mode default value */
139 .word 0xffff /* Length - real mode default value */
141 .word 0
147 .word 0xffff /* Limit */
148 .long 0x9b000000 + pa_real_mode_base
149 .word 0
152 * 16-bit data segment with the selector value 16 = 0x10 and
153 * base value 0x100; since this is consistent with real mode
154 * semantics we don't have to reload the segments once CR0.PE = 0.
156 .quad GDT_ENTRY(0x0093, 0x100, 0xffff)