Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/
H A Dprocessor.h14 #define X86_GDT_ENTRY_32BIT_CS 2 macro
/openbmc/u-boot/arch/x86/cpu/
H A Dsipi_vector.S20 #define CODE_SEG (X86_GDT_ENTRY_32BIT_CS * X86_GDT_ENTRY_SIZE)
/openbmc/u-boot/arch/x86/lib/
H A Dbios_asm.S118 data32 ljmp SEG(X86_GDT_ENTRY_32BIT_CS), $PTR_TO_REAL_MODE(1f)
/openbmc/u-boot/arch/x86/cpu/i386/
H A Dinterrupt.c203 idt[i].selector = X86_GDT_ENTRY_32BIT_CS * X86_GDT_ENTRY_SIZE; in cpu_init_interrupts()
H A Dcpu.c128 gdt_addr[X86_GDT_ENTRY_32BIT_CS] = GDT_ENTRY(0xc09b, 0, 0xfffff); in arch_setup_gd()