Home
last modified time | relevance | path

Searched refs:lazy_load_gs (Results 1 – 5 of 5) sorted by relevance

/arch/x86/include/asm/
Dsegment.h379 # define lazy_load_gs(v) loadsegment(gs, (v)) macro
385 # define lazy_load_gs(v) do { } while (0) macro
Dmmu_context.h226 lazy_load_gs(0); \
/arch/x86/kernel/
Dprocess_32.c291 lazy_load_gs(next->gs); in __switch_to()
Dvm86_32.c159 lazy_load_gs(vm86->regs32.gs); in save_v86_state()
/arch/x86/xen/
Denlighten_pv.c558 lazy_load_gs(0); in xen_load_tls()