Searched defs:thread_struct (Results 1 – 1 of 1) sorted by relevance
1134 struct thread_struct { struct1135 unsigned long ksp; /* Kernel stack pointer */1136 unsigned long wchan; /* Event task is sleeping on */1138 mm_segment_t fs; /* for get_fs() validation */1139 void *pgdir; /* root of page-table tree */1140 signed long last_syscall;1141 double fpr[32]; /* Complete floating point set */1143 unsigned long fpscr; /* Floating point status */1145 vector128 vr[32]; /* Complete AltiVec set */1146 vector128 vscr; /* AltiVec status */[all …]
Completed in 17 milliseconds