Searched refs:bootgdt (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sys/i386/acpica/
H A Dacpi_wakecode.S124 * ljmpl $bootcode32 - bootgdt, $wakeup_32 - wakeup_start
132 .word bootcode32 - bootgdt /* index in gdt for 32 bit code */
141 mov $bootdata32 - bootgdt, %eax
179 bootgdt: label
193 .word bootgdtend - bootgdt /* Length */
194 .long bootgdt - wakeup_start /* Offset plus %ds << 4 */
/freebsd-10.1-release/sys/amd64/acpica/
H A Dacpi_wakecode.S131 * ljmpl $bootcode32 - bootgdt, $wakeup_32 - wakeup_start
139 .word bootcode32 - bootgdt /* index in gdt for 32 bit code */
148 mov $bootdata32 - bootgdt, %eax
198 * ljmp $bootcode64 - bootgdt, $wakeup_64 - wakeup_start
205 .word bootcode64 - bootgdt /* index in gdt for 64 bit code */
219 mov $bootdata64 - bootgdt, %eax
240 bootgdt: label
271 .word bootgdtend - bootgdt /* Length */
272 .long bootgdt - wakeup_start /* Offset plus %ds << 4 */
/freebsd-10.1-release/sys/x86/acpica/
H A Dacpi_wakeup.c361 WAKECODE_PADDR(sc) + bootgdt);

Completed in 102 milliseconds