Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
ccan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mirror
ccan
Commits
fab645fb
Commit
fab645fb
authored
Nov 26, 2013
by
Ahmed Samy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cpuid: documentation fix
Signed-off-by:
Ahmed Samy
<
f.fallen45@gmail.com
>
parent
02ae136a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
ccan/cpuid/cpuid.h
ccan/cpuid/cpuid.h
+10
-10
No files found.
ccan/cpuid/cpuid.h
View file @
fab645fb
...
...
@@ -30,37 +30,37 @@
*
* This is used as a parameter in cpuid().
*
* CPUID_VENDORID:
*
%
CPUID_VENDORID:
* The CPU's Vendor ID.
*
* CPUID_PROCINFO_AND_FEATUREBITS:
*
%
CPUID_PROCINFO_AND_FEATUREBITS:
* Processor information and feature bits (SSE, etc.).
*
* CPUID_CACHE_AND_TLBD_INFO
*
%
CPUID_CACHE_AND_TLBD_INFO
* Cache and TLBD Information.
* For AMD: Use CPUID_EXTENDED_L2_CACHE_FEATURES
*
* CPUID_HIGHEST_EXTENDED_FUNCTION_SUPPORTED:
*
%
CPUID_HIGHEST_EXTENDED_FUNCTION_SUPPORTED:
* Highest extended function supported address.
* Can be like 0x80000008.
*
* CPUID_EXTENDED_PROC_INFO_FEATURE_BITS:
*
%
CPUID_EXTENDED_PROC_INFO_FEATURE_BITS:
* Extended processor information and feature bits (64bit etc.)
*
* CPUID_PROC_BRAND_STRING:
*
%
CPUID_PROC_BRAND_STRING:
* The Processor's brand string.
*
* CPUID_L1_CACHE_AND_TLB_IDS:
*
%
CPUID_L1_CACHE_AND_TLB_IDS:
* L1 Cache and TLB Identifications.
* AMD Only.
*
* CPUID_EXTENDED_L2_CACHE_FEATURES:
*
%
CPUID_EXTENDED_L2_CACHE_FEATURES:
* Extended L2 Cache features.
*
* CPUID_ADV_POWER_MGT_INFO:
*
%
CPUID_ADV_POWER_MGT_INFO:
* Advaned power management information.
*
* CPUID_VIRT_PHYS_ADDR_SIZES:
*
%
CPUID_VIRT_PHYS_ADDR_SIZES:
* Virtual and physical address sizes.
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment