Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/boot/
Dpmjump.S36 movw $__BOOT_DS, %cx
/linux-4.1.27/arch/x86/realmode/
Dinit.c72 trampoline_header->gdt_limit = __BOOT_DS + 7; in setup_real_mode()
/linux-4.1.27/arch/x86/include/asm/
Dsegment.h23 #define __BOOT_DS (GDT_ENTRY_BOOT_DS*8) macro
/linux-4.1.27/arch/x86/kernel/
Dhead_32.S108 movl $(__BOOT_DS),%eax
305 movl $(__BOOT_DS),%eax
749 .word __BOOT_DS+7
/linux-4.1.27/arch/x86/boot/compressed/
Dhead_32.S110 movl $__BOOT_DS, %eax
Dhead_64.S54 movl $(__BOOT_DS), %eax
/linux-4.1.27/Documentation/x86/
Dboot.txt1062 __BOOT_CS(0x10) and __BOOT_DS(0x18); both descriptors must be 4G flat
1063 segment; __BOOT_CS must have execute/read permission, and __BOOT_DS
1065 must be __BOOT_DS; interrupt must be disabled; %esi must hold the base
1100 __BOOT_CS(0x10) and __BOOT_DS(0x18); both descriptors must be 4G flat
1101 segment; __BOOT_CS must have execute/read permission, and __BOOT_DS
1103 must be __BOOT_DS; interrupt must be disabled; %rsi must hold the base