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

/external/kernel-headers/original/asm-x86/
H A Dsystem_32.h95 asm volatile ("clts");
184 #define clts() (native_clts()) macro
H A Dparavirt.h80 void (*clts)(void); member in struct:pv_cpu_ops
494 static inline void clts(void) function
496 PVOP_VCALL0(pv_cpu_ops.clts);

Completed in 309 milliseconds