Searched defs:xiocb_cpuctl (Results 1 – 1 of 1) sorted by relevance
65 struct xiocb_cpuctl { struct66 u64 cpu_number; /* cpu number to control */67 u64 cpu_command; /* command to issue to CPU */68 u64 start_addr; /* CPU start address */69 u64 gp_val; /* starting GP value */70 u64 sp_val; /* starting SP value */71 u64 a1_val; /* starting A1 value */119 struct xiocb_cpuctl xiocb_cpuctl; member