#include <asm/sn/types.h>
#include <asm/sn/addrs.h>
Go to the source code of this file.
#define LAUNCH_MAGIC 0xaddbead2addbead3 |
#define LAUNCH_OFF_BEVECC 0x48 |
#define LAUNCH_OFF_BEVNORMAL 0x40 |
#define LAUNCH_OFF_BEVUTLB 0x38 |
#define LAUNCH_OFF_BUSY 0x08 |
#define LAUNCH_OFF_CALL 0x10 |
#define LAUNCH_OFF_CALLC 0x18 |
#define LAUNCH_OFF_CALLPARM 0x20 |
#define LAUNCH_OFF_GP 0x30 |
#define LAUNCH_OFF_MAGIC 0x00 /* Struct offsets for assembly */ |
#define LAUNCH_OFF_STACK 0x28 |
Value:
launch_proc_t call_addr,
\
void *gp_addr)) \
IP27PROM_LAUNCHSLAVE)
Definition at line 85 of file launch.h.
#define LAUNCH_STATE_RECD 2 |
#define LAUNCH_STATE_SENT 1 |
Value:(*(
void (*)(
int nasid,
int cpu,
int timeout_msec)) \
IP27PROM_WAITSLAVE)
Definition at line 92 of file launch.h.
typedef void(* launch_proc_t)(u64 call_parm) |