Home
last modified time | relevance | path

Searched defs:mdglobaldata (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/platform/pc64/include/
H A Dglobaldata.h66 struct mdglobaldata { struct
67 struct globaldata mi;
68 struct user_segment_descriptor gd_common_tssd;
70 struct thread *gd_npxthread;
73 int gd_fpu_lock; /* fast bcopy/zero cpu lock */
75 int gd_unused001;
76 int gd_spending; /* software interrupt pending */
77 int gd_sdelayed; /* delayed software ints */
78 int gd_currentldt;
102 ((sizeof(struct mdglobaldata) + PAGE_MASK) & ~PAGE_MASK) argument
[all …]
/dragonfly/sys/platform/vkernel64/include/
H A Dglobaldata.h66 struct mdglobaldata { struct
87 ((sizeof(struct mdglobaldata) + PAGE_MASK) & ~PAGE_MASK) argument
109 struct mdglobaldata mdglobaldata; member