Searched defs:clear_LDT (Results 1 – 2 of 2) sorted by relevance
72 static inline void clear_LDT(void) in clear_LDT() function
78 #define clear_LDT(n) asm volatile("lldt %w0"::"r" (0)) macro