Lines Matching full:rtas
9 #include <asm/rtas-types.h>
14 * Definitions for talking to the RTAS on CHRP machines.
106 * Opaque handle for client code to refer to RTAS functions. All valid
200 #define RTAS_INSTANTIATE_MAX (1ULL<<30) /* Don't instantiate rtas at/above this value */
206 * Common RTAS function return values, derived from the table "RTAS
212 * RTAS functions may use negative and positive numbers not in this
231 /* RTAS event classes */
238 /* RTAS event severity */
246 /* RTAS event disposition */
251 /* RTAS event initiator */
259 /* RTAS event target */
267 /* RTAS event type */
307 /* RTAS check-exception vector offset */
419 extern struct rtas_t rtas;
479 #define ERR_TYPE_RTAS_LOG 0x2 /* from rtas event-scan */
487 #define RTAS_DEBUG KERN_DEBUG "RTAS: "
493 * for all rtas calls that require an error buffer argument.
494 * This includes 'check-exception' and 'rtas-last-error'.
504 /* Some RTAS ops require a data buffer and that buffer must be < 4G.
506 * (get the lock first), make the RTAS call. Copy the data instead
514 /* RMO buffer reserved for user-space RTAS use */
522 * rtas_config_addr - Format a busno, devfn and reg for RTAS.
528 * required for RTAS calls that take a "config_addr" parameter.
550 * move some of the rtas suspend-me stuff to pseries */