Searched defs:launch_s (Results 1 – 1 of 1) sorted by relevance
67 typedef struct launch_s { struct68 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