Searched defs:arch_thread (Results 1 – 4 of 4) sorted by relevance
28 struct arch_thread { struct29 vaddr_t sp;33 bool fpused;35 uint32_t fpscr;36 uint32_t fpexc;37 double fpregs[32];
29 struct arch_thread { struct30 vaddr_t sp;31 bool was_preempted;35 bool fpused;38 float fpregs[16];
46 struct arch_thread { struct47 vaddr_t sp;48 vaddr_t fs_base;50 vaddr_t *fpu_states;51 uint8_t fpu_buffer[512 + 16];
41 struct arch_thread { struct42 vaddr_t sp;43 struct fpstate fpstate;45 struct packeys packeys;