Home
last modified time | relevance | path

Searched defs:launch_s (Results 1 – 1 of 1) sorted by relevance

/linux/arch/mips/include/asm/sn/
H A Dlaunch.h67 typedef struct launch_s { struct
68 volatile u64 magic; /* Magic number */
69 volatile u64 busy; /* Slave currently active */
70 volatile launch_proc_t call_addr; /* Func. for slave to call */
71 volatile u64 call_addr_c; /* 1's complement of call_addr*/
95 #define LAUNCH_POLL (*(launch_state_t (*)(int nasid, int cpu)) \ argument