Home
last modified time | relevance | path

Searched refs:bootgdt (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/amd64/acpica/
H A Dacpi_wakecode.S137 .word bootcode32 - bootgdt /* index in gdt for 32 bit code */
146 mov $bootdata32 - bootgdt, %eax
213 .word bootcode64 - bootgdt /* index in gdt for 64 bit code */
227 mov $bootdata64 - bootgdt, %eax
248 bootgdt: label
279 .word bootgdtend - bootgdt /* Length */
280 .long bootgdt - wakeup_start /* Offset plus %ds << 4 */
H A Dacpi_wakeup.c414 sc->acpi_wakephys + bootgdt); in acpi_install_wakeup_handler()
/freebsd/sys/i386/acpica/
H A Dacpi_wakecode.S132 .word bootcode32 - bootgdt /* index in gdt for 32 bit code */
141 mov $bootdata32 - bootgdt, %eax
180 bootgdt: label
194 .word bootgdtend - bootgdt /* Length */
195 .long bootgdt - wakeup_start /* Offset plus %ds << 4 */
H A Dacpi_wakeup.c376 sc->acpi_wakephys + bootgdt); in acpi_install_wakeup_handler()