OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARRIVAL_EXCEPTION_BLOCKED
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
MpService.c
179
if (((Exceptions &
ARRIVAL_EXCEPTION_BLOCKED
) != 0) && SmmCpuFeaturesGetSmmRegister (Index, SmmRegSmmBlocked) != 0) {
225
!AllCpusInSmmWithExceptions (
ARRIVAL_EXCEPTION_BLOCKED
| ARRIVAL_EXCEPTION_SMI_DISABLED );
261
!AllCpusInSmmWithExceptions (
ARRIVAL_EXCEPTION_BLOCKED
| ARRIVAL_EXCEPTION_SMI_DISABLED );
[
all
...]
PiSmmCpuDxeSmm.h
119
#define
ARRIVAL_EXCEPTION_BLOCKED
0x1
Completed in 90 milliseconds