Searched refs:lguest_pages (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/x86/kernel/ |
D | asm-offsets_32.c | 79 OFFSET(LGUEST_PAGES_host_gdt_desc, lguest_pages, state.host_gdt_desc); in foo() 80 OFFSET(LGUEST_PAGES_host_idt_desc, lguest_pages, state.host_idt_desc); in foo() 81 OFFSET(LGUEST_PAGES_host_cr3, lguest_pages, state.host_cr3); in foo() 82 OFFSET(LGUEST_PAGES_host_sp, lguest_pages, state.host_sp); in foo() 83 OFFSET(LGUEST_PAGES_guest_gdt_desc, lguest_pages,state.guest_gdt_desc); in foo() 84 OFFSET(LGUEST_PAGES_guest_idt_desc, lguest_pages,state.guest_idt_desc); in foo() 85 OFFSET(LGUEST_PAGES_guest_gdt, lguest_pages, state.guest_gdt); in foo() 86 OFFSET(LGUEST_PAGES_regs_trapnum, lguest_pages, regs.trapnum); in foo() 87 OFFSET(LGUEST_PAGES_regs_errcode, lguest_pages, regs.errcode); in foo() 88 OFFSET(LGUEST_PAGES_regs, lguest_pages, regs); in foo()
|
/linux-4.1.27/drivers/lguest/x86/ |
D | core.c | 67 static struct lguest_pages *lguest_pages(unsigned int cpu) in lguest_pages() function 69 return &(((struct lguest_pages *)(switcher_addr + PAGE_SIZE))[cpu]); in lguest_pages() 85 static void copy_in_guest_info(struct lg_cpu *cpu, struct lguest_pages *pages) in copy_in_guest_info() 133 static void run_guest_once(struct lg_cpu *cpu, struct lguest_pages *pages) in run_guest_once() 272 run_guest_once(cpu, lguest_pages(raw_smp_processor_id())); in lguest_arch_run_guest() 509 struct lguest_pages *pages = lguest_pages(i); in lguest_arch_host_init()
|
/linux-4.1.27/drivers/lguest/ |
D | lg.h | 25 struct lguest_pages { struct 62 struct lguest_pages *last_pages; 194 void map_switcher_in_guest(struct lg_cpu *cpu, struct lguest_pages *pages);
|
D | page_tables.c | 1167 void map_switcher_in_guest(struct lg_cpu *cpu, struct lguest_pages *pages) in map_switcher_in_guest() 1207 + raw_smp_processor_id() * sizeof(struct lguest_pages); in map_switcher_in_guest()
|