Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / sam / docs / ui-cmds / flag_addressing_options.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>
Addressing Options
</h2>
<h4>
NAME
</h4>
<ul>
Addressing Options - Common flags for controlling address calculation
</ul>
<h4>SYNOPSIS</h4>
<tt>
<ul>
-pa|-ra|-va<br>
-context&nbsp;<i>context-id</i><br>
-partition&nbsp;<i>partition-id</i>
</ul>
</tt>
<h4>DESCRIPTION</h4>
<ul>
This collection of flags control how addresses are interpreted by all
commands that take an address as an argument.
<p>
The -va, -ra, and -pa flags control whether all addresses passed to a
command are interpreted as a virtual address, a real address, or a
physical address.
These flags are mutually exclusive; only one of them may appear on
the command line.
Each command taking an address must document its default
interpretation of addresses as virtual, real, or physical.
<p>
The mapping of virtual addresses use a context id and
partition id.
The context id may be specified by the -context flag.
The partition id may be specified by the -partition flag.
By default, the context and partition are obtained from the cpu used
by the command, which may be the command's default cpu or specified by
the <a href="flag_cpu.html">-cpu</a> flag.
<p>
</ul>
<h4>RETURN VALUES</h4>
<ul>
None.
</ul>
<h4>SEE ALSO</h4>
<hr>
</body>
</html>