Home
last modified time | relevance | path

Searched refs:gdt (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
DCpuGdt.c133 GDT_ENTRIES *gdt; in InitGlobalDescriptorTable() local
139 gdt = AllocateRuntimePool (sizeof (GdtTemplate) + 8); in InitGlobalDescriptorTable()
140 ASSERT (gdt != NULL); in InitGlobalDescriptorTable()
141 gdt = ALIGN_POINTER (gdt, 8); in InitGlobalDescriptorTable()
146 CopyMem (gdt, &GdtTemplate, sizeof (GdtTemplate)); in InitGlobalDescriptorTable()
151 gdtPtr.Base = (UINT32)(UINTN)(VOID*) gdt; in InitGlobalDescriptorTable()
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
Dstart.S360 leal GDT_BASE(%ebx), %eax # EAX=PHYSICAL address of gdt
361 movl %eax, (gdtr + 2) # Put address of gdt into the gdtr
Dstart16.S354 leal GDT_BASE(%ebx), %eax # EAX=PHYSICAL address of gdt
355 movl %eax, gdtr + 2 # Put address of gdt into the gdtr
Dstart16.asm349 lea eax,[GDT_BASE + ebx] ; EAX=PHYSICAL address of gdt
350 mov dword ptr [gdtr + 2],eax ; Put address of gdt into the gdtr
Dstart32.S369 leal GDT_BASE(%ebx), %eax # EAX=PHYSICAL address of gdt
370 movl %eax, gdtr + 2 # Put address of gdt into the gdtr
Dstart.asm356 lea eax,[GDT_BASE + ebx] ; EAX=PHYSICAL address of gdt
357 mov dword ptr [gdtr + 2],eax ; Put address of gdt into the gdtr
Dstart32.asm364 lea eax,[GDT_BASE + ebx] ; EAX=PHYSICAL address of gdt
365 mov dword ptr [gdtr + 2],eax ; Put address of gdt into the gdtr
Dst32_64.S381 leal GDT_BASE(%ebx), %eax # EAX=PHYSICAL address of gdt
382 movl %eax, (gdtr + 2) # Put address of gdt into the gdtr
Dstart64.S373 leal GDT_BASE(%ebx), %eax # EAX=PHYSICAL address of gdt
374 movl %eax, (gdtr + 2) # Put address of gdt into the gdtr
Dst16_64.S366 leal GDT_BASE(%ebx), %eax # EAX=PHYSICAL address of gdt
367 movl %eax, (gdtr + 2) # Put address of gdt into the gdtr
Dst16_64.asm361 lea eax,[GDT_BASE + ebx] ; EAX=PHYSICAL address of gdt
362 mov dword ptr [gdtr + 2],eax ; Put address of gdt into the gdtr
Dst32_64.asm377 lea eax,[GDT_BASE + ebx] ; EAX=PHYSICAL address of gdt
378 mov dword ptr [gdtr + 2],eax ; Put address of gdt into the gdtr
Dstart64.asm368 lea eax,[GDT_BASE + ebx] ; EAX=PHYSICAL address of gdt
369 mov dword ptr [gdtr + 2],eax ; Put address of gdt into the gdtr