TianoCore EDK2 master
Loading...
Searching...
No Matches
X86WriteGdtr.c File Reference
#include "BaseLibInternals.h"

Go to the source code of this file.

Functions

VOID EFIAPI AsmWriteGdtr (IN CONST IA32_DESCRIPTOR *Gdtr)
 

Detailed Description

IA-32/x64 AsmWriteGdtr()

Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file X86WriteGdtr.c.

Function Documentation

◆ AsmWriteGdtr()

VOID EFIAPI AsmWriteGdtr ( IN CONST IA32_DESCRIPTOR *  Gdtr)

Writes the current Global Descriptor Table Register (GDTR) descriptor.

Writes and the current GDTR descriptor specified by Gdtr. This function is only available on IA-32 and x64.

If Gdtr is NULL, then ASSERT().

Parameters
GdtrThe pointer to a GDTR descriptor.

Definition at line 24 of file X86WriteGdtr.c.