Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / sam / docs / ui-cmds / flag_addressing_options.html
CommitLineData
920dae64
AT
1<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2<html>
3<head>
4<title>SPARC Architectural Model: User Commands</title>
5</head>
6<body bgcolor="#FFFFFF" LANG="en-US">
7<div STYLE="margin-bottom: 0cm"></div>&nbsp;
8
9<h2>
10Addressing Options
11</h2>
12
13<h4>
14NAME
15</h4>
16<ul>
17Addressing Options - Common flags for controlling address calculation
18</ul>
19
20<h4>SYNOPSIS</h4>
21<tt>
22<ul>
23-pa|-ra|-va<br>
24-context&nbsp;<i>context-id</i><br>
25-partition&nbsp;<i>partition-id</i>
26</ul>
27</tt>
28
29<h4>DESCRIPTION</h4>
30<ul>
31This collection of flags control how addresses are interpreted by all
32commands that take an address as an argument.
33<p>
34The -va, -ra, and -pa flags control whether all addresses passed to a
35command are interpreted as a virtual address, a real address, or a
36physical address.
37These flags are mutually exclusive; only one of them may appear on
38the command line.
39Each command taking an address must document its default
40interpretation of addresses as virtual, real, or physical.
41<p>
42The mapping of virtual addresses use a context id and
43partition id.
44The context id may be specified by the -context flag.
45The partition id may be specified by the -partition flag.
46By default, the context and partition are obtained from the cpu used
47by the command, which may be the command's default cpu or specified by
48the <a href="flag_cpu.html">-cpu</a> flag.
49<p>
50</ul>
51
52<h4>RETURN VALUES</h4>
53<ul>
54None.
55</ul>
56
57<h4>SEE ALSO</h4>
58
59<hr>
60</body>
61</html>