OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOW_STACK_SIZE
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
IpfThunk.i
17
#define
LOW_STACK_SIZE
(8*1024) // 8k?
41
#define RevThunkStack Stack +
LOW_STACK_SIZE
43
#define EfiToLegacy16InitTable RevThunkStack +
LOW_STACK_SIZE
Thunk.c
321
Stack16 = (UINT16 *) (IntThunk->Stack +
LOW_STACK_SIZE
);
339
TempData = ((UINTN) IntThunk->RevThunkStack) +
LOW_STACK_SIZE
;
465
Stack16 = (UINT16 *) (IntThunk->Stack +
LOW_STACK_SIZE
);
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBiosInterface.h
223
#define
LOW_STACK_SIZE
(8 * 1024) // 8k?
278
CHAR8 Stack[
LOW_STACK_SIZE
];
285
CHAR8 RevThunkStack[
LOW_STACK_SIZE
];
330
CHAR8 Stack[
LOW_STACK_SIZE
];
396
CHAR8 Stack[
LOW_STACK_SIZE
];
403
CHAR8 RevThunkStack[
LOW_STACK_SIZE
];
[
all
...]
Completed in 62 milliseconds