Home
last modified time | relevance | path

Searched refs:__BOOT_DS (Results 1 – 6 of 6) sorted by relevance

/arch/x86/boot/
Dpmjump.S34 movw $__BOOT_DS, %cx
/arch/x86/kernel/
Dhead_32.S75 movl $(__BOOT_DS),%eax
165 movl $(__BOOT_DS),%eax
/arch/x86/realmode/
Dinit.c141 trampoline_header->gdt_limit = __BOOT_DS + 7; in setup_real_mode()
/arch/x86/boot/compressed/
Dhead_32.S69 movl $__BOOT_DS, %eax
Dhead_64.S104 movl $__BOOT_DS, %eax
/arch/x86/include/asm/
Dsegment.h25 #define __BOOT_DS (GDT_ENTRY_BOOT_DS*8) macro