Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/boot/
Dpmjump.S46 .word __BOOT_CS # segment
/linux-4.4.14/arch/x86/include/asm/
Dsegment.h22 #define __BOOT_CS (GDT_ENTRY_BOOT_CS*8) macro
/linux-4.4.14/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
1064 must have read/write permission; CS must be __BOOT_CS and DS, ES, SS
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
1102 must have read/write permission; CS must be __BOOT_CS and DS, ES, SS
/linux-4.4.14/arch/x86/kernel/
Dhead_32.S401 ljmp $__BOOT_CS,$1f /* Clear prefetch and normalize %eip */