Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dsegment.h326 # define lazy_save_gs(v) savesegment(gs, (v)) macro
332 # define lazy_save_gs(v) do { } while (0) macro
/arch/x86/kernel/
Dprocess_32.c261 lazy_save_gs(prev->gs); in __switch_to()
Dvm86_32.c366 lazy_save_gs(vm86->regs32.gs); in do_sys_vm86()