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.
37 lines
1.4 KiB
XML
37 lines
1.4 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:xl="http://www.w3.org/1999/xlink"
|
||
7 years ago
|
version="5.0" xml:lang="en"
|
||
|
xml:id="dbdoclet.50569337_42315">
|
||
5 years ago
|
|
||
7 years ago
|
<title>RTAS Error and Event Information Reporting</title>
|
||
5 years ago
|
|
||
7 years ago
|
<para><emphasis role="bold">Architecture Note:</emphasis> All data formats listed in this section are either
|
||
|
referenced as byte fields (and therefore are independent of Endian
|
||
|
orientation), or an indicator in the data structure describes their Endian
|
||
|
orientation. Bits are numbered from left (high-order:0) to right
|
||
|
(low-order:7).</para>
|
||
|
|
||
|
<xi:include href="sec_rtas_error_reporting_introduction.xml"/>
|
||
|
<xi:include href="sec_rtas_error_reporting_return_format.xml"/>
|
||
|
<xi:include href="sec_rtas_error_reporting_location_codes.xml"/>
|
||
5 years ago
|
|
||
|
</section>
|