Searched refs:unsetThread (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp1214 static Thread* unsetThread = NULL; local
1216 x86_write_msr(IA32_MSR_GS_BASE, (addr_t)&unsetThread);
1218 asm volatile("mov %0, %%gs:0" : : "r" (unsetThread) : "memory");

Completed in 80 milliseconds