blob: 65f4b0e5dfaf0ac98e72ce41b30636a638bd3fa8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
OPAL_GET_XIVE
=============
::
#define OPAL_GET_XIVE 20
The host calls this function to return the configuration of an
interrupt source. See OPAL_SET_XIVE for details.
Parameters
----------
``isn``
The ``isn`` is the global interrupt number being queried
``server_number``
the ``server_number`` returns the mangled server (processor)
that is set to receive that interrupt.
``priority``
the ``priority`` returns the current interrupt priority setting
for that interrupt.
|