Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/realmode/rm/
Dtrampoline_32.S56 ljmpl $__BOOT_CS, $pa_startup_32
/Linux-v5.4/arch/x86/boot/
Dpmjump.S44 .word __BOOT_CS # segment
/Linux-v5.4/arch/x86/include/asm/
Dsegment.h24 #define __BOOT_CS (GDT_ENTRY_BOOT_CS*8) macro
/Linux-v5.4/Documentation/x86/
Dboot.rst1186 __BOOT_CS(0x10) and __BOOT_DS(0x18); both descriptors must be 4G flat
1187 segment; __BOOT_CS must have execute/read permission, and __BOOT_DS
1188 must have read/write permission; CS must be __BOOT_CS and DS, ES, SS
1225 __BOOT_CS(0x10) and __BOOT_DS(0x18); both descriptors must be 4G flat
1226 segment; __BOOT_CS must have execute/read permission, and __BOOT_DS
1227 must have read/write permission; CS must be __BOOT_CS and DS, ES, SS
/Linux-v5.4/arch/x86/kernel/
Dhead_32.S293 ljmp $__BOOT_CS,$1f /* Clear prefetch and normalize %eip */