Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dlguest.h7 #define LGUEST_DS (GDT_ENTRY_LGUEST_DS * 8) macro
/linux-3.4.99/drivers/lguest/x86/
Dswitcher_32.S220 movl $(LGUEST_DS), %eax; \
Dcore.c527 state->guest_tss.ss0 = LGUEST_DS; in lguest_arch_host_init()