Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / sam / docs / ui-cmds / cmd_translate.html
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>SPARC Architectural Model: User Commands</title>
</head>
<body bgcolor="#FFFFFF" LANG="en-US">
<div STYLE="margin-bottom: 0cm"></div>&nbsp;
<h2>
translate
</h2>
<h4>
NAME
</h4>
<ul>
translate - translate virtual address to physical
</ul>
<h4>SYNOPSIS</h4>
<tt>
<ul>
translate [-cpu <i>cpu_set</i>]
[-pa|-ra|-va] [-context_id <i>context</i>] [-partition-id <i>partition</i>] <i>address</i>
</ul>
</tt>
<h4>DESCRIPTION</h4>
<ul>
Translate the given virtual address to a physical one.
The <a href="flag_cpu.html">-cpu</a> flag selects which cpu's context
and partition ids control real and virtual address translation.
The remaining flags control whether <i>address</i> is translated as a
physical, real, or virtual address.
More details on these flags can be found <a
href="flag_addressing_options.html">here</a>.
</ul>
<h4>RETURN VALUES</h4>
<ul>
Returns a physical address.
</ul>
<hr>
</body>
</html>