HomeSort by relevance Sort by last modified time
    Searched refs:NumberOfProcessors (Results 1 - 25 of 36) sorted by null

1 2

  /external/v8/src/base/
sys-info.h 19 static int NumberOfProcessors();
sys-info.cc 31 int SysInfo::NumberOfProcessors() {
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuMp.c 46 If NumberOfProcessors or NumberOfEnabledProcessors is NULL, then
48 is returned in NumberOfProcessors, the number of currently enabled processor
53 @param[out] NumberOfProcessors Pointer to the total number of logical
63 @retval EFI_INVALID_PARAMETER NumberOfProcessors is NULL.
71 OUT UINTN *NumberOfProcessors,
75 if ((NumberOfProcessors == NULL) || (NumberOfEnabledProcessors == NULL)) {
80 NumberOfProcessors,
614 UINTN NumberOfProcessors;
623 MpInitLibGetNumberOfProcessors (&NumberOfProcessors, &NumberOfEnabledProcessors);
624 mNumberOfProcessors = NumberOfProcessors;
    [all...]
CpuMp.h 42 If NumberOfProcessors or NumberOfEnabledProcessors is NULL, then
44 is returned in NumberOfProcessors, the number of currently enabled processor
49 @param[out] NumberOfProcessors Pointer to the total number of logical
59 @retval EFI_INVALID_PARAMETER NumberOfProcessors is NULL.
67 OUT UINTN *NumberOfProcessors,
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
CpuBist.c 177 UINTN NumberOfProcessors;
184 MpInitLibGetNumberOfProcessors(&NumberOfProcessors, &NumberOfEnabledProcessors);
187 sizeof (EFI_SEC_PLATFORM_INFORMATION_CPU) * NumberOfProcessors;
193 PlatformInformationRecord2->NumberOfCpus = (UINT32)NumberOfProcessors;
239 for (ProcessorNumber = 0; ProcessorNumber < NumberOfProcessors; ProcessorNumber ++) {
278 if (SecPlatformInformation2 != NULL && NumberOfData < NumberOfProcessors) {
CpuMpPei.c 51 If NumberOfProcessors or NumberOfEnabledProcessors is NULL, then
53 is returned in NumberOfProcessors, the number of currently enabled processor
59 @param[out] NumberOfProcessors Pointer to the total number of logical processors in
67 @retval EFI_INVALID_PARAMETER NumberOfProcessors is NULL.
75 OUT UINTN *NumberOfProcessors,
79 if ((NumberOfProcessors == NULL) || (NumberOfEnabledProcessors == NULL)) {
84 NumberOfProcessors,
CpuMpPei.h 53 If NumberOfProcessors or NumberOfEnabledProcessors is NULL, then
55 is returned in NumberOfProcessors, the number of currently enabled processor
61 @param[out] NumberOfProcessors Pointer to the total number of logical processors in
69 @retval EFI_INVALID_PARAMETER NumberOfProcessors is NULL.
77 OUT UINTN *NumberOfProcessors,
  /device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
MpService.c 94 for (Number = 0; Number < gMPSystem.NumberOfProcessors; Number++) {
155 If NumberOfProcessors or NumberOfEnabledProcessors is NULL, then
157 is returned in NumberOfProcessors, the number of currently enabled processor
162 @param[out] NumberOfProcessors Pointer to the total number of logical
172 @retval EFI_INVALID_PARAMETER NumberOfProcessors is NULL.
180 OUT UINTN *NumberOfProcessors,
184 if ((NumberOfProcessors == NULL) || (NumberOfEnabledProcessors == NULL)) {
192 *NumberOfProcessors = gMPSystem.NumberOfProcessors;
241 if (ProcessorNumber >= gMPSystem.NumberOfProcessors) {
    [all...]
CpuDriver.h 98 UINTN NumberOfProcessors;
  /prebuilts/go/darwin-x86/src/runtime/
export_windows_test.go 17 func NumberOfProcessors() int32 {
  /prebuilts/go/linux-x86/src/runtime/
export_windows_test.go 17 func NumberOfProcessors() int32 {
  /external/libchrome/base/
sys_info_posix.cc 39 int NumberOfProcessors() {
44 // returned value of NumberOfProcessors(). On some platforms, the kernel may
63 base::internal::LazySysInfoValue<int, NumberOfProcessors> >::Leaky
135 int SysInfo::NumberOfProcessors() {
sys_info.h 31 static int NumberOfProcessors();
sys_info_unittest.cc 23 EXPECT_GE(SysInfo::NumberOfProcessors(), 1);
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Library/
MpInitLib.h 45 @param[out] NumberOfProcessors Pointer to the total number of logical
55 @retval EFI_INVALID_PARAMETER NumberOfProcessors is NULL and NumberOfEnabledProcessors
63 OUT UINTN *NumberOfProcessors, OPTIONAL
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
MpServices.h 38 @param[out] NumberOfProcessors Pointer to the total number of logical processors in
46 @retval EFI_INVALID_PARAMETER NumberOfProcessors is NULL.
54 OUT UINTN *NumberOfProcessors,
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscProcessorInformationFunction.c 183 UINTN NumberOfProcessors=0;
416 &NumberOfProcessors,
420 SmbiosRecord-> CoreCount= (UINT8)NumberOfProcessors;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
MpService.h 158 If NumberOfProcessors or NumberOfEnabledProcessors is NULL, then
160 is returned in NumberOfProcessors, the number of currently enabled processor
165 @param[out] NumberOfProcessors Pointer to the total number of logical
175 @retval EFI_INVALID_PARAMETER NumberOfProcessors is NULL.
183 OUT UINTN *NumberOfProcessors,
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/
MicrocodeFmp.c 525 UINTN NumberOfProcessors;
537 Status = MpService->GetNumberOfProcessors (MpService, &NumberOfProcessors, &NumberOfEnabledProcessors);
539 MicrocodeFmpPrivate->ProcessorCount = NumberOfProcessors;
550 for (Index = 0; Index < NumberOfProcessors; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
MpServicesOnFrameworkMpServicesThunk.h 147 @param NumberOfProcessors Pointer to the total number of logical processors in the system,
154 @retval EFI_INVALID_PARAMETER NumberOfProcessors is NULL
162 OUT UINTN *NumberOfProcessors,
MpServicesOnFrameworkMpServicesThunk.c 49 @param NumberOfProcessors Pointer to the total number of logical processors in the system,
56 @retval EFI_INVALID_PARAMETER NumberOfProcessors is NULL
64 OUT UINTN *NumberOfProcessors,
80 // Check parameter NumberOfProcessors
82 if (NumberOfProcessors == NULL) {
95 NumberOfProcessors,
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
salproc.h 197 UINT64 NumberOfProcessors;
  /external/v8/src/libplatform/
default-platform.cc 91 thread_pool_size = base::SysInfo::NumberOfProcessors() - 1;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Pal.h     [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
MpLib.c     [all...]

Completed in 1667 milliseconds

1 2