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