Searched defs:lguest_pages (Results 1 – 2 of 2) sorted by relevance
26 struct lguest_pages { struct28 char spare[PAGE_SIZE - sizeof(struct lguest_regs)];29 struct lguest_regs regs;32 struct lguest_ro_state state;
66 static struct lguest_pages *lguest_pages(unsigned int cpu) in lguest_pages() function