Searched defs:mdglobaldata (Results 1 – 2 of 2) sorted by relevance
66 struct mdglobaldata { struct67 struct globaldata mi;68 struct user_segment_descriptor gd_common_tssd;69 struct user_segment_descriptor *gd_tss_gdt; /* gd_gdt[GPROC0_SEL] */70 struct thread *gd_npxthread;71 union savefpu gd_savefpu; /* fast bcopy/zero temp fpu save area */72 union savefpu gd_zerofpu; /* xrstor/fxrstor/frstor zero regs */73 int gd_fpu_lock; /* fast bcopy/zero cpu lock */74 int gd_xinvaltlb; /* reentrancy check invaltlb routine */75 int gd_unused001;[all …]
66 struct mdglobaldata { struct87 ((sizeof(struct mdglobaldata) + PAGE_MASK) & ~PAGE_MASK) argument109 struct mdglobaldata mdglobaldata; member