Searched defs:x86_fx_thread_state (Results 1 – 1 of 1) sorted by relevance
67 struct x86_fx_thread_state { struct68 unsigned short fx_control; /* control */69 unsigned short fx_status; /* status */70 unsigned char fx_tag; /* register tags */71 unsigned char fx_bbz1; /* better be zero when calling fxrtstor */72 unsigned short fx_opcode;73 union {87 unsigned int fx_MXCSR;111 struct x86_fx_thread_state fp; argument