Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/acpica/
H A Dacpi_wakecode.S139 .word bootcode32 - bootgdt /* index in gdt for 32 bit code */
148 mov $bootdata32 - bootgdt, %eax
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 */
/f-stack/freebsd/i386/acpica/
H A Dacpi_wakecode.S134 .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 */
/f-stack/freebsd/x86/acpica/
H A Dacpi_wakeup.c449 sc->acpi_wakephys + bootgdt); in acpi_install_wakeup_handler()