TianoCore EDK2 master
|
#include "BaseLibInternals.h"
Go to the source code of this file.
Functions | |
BOOLEAN EFIAPI | GetInterruptState (VOID) |
IA-32/x64 GetInterruptState()
Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file X86GetInterruptState.c.
BOOLEAN EFIAPI GetInterruptState | ( | VOID | ) |
Retrieves the current CPU interrupt state.
Returns TRUE is interrupts are currently enabled. Otherwise returns FALSE.
TRUE | CPU interrupts are enabled. |
FALSE | CPU interrupts are disabled. |
Definition at line 23 of file X86GetInterruptState.c.