TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
VOID EFIAPI | AsmWriteLdtr (IN UINT16 Ldtr) |
AsmWriteLdtr function
Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file WriteLdtr.c.
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.
Ldtr | 16-bit LDTR selector value. |
Definition at line 20 of file WriteLdtr.c.