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

Go to the source code of this file.

Functions

UINT16 EFIAPI AsmReadFs (VOID)
 

Detailed Description

AsmReadFs function

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

Definition in file ReadFs.c.

Function Documentation

◆ AsmReadFs()

UINT16 EFIAPI AsmReadFs ( VOID  )

Reads the current value of FS Data Segment Register (FS).

Reads and returns the current value of FS. This function is only available on IA-32 and x64.

Returns
The current value of FS.

Definition at line 20 of file ReadFs.c.