You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
175 lines
7.0 KiB
XML
175 lines
7.0 KiB
XML
7 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!--
|
||
|
Copyright (c) 2016 OpenPOWER Foundation
|
||
5 years ago
|
|
||
7 years ago
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||
|
you may not use this file except in compliance with the License.
|
||
|
You may obtain a copy of the License at
|
||
|
|
||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||
|
|
||
|
Unless required by applicable law or agreed to in writing, software
|
||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||
|
See the License for the specific language governing permissions and
|
||
|
limitations under the License.
|
||
5 years ago
|
|
||
7 years ago
|
-->
|
||
5 years ago
|
<section xmlns="http://docbook.org/ns/docbook"
|
||
7 years ago
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||
5 years ago
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||
7 years ago
|
version="5.0"
|
||
5 years ago
|
xml:id="sec_pa_processor_binding_terms">
|
||
|
|
||
7 years ago
|
<title>Terms</title>
|
||
5 years ago
|
|
||
7 years ago
|
<para>This standard uses technical terms as they are defined in the
|
||
|
IEEE Std 1275-1994 Standard and other
|
||
|
documents cited in “References”, plus the following
|
||
|
terms:</para>
|
||
|
|
||
5 years ago
|
<variablelist>
|
||
7 years ago
|
|
||
|
<varlistentry>
|
||
|
<term><emphasis role="bold">core, core specification, core document</emphasis></term>
|
||
|
<listitem>
|
||
|
<para>Refers to IEEE Std 1275-1994 Standard for Boot (Initialization,
|
||
|
Configuration) Firmware, Core Practices and Requirements</para>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry>
|
||
|
<term><emphasis role="bold">core errata</emphasis></term>
|
||
|
<listitem>
|
||
|
<para>Refers to Core Errata, IEEE P1275.7</para>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry>
|
||
|
<term><emphasis role="bold">effective address</emphasis></term>
|
||
|
<listitem>
|
||
|
<para>The 64- or 32-bit address computed by the processor
|
||
|
when executing a Storage Access or Branch instruction, or when fetching the
|
||
|
next sequential instruction. If address translation is disabled, the real
|
||
|
address is the same as the effective address. If address translation is
|
||
|
enabled, the real address is determined by, but not necessarily identical
|
||
|
to, the effective address.</para>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry>
|
||
|
<term><emphasis role="bold">linkage area</emphasis></term>
|
||
|
<listitem>
|
||
|
<para>An area within the stack that is reserved for saving
|
||
|
certain registers across procedure calls in PA run-time models. This area
|
||
|
is reserved by the caller and is allocated above the current stack pointer
|
||
|
(<literal>%r1</literal>).</para>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry>
|
||
|
<term><emphasis role="bold">Open Firmware (OF)</emphasis></term>
|
||
|
<listitem>
|
||
5 years ago
|
<para>The firmware architecture defined by
|
||
|
<xref linkend="dbdoclet.50569387_45524" /> and
|
||
7 years ago
|
<xref linkend="dbdoclet.50569387_14175" />, or, when used as an adjective,
|
||
|
a software component compliant with the core specification and
|
||
|
errata.</para>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry>
|
||
|
<term><emphasis role="bold">procedure descriptor</emphasis></term>
|
||
|
<listitem>
|
||
|
<para>A data structure used by some PA run-time models
|
||
|
to represent a C “pointer to procedure”. The first word of this
|
||
|
structure contains the actual address of the procedure.</para>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry>
|
||
|
<term><emphasis role="bold">processor bus</emphasis></term>
|
||
|
<listitem>
|
||
|
<para>The bus that connects the CPU chip to the system.</para>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry>
|
||
|
<term><emphasis role="bold">real address</emphasis></term>
|
||
|
<listitem>
|
||
|
<para>An address that the processor presents on the processor
|
||
|
bus.</para>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry>
|
||
|
<term><emphasis role="bold">real-mode</emphasis></term>
|
||
|
<listitem>
|
||
|
<para>The mode in which OF and its client are running with
|
||
|
translation disabled; all addresses passed between the client and OF are
|
||
|
real (i.e., hardware) addresses.</para>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry>
|
||
|
<term><emphasis role="bold">segmented address translation</emphasis></term>
|
||
|
<listitem>
|
||
|
<para>The process whereby an Effective Address (EA) is translated into a
|
||
|
Virtual Address (VA) and the virtual address is translated into a Real
|
||
|
Address (RA). (see
|
||
5 years ago
|
<xref linkend="dbdoclet.50569374_41703" />and Book III of
|
||
7 years ago
|
<xref linkend="dbdoclet.50569387_99718" />for more detail.)</para>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry>
|
||
|
<term><emphasis role="bold">suspend</emphasis></term>
|
||
|
<listitem>
|
||
|
<para>A form of Power Management characterized by a fast recovery
|
||
|
to full operation. Typically, system memory will not be powered off while
|
||
|
in the suspend state.</para>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry>
|
||
|
<term><emphasis role="bold">Table of Contents (TOC)</emphasis></term>
|
||
|
<listitem>
|
||
|
<para>A data structure used by some PA run-time models that is used for
|
||
|
access to global variables and for inter-module linkage. When a TOC is
|
||
|
used,
|
||
|
<emphasis>%r2</emphasis> contains its base address.</para>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry>
|
||
|
<term><emphasis role="bold">Virtual Address</emphasis></term>
|
||
|
<listitem>
|
||
5 years ago
|
<para>In IEEE 1275 parlance, the address that a program uses to access
|
||
7 years ago
|
a memory location or
|
||
|
memory-mapped device register. Depending on the presence or absence of
|
||
|
memory mapping hardware in the system, and whether or not that mapping
|
||
|
hardware is enabled, a virtual address may or may not be the same as the
|
||
|
physical (real) address that appears on an external bus. The IEEE 1275
|
||
|
definition of “virtual address” corresponds to The PA's
|
||
|
definition of “effective address.” Except as noted, this
|
||
|
document uses the IEEE 1275 definition of virtual address.</para>
|
||
5 years ago
|
|
||
|
<para>In PA parlance, an internal address within the PA address
|
||
7 years ago
|
translation mechanism, used
|
||
|
as in intermediate term in the translation of an effective address to the
|
||
|
corresponding real address.</para>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry>
|
||
|
<term><emphasis role="bold">virtual-mode</emphasis></term>
|
||
|
<listitem>
|
||
|
<para>The mode in which OF and its client share a single
|
||
|
virtual address space, and address translation is enabled; all addresses
|
||
|
passed between the client and OF are virtual (translated) addresses.</para>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
</variablelist>
|
||
5 years ago
|
|
||
|
</section>
|