Home
last modified time | relevance | path

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

/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
/arch/x86/kernel/
Dprocess_32.c268 lazy_save_gs(prev->gs); in __switch_to()
Dvm86_32.c355 lazy_save_gs(vm86->regs32.gs); in do_sys_vm86()