Searched defs:is_gdt_sel (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dldt.c149 static inline int is_gdt_sel( unsigned short sel ) { return !(sel & 4); } function
172 if (is_gdt_sel(sel))
277 return is_gdt_sel(sel) || ((sel >> 3) < LDT_FIRST_ENTRY);
291 if (is_gdt_sel(sel)) /* GDT selector */
408 if (global_fs_sel && is_gdt_sel(global_fs_sel)) return global_fs_sel;
465 if (is_gdt_sel(sel)) return; /* nothing to do */

Completed in 44 milliseconds