Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/lguest/
Dlg.h28 char spare[PAGE_SIZE - sizeof(struct lguest_regs)];
29 struct lguest_regs regs;
58 struct lguest_regs *regs;
/linux-2.6.39/arch/x86/include/asm/
Dlguest.h41 struct lguest_regs { struct
/linux-2.6.39/drivers/lguest/x86/
Dcore.c757 struct lguest_regs *regs = cpu->regs; in lguest_arch_setup_regs()