TianoCore EDK2 master
Loading...
Searching...
No Matches
WriteLdtr.c File Reference

Go to the source code of this file.

Functions

VOID EFIAPI AsmWriteLdtr (IN UINT16 Ldtr)
 

Detailed Description

AsmWriteLdtr function

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

Definition in file WriteLdtr.c.

Function Documentation

◆ AsmWriteLdtr()

VOID EFIAPI AsmWriteLdtr ( IN UINT16  Ldtr)

Writes the current Local Descriptor Table Register (GDTR) selector.

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

Parameters
Ldtr16-bit LDTR selector value.

Definition at line 20 of file WriteLdtr.c.