OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMaxNumberOfCpus
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
CpuService.c
174
if (ProcessorNumber >=
mMaxNumberOfCpus
|| ProcessorInfoBuffer == NULL) {
210
if (ProcessorNumber >=
mMaxNumberOfCpus
) {
268
for (Index = 0; Index <
mMaxNumberOfCpus
; Index++) {
278
for (Index = 0; Index <
mMaxNumberOfCpus
; Index++) {
320
if (ProcessorNumber >=
mMaxNumberOfCpus
||
376
for (Index = 0; Index <
mMaxNumberOfCpus
; Index++) {
404
for (Index = 0; Index <
mMaxNumberOfCpus
; Index++) {
415
for (Index = 0; Index <
mMaxNumberOfCpus
; Index++) {
425
for (Index = 0; Index <
mMaxNumberOfCpus
; Index++) {
PiSmmCpuDxeSmm.c
91
UINTN
mMaxNumberOfCpus
= 1;
837
mMaxNumberOfCpus
= PcdGet32 (PcdCpuMaxLogicalProcessorNumber);
839
mMaxNumberOfCpus
= mNumberOfCpus;
841
gSmmCpuPrivate->SmmCoreEntryContext.NumberOfCpus =
mMaxNumberOfCpus
;
[
all
...]
MpService.c
141
for (Index =
mMaxNumberOfCpus
; Index-- > 0;) {
174
for (Index =
mMaxNumberOfCpus
; Index-- > 0;) {
250
for (Index =
mMaxNumberOfCpus
; Index-- > 0;) {
427
for (Index =
mMaxNumberOfCpus
; Index-- > 0;) {
456
for (Index =
mMaxNumberOfCpus
; Index-- > 0;) {
[
all
...]
PiSmmCpuDxeSmm.h
149
extern UINTN
mMaxNumberOfCpus
;
Completed in 466 milliseconds