Home
last modified time | relevance | path

Searched refs:lazy_save_gs (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dsegment.h286 # define lazy_save_gs(v) savesegment(gs, (v)) macro
292 # define lazy_save_gs(v) do { } while (0) macro
/linux-4.1.27/arch/x86/kernel/
Dprocess_32.c264 lazy_save_gs(prev->gs); in __switch_to()