Home
last modified time | relevance | path

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

/drivers/lguest/x86/
Dcore.c66 static struct lguest_pages *lguest_pages(unsigned int cpu) in lguest_pages() function
68 return &(((struct lguest_pages *)(switcher_addr + PAGE_SIZE))[cpu]); in lguest_pages()
84 static void copy_in_guest_info(struct lg_cpu *cpu, struct lguest_pages *pages) in copy_in_guest_info()
132 static void run_guest_once(struct lg_cpu *cpu, struct lguest_pages *pages) in run_guest_once()
223 run_guest_once(cpu, lguest_pages(raw_smp_processor_id())); in lguest_arch_run_guest()
490 struct lguest_pages *pages = lguest_pages(i); in lguest_arch_host_init()
/drivers/lguest/
Dlg.h25 struct lguest_pages { struct
59 struct lguest_pages *last_pages;
199 void map_switcher_in_guest(struct lg_cpu *cpu, struct lguest_pages *pages);
Dpage_tables.c1122 void map_switcher_in_guest(struct lg_cpu *cpu, struct lguest_pages *pages) in map_switcher_in_guest()
1162 + raw_smp_processor_id() * sizeof(struct lguest_pages); in map_switcher_in_guest()