Searched refs:lguest (Results 1 – 13 of 13) sorted by relevance
/drivers/lguest/ |
D | Kconfig | 8 "lguest" command found in the tools/lguest directory. 10 Note that "lguest" is pronounced to rhyme with "fell quest", 11 not "rustyvisor". See tools/lguest/lguest.txt.
|
D | lg.h | 41 struct lguest *lg; 92 struct lguest { struct 122 bool lguest_address_ok(const struct lguest *lg, argument 174 bool check_syscall_vector(struct lguest *lg); 188 int init_guest_pagetable(struct lguest *lg); 189 void free_guest_pagetable(struct lguest *lg); 191 void guest_set_pgd(struct lguest *lg, unsigned long gpgdir, u32 i); 193 void guest_set_pmd(struct lguest *lg, unsigned long gpgdir, u32 i);
|
D | lguest_user.c | 90 static int add_eventfd(struct lguest *lg, unsigned long addr, int fd) in add_eventfd() 153 static int attach_eventfd(struct lguest *lg, const unsigned long __user *input) in attach_eventfd() 203 struct lguest *lg = file->private_data; in read() 259 cpu->lg = container_of(cpu, struct lguest, cpus[id]); in lg_cpu_start() 320 struct lguest *lg; in initialize() 408 struct lguest *lg = file->private_data; in write() 453 struct lguest *lg = file->private_data; in close()
|
D | page_tables.c | 628 static void flush_user_mappings(struct lguest *lg, int idx) in flush_user_mappings() 689 static unsigned int find_pgdir(struct lguest *lg, unsigned long pgtable) in find_pgdir() 783 static void release_all_pagetables(struct lguest *lg) in release_all_pagetables() 985 void guest_set_pgd(struct lguest *lg, unsigned long gpgdir, u32 idx) in guest_set_pgd() 1011 void guest_set_pmd(struct lguest *lg, unsigned long pmdp, u32 idx) in guest_set_pmd() 1028 int init_guest_pagetable(struct lguest *lg) in init_guest_pagetable() 1083 void free_guest_pagetable(struct lguest *lg) in free_guest_pagetable()
|
D | README | 1 Welcome, friend reader, to lguest. 13 lguest, and hypervisors and x86 virtualization in general.
|
D | Makefile | 21 @sh ../../tools/lguest/extract $(PREFIX) `find ../../* -name '*.[chS]' -wholename '*lguest*'`
|
D | core.c | 176 bool lguest_address_ok(const struct lguest *lg, in lguest_address_ok()
|
D | interrupts_and_traps.c | 288 bool check_syscall_vector(struct lguest *lg) in check_syscall_vector()
|
/drivers/ |
D | Makefile | 108 obj-y += lguest/
|
/drivers/tty/hvc/ |
D | Kconfig | 7 hypervisors (pSeries, iSeries, Xen, lguest).
|
/drivers/net/ |
D | Kconfig | 245 lguest or QEMU based VMMs (like KVM or Xen). Say Y or M.
|
/drivers/block/ |
D | Kconfig | 505 lguest or QEMU based VMMs (like KVM or Xen). Say Y or M.
|
/drivers/char/ |
D | Kconfig | 178 Virtio console for use with lguest and other hypervisors.
|