Newer
Older
UbixOS / doc / html / getphysicaladdr_8c.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>UbixOS V2: src/sys/vmm/getphysicaladdr.c File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
  <ul>
    <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="classes.html"><span>Data&nbsp;Structures</span></a></li>
    <li id="current"><a href="files.html"><span>Files</span></a></li>
    <li><a href="dirs.html"><span>Directories</span></a></li>
    <li>
      <form action="search.php" method="get">
        <table cellspacing="0" cellpadding="0" border="0">
          <tr>
            <td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td>
            <td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
          </tr>
        </table>
      </form>
    </li>
  </ul></div>
<div class="tabs">
  <ul>
    <li><a href="files.html"><span>File&nbsp;List</span></a></li>
    <li><a href="globals.html"><span>Globals</span></a></li>
  </ul></div>
<div class="nav">
<a class="el" href="dir_897b6a2d7bab147dd1db58381aad3984.html">src</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_832905b1f7f5feaf61a306b40c0ac817.html">sys</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_b87deefade4e886319aa926bd3ba1491.html">vmm</a></div>
<h1>getphysicaladdr.c File Reference</h1><code>#include &lt;<a class="el" href="vmm_8h-source.html">vmm/vmm.h</a>&gt;</code><br>

<p>
Include dependency graph for getphysicaladdr.c:<p><center><img src="getphysicaladdr_8c__incl.png" border="0" usemap="#src/sys/vmm/getphysicaladdr.c_map" alt=""></center>
<map name="src/sys/vmm/getphysicaladdr.c_map">
<area href="vmm_8h.html" shape="rect" coords="287,31,394,57" alt="">
<area href="paging_8h.html" shape="rect" coords="443,5,563,32" alt="">
<area href="types_8h.html" shape="rect" coords="612,31,732,57" alt="">
</map>

<p>
<a href="getphysicaladdr_8c-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="types_8h.html#ba29fd78d95cce0ecb249c24b58d07da">u_int32_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="getphysicaladdr_8c.html#95ad0d803875fb80bd19bd5ef963bfc2">vmm_getPhysicalAddr</a> (<a class="el" href="types_8h.html#5847ea0262a5aa61eee48cbe95544a78">uInt32</a> pageAddr)</td></tr>

</table>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="95ad0d803875fb80bd19bd5ef963bfc2"></a><!-- doxytag: member="getphysicaladdr.c::vmm_getPhysicalAddr" ref="95ad0d803875fb80bd19bd5ef963bfc2" args="(uInt32 pageAddr)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="types_8h.html#ba29fd78d95cce0ecb249c24b58d07da">u_int32_t</a> vmm_getPhysicalAddr           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="types_8h.html#5847ea0262a5aa61eee48cbe95544a78">uInt32</a>&nbsp;</td>
          <td class="paramname"> <em>pageAddr</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Function: void *vmmGetPhysicalAddr(); Description: Returns The Physical Address Of The Virtual Page Notes: 
<p>
Definition at line <a class="el" href="getphysicaladdr_8c-source.html#l00040">40</a> of file <a class="el" href="getphysicaladdr_8c-source.html">getphysicaladdr.c</a>.
<p>
References <a class="el" href="paging_8h-source.html#l00043">tablesBaseAddress</a>, and <a class="el" href="ap-boot_8S-source.html#l00052">x1000</a>.
<p>
Referenced by <a class="el" href="pagefault_8c-source.html#l00053">vmm_pageFault()</a>, <a class="el" href="copyvirtualspace_8c-source.html#l00053">vmmCopyVirtualSpace()</a>, and <a class="el" href="createvirtualspace_8c-source.html#l00081">vmmCreateVirtualSpace()</a>.
</div>
</div><p>
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 15 11:26:24 2006 for UbixOS V2 by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
</body>
</html>