Lines Matching full:rtas
8 #include <asm/rtas-types.h>
13 * Definitions for talking to the RTAS on CHRP machines.
20 #define RTAS_INSTANTIATE_MAX (1ULL<<30) /* Don't instantiate rtas at/above this value */
25 /* RTAS return status codes */
26 #define RTAS_BUSY -2 /* RTAS Busy */
37 * In general to call RTAS use rtas_token("string") to lookup
38 * an RTAS token for the given string (e.g. "event-scan").
47 * may be safely used for one-shot calls to RTAS.
51 /* RTAS event classes */
58 /* RTAS event severity */
66 /* RTAS event disposition */
71 /* RTAS event initiator */
79 /* RTAS event target */
87 /* RTAS event type */
127 /* RTAS check-exception vector offset */
238 extern struct rtas_t rtas;
297 #define ERR_TYPE_RTAS_LOG 0x2 /* from rtas event-scan */
305 #define RTAS_DEBUG KERN_DEBUG "RTAS: "
311 * for all rtas calls that require an error buffer argument.
312 * This includes 'check-exception' and 'rtas-last-error'.
322 /* Some RTAS ops require a data buffer and that buffer must be < 4G.
324 * (get the lock first), make the RTAS call. Copy the data instead
332 /* RMO buffer reserved for user-space RTAS use */
338 * rtas_config_addr - Format a busno, devfn and reg for RTAS.
344 * required for RTAS calls that take a "config_addr" parameter.
366 * move some of the rtas suspend-me stuff to pseries */