TianoCore EDK2 master
|
#include "LoadLinuxLib.h"
Go to the source code of this file.
Data Structures | |
struct | _GDT_ENTRY |
struct | _GDT_ENTRIES |
Typedefs | |
typedef struct _GDT_ENTRY | GDT_ENTRY |
typedef struct _GDT_ENTRIES | GDT_ENTRIES |
Functions | |
VOID | InitLinuxDescriptorTables (VOID) |
VOID | SetLinuxDescriptorTables (VOID) |
Variables | |
STATIC GDT_ENTRIES * | mGdt = NULL |
STATIC GDT_ENTRIES | GdtTemplate |
Initialize GDT for Linux.
Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file LinuxGdt.c.
VOID InitLinuxDescriptorTables | ( | VOID | ) |
Initialize Global Descriptor Table.
Definition at line 133 of file LinuxGdt.c.
VOID SetLinuxDescriptorTables | ( | VOID | ) |
Initialize Global Descriptor Table.
Definition at line 155 of file LinuxGdt.c.
STATIC GDT_ENTRIES GdtTemplate |
Definition at line 48 of file LinuxGdt.c.
STATIC GDT_ENTRIES* mGdt = NULL |
Definition at line 43 of file LinuxGdt.c.