Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/lguest/
Dlg.h27 char spare[PAGE_SIZE - sizeof(struct lguest_regs)];
28 struct lguest_regs regs;
60 struct lguest_regs *regs;
/linux-4.1.27/arch/x86/include/asm/
Dlguest.h31 struct lguest_regs { struct
/linux-4.1.27/drivers/lguest/x86/
Dcore.c702 struct lguest_regs *regs = cpu->regs; in lguest_arch_setup_regs()