Searched refs:bootgdt (Results 1 – 3 of 3) sorted by relevance
139 .word bootcode32 - bootgdt /* index in gdt for 32 bit code */148 mov $bootdata32 - bootgdt, %eax215 .word bootcode64 - bootgdt /* index in gdt for 64 bit code */229 mov $bootdata64 - bootgdt, %eax250 bootgdt: label281 .word bootgdtend - bootgdt /* Length */282 .long bootgdt - wakeup_start /* Offset plus %ds << 4 */
134 .word bootcode32 - bootgdt /* index in gdt for 32 bit code */143 mov $bootdata32 - bootgdt, %eax182 bootgdt: label196 .word bootgdtend - bootgdt /* Length */197 .long bootgdt - wakeup_start /* Offset plus %ds << 4 */
449 sc->acpi_wakephys + bootgdt); in acpi_install_wakeup_handler()