Searched refs:__BOOT_DS (Results 1 – 7 of 7) sorted by relevance
74 movl $(__BOOT_DS),%eax164 movl $(__BOOT_DS),%eax
34 movw $__BOOT_DS, %cx
115 trampoline_header->gdt_limit = __BOOT_DS + 7; in setup_real_mode()
25 #define __BOOT_DS (GDT_ENTRY_BOOT_DS*8) macro
69 movl $__BOOT_DS, %eax
104 movl $__BOOT_DS, %eax
1357 __BOOT_CS(0x10) and __BOOT_DS(0x18); both descriptors must be 4G flat1358 segment; __BOOT_CS must have execute/read permission, and __BOOT_DS1360 must be __BOOT_DS; interrupt must be disabled; %esi must hold the base1396 __BOOT_CS(0x10) and __BOOT_DS(0x18); both descriptors must be 4G flat1397 segment; __BOOT_CS must have execute/read permission, and __BOOT_DS1399 must be __BOOT_DS; interrupt must be disabled; %rsi must hold the base
Completed in 8 milliseconds