TianoCore EDK2 master
|
#include "BaseLibInternals.h"
Go to the source code of this file.
Functions | |
VOID EFIAPI | InternalX86ReadGdtr (OUT IA32_DESCRIPTOR *Gdtr) |
AsmReadGdtr function
Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file ReadGdtr.c.
VOID EFIAPI InternalX86ReadGdtr | ( | OUT IA32_DESCRIPTOR * | Gdtr | ) |
Reads the current Global Descriptor Table Register(GDTR) descriptor.
Reads and returns the current GDTR descriptor and returns it in Gdtr. This function is only available on IA-32 and x64.
Gdtr | The pointer to a GDTR descriptor. |
Definition at line 22 of file ReadGdtr.c.