OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
CpuFrequency.c File Reference
#include <Library/OcCpuLib.h>
#include <Library/DebugLib.h>

Go to the source code of this file.

Data Structures

struct  FREQUENCY_TEST_
 

Typedefs

typedef struct FREQUENCY_TEST_ FREQUENCY_TEST
 

Functions

INT32 ENTRY_POINT (void)
 

Variables

STATIC FREQUENCY_TEST mTests []
 

Detailed Description

Copyright (C) 2021, vit9696. All rights reserved.

All rights reserved.

This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php

THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

Definition in file CpuFrequency.c.

Typedef Documentation

◆ FREQUENCY_TEST

Function Documentation

◆ ENTRY_POINT()

INT32 ENTRY_POINT ( void )

Definition at line 37 of file CpuFrequency.c.

Variable Documentation

◆ mTests

STATIC FREQUENCY_TEST mTests[]
Initial value:
= {
{ 3506084610 , 3500 , "i7 4770K" },
{ 3324999575 , 3330 , "Xeon X5680" },
{ 3324999977 , 3330 , "Xeon X5680" },
{ 3457999888 , 3460 , "Xeon X5690" },
{ 2666362112 , 2660 , "C2Q Q9450" },
{ 3058999712 , 3060 , "Xeon X5675" },
{ 1992617296 , 2000 , "i7 2630QM" },
{ 3010680273 , 3000 , "P4 530" },
{ 2389242546 , 2400 , "C2D P8600" },
}

Definition at line 24 of file CpuFrequency.c.