Searched defs:xiocb_cpuctl (Results 1 – 1 of 1) sorted by relevance
78 struct xiocb_cpuctl { struct79 u64 cpu_number; /* cpu number to control */80 u64 cpu_command; /* command to issue to CPU */81 u64 start_addr; /* CPU start address */82 u64 gp_val; /* starting GP value */83 u64 sp_val; /* starting SP value */84 u64 a1_val; /* starting A1 value */132 struct xiocb_cpuctl xiocb_cpuctl; member