crashpad/doc/generated/doxygen/unionCPU__INFORMATION.html

157 lines
10 KiB
HTML
Raw Normal View History

2015-10-08 14:55:01 -04:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.12"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
2015-10-08 14:55:01 -04:00
<title>Crashpad: CPU_INFORMATION Union Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="crashpad_doxygen.css" rel="stylesheet" type="text/css"/>
2015-10-08 14:55:01 -04:00
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
2015-10-08 14:55:01 -04:00
<div id="projectname">Crashpad
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.12 -->
2015-10-08 14:55:01 -04:00
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
2015-10-08 14:55:01 -04:00
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-attribs">Public Attributes</a> &#124;
<a href="unionCPU__INFORMATION-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">CPU_INFORMATION Union Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>Information about the CPU (or CPUs) that ran the process that the minidump file contains a snapshot of.
<a href="unionCPU__INFORMATION.html#details">More...</a></p>
<p><code>#include &quot;dbghelp.h&quot;</code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr class="memitem:a02f0cde49df244117e00bdd90525c6c2"><td class="memItemLeft" ><a id="a02f0cde49df244117e00bdd90525c6c2"></a>
2015-10-08 14:55:01 -04:00
struct {</td></tr>
<tr class="memitem:a1c616447230b040c41cae1fac1c7ec5a"><td class="memItemLeft" >&#160;&#160;&#160;uint32_t&#160;&#160;&#160;<a class="el" href="unionCPU__INFORMATION.html#af239b99d9ef6b86fb04ffeabd85831c6">VendorId</a> [3]</td></tr>
<tr class="memdesc:a1c616447230b040c41cae1fac1c7ec5a"><td class="mdescLeft">&#160;</td><td class="mdescRight">The CPUs vendor identification string as encoded in <code>cpuid 0</code> <code>ebx</code>, <code>edx</code>, and <code>ecx</code>, represented as it appears in these registers. <a href="#a1c616447230b040c41cae1fac1c7ec5a">More...</a><br /></td></tr>
<tr class="separator:a1c616447230b040c41cae1fac1c7ec5a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a354bb3c5b2c335237a3ccd6be5eb7bbc"><td class="memItemLeft" >
2015-10-08 14:55:01 -04:00
&#160;&#160;&#160;uint32_t&#160;&#160;&#160;<a class="el" href="unionCPU__INFORMATION.html#a6b072a6cae2e065111ef20acf21e355a">VersionInformation</a></td></tr>
<tr class="memdesc:a354bb3c5b2c335237a3ccd6be5eb7bbc"><td class="mdescLeft">&#160;</td><td class="mdescRight">Family, model, and stepping ID values as encoded in <code>cpuid 1</code> <code>eax</code>. <br /></td></tr>
<tr class="separator:a354bb3c5b2c335237a3ccd6be5eb7bbc"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae8c074d77fad27b834b002b60b8a25d5"><td class="memItemLeft" >
2015-10-08 14:55:01 -04:00
&#160;&#160;&#160;uint32_t&#160;&#160;&#160;<a class="el" href="unionCPU__INFORMATION.html#a044a13c077ea0b3834dd33e4a48027cc">FeatureInformation</a></td></tr>
<tr class="memdesc:ae8c074d77fad27b834b002b60b8a25d5"><td class="mdescLeft">&#160;</td><td class="mdescRight">A bitfield containing supported CPU capabilities as encoded in <code>cpuid 1</code> <code>edx</code>. <br /></td></tr>
<tr class="separator:ae8c074d77fad27b834b002b60b8a25d5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5dcf6a29bf4f1774023906815ef9a061"><td class="memItemLeft" >&#160;&#160;&#160;uint32_t&#160;&#160;&#160;<a class="el" href="unionCPU__INFORMATION.html#a7e6d74246b12843a3c7ca78e5dc67a3a">AMDExtendedCpuFeatures</a></td></tr>
<tr class="memdesc:a5dcf6a29bf4f1774023906815ef9a061"><td class="mdescLeft">&#160;</td><td class="mdescRight">A bitfield containing supported CPU capabalities as encoded in <code>cpuid 0x80000001</code> <code>edx</code>. <a href="#a5dcf6a29bf4f1774023906815ef9a061">More...</a><br /></td></tr>
<tr class="separator:a5dcf6a29bf4f1774023906815ef9a061"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a02f0cde49df244117e00bdd90525c6c2"><td class="memItemLeft" valign="top">}&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="unionCPU__INFORMATION.html#a02f0cde49df244117e00bdd90525c6c2">X86CpuInfo</a></td></tr>
<tr class="memdesc:a02f0cde49df244117e00bdd90525c6c2"><td class="mdescLeft">&#160;</td><td class="mdescRight">Information about 32-bit x86 CPUs, or x86_64 CPUs when running 32-bit x86 processes. <br /></td></tr>
<tr class="separator:a02f0cde49df244117e00bdd90525c6c2"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab2216105c6654a1cc8b4e7b6930da6df"><td class="memItemLeft" ><a id="ab2216105c6654a1cc8b4e7b6930da6df"></a>
2015-10-08 14:55:01 -04:00
struct {</td></tr>
<tr class="memitem:a09936da73e2e78211f0c97543f6b9ea2"><td class="memItemLeft" >
2015-10-08 14:55:01 -04:00
&#160;&#160;&#160;uint64_t&#160;&#160;&#160;<a class="el" href="unionCPU__INFORMATION.html#a05b7ec99316251c79f305c44134e30dd">ProcessorFeatures</a> [2]</td></tr>
<tr class="memdesc:a09936da73e2e78211f0c97543f6b9ea2"><td class="mdescLeft">&#160;</td><td class="mdescRight">Bitfields containing supported CPU capabilities as identified by bits corresponding to <a class="el" href="winnt_8h.html#PF_x">PF_*</a> values passed to <code>IsProcessorFeaturePresent()</code>. <br /></td></tr>
<tr class="separator:a09936da73e2e78211f0c97543f6b9ea2"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab2216105c6654a1cc8b4e7b6930da6df"><td class="memItemLeft" valign="top">}&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="unionCPU__INFORMATION.html#ab2216105c6654a1cc8b4e7b6930da6df">OtherCpuInfo</a></td></tr>
<tr class="memdesc:ab2216105c6654a1cc8b4e7b6930da6df"><td class="mdescLeft">&#160;</td><td class="mdescRight">Information about non-x86 CPUs, and x86_64 CPUs when not running 32-bit x86 processes. <br /></td></tr>
<tr class="separator:ab2216105c6654a1cc8b4e7b6930da6df"><td class="memSeparator" colspan="2">&#160;</td></tr>
2015-10-08 14:55:01 -04:00
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Information about the CPU (or CPUs) that ran the process that the minidump file contains a snapshot of. </p>
<p>This union only appears as <a class="el" href="structMINIDUMP__SYSTEM__INFO.html#ad5e99c9f3240a6ffae813b3e7b3ddd29" title="Information about the systems CPUs. ">MINIDUMP_SYSTEM_INFO::Cpu</a>. Its interpretation is controlled by <a class="el" href="structMINIDUMP__SYSTEM__INFO.html#adc85b29d7df8943baf1a96af23051ca8" title="The systems CPU architecture. This may be a PROCESSOR_ARCHITECTURE_* value, or a member of crashpad...">MINIDUMP_SYSTEM_INFO::ProcessorArchitecture</a>. </p>
</div><h2 class="groupheader">Member Data Documentation</h2>
<a id="a7e6d74246b12843a3c7ca78e5dc67a3a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a7e6d74246b12843a3c7ca78e5dc67a3a">&sect;&nbsp;</a></span>AMDExtendedCpuFeatures</h2>
2015-10-08 14:55:01 -04:00
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">uint32_t CPU_INFORMATION::AMDExtendedCpuFeatures</td>
</tr>
</table>
</div><div class="memdoc">
<p>A bitfield containing supported CPU capabalities as encoded in <code>cpuid 0x80000001</code> <code>edx</code>. </p>
<p>This field is only valid if <a class="el" href="unionCPU__INFORMATION.html#af239b99d9ef6b86fb04ffeabd85831c6" title="The CPUs vendor identification string as encoded in cpuid 0 ebx, edx, and ecx, represented as it ap...">VendorId</a> identifies the CPU vendor as “AuthenticAMD”. </p>
</div>
</div>
<a id="af239b99d9ef6b86fb04ffeabd85831c6"></a>
<h2 class="memtitle"><span class="permalink"><a href="#af239b99d9ef6b86fb04ffeabd85831c6">&sect;&nbsp;</a></span>VendorId</h2>
2015-10-08 14:55:01 -04:00
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">uint32_t CPU_INFORMATION::VendorId[3]</td>
</tr>
</table>
</div><div class="memdoc">
<p>The CPUs vendor identification string as encoded in <code>cpuid 0</code> <code>ebx</code>, <code>edx</code>, and <code>ecx</code>, represented as it appears in these registers. </p>
<p>For Intel CPUs, <code>[0]</code> will encode “Genu”, <code>[1]</code> will encode “ineI”, and <code>[2]</code> will encode “ntel”, for a vendor ID string “GenuineIntel”.</p>
<dl class="section note"><dt>Note</dt><dd>The Windows documentation incorrectly states that these fields are to be interpreted as <code>cpuid 0</code> <code>eax</code>, <code>ebx</code>, and <code>ecx</code>. </dd></dl>
</div>
</div>
<hr/>The documentation for this union was generated from the following file:<ul>
<li>compat/non_win/<a class="el" href="dbghelp_8h.html">dbghelp.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.12
2015-10-08 14:55:01 -04:00
</small></address>
</body>
</html>