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

/freebsd-13-stable/sys/i386/acpica/
H A Dacpi_wakecode.S126 * ljmpl $bootcode32 - bootgdt, $wakeup_32 - wakeup_start
134 .word bootcode32 - bootgdt /* index in gdt for 32 bit code */
143 mov $bootdata32 - bootgdt, %eax
182 bootgdt: label
196 .word bootgdtend - bootgdt /* Length */
197 .long bootgdt - wakeup_start /* Offset plus %ds << 4 */
/freebsd-13-stable/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
208 * ljmp $bootcode64 - bootgdt, $wakeup_64 - wakeup_start
215 .word bootcode64 - bootgdt /* index in gdt for 64 bit code */
229 mov $bootdata64 - bootgdt, %eax
250 bootgdt: label
281 .word bootgdtend - bootgdt /* Length */
282 .long bootgdt - wakeup_start /* Offset plus %ds << 4 */
/freebsd-13-stable/sys/x86/acpica/
H A Dacpi_wakeup.c449 sc->acpi_wakephys + bootgdt);

Completed in 57 milliseconds