Home
last modified time | relevance | path

Searched refs:lguest (Results 1 – 23 of 23) sorted by relevance

/linux-4.4.14/drivers/lguest/
DKconfig8 "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.
Dlg.h41 struct lguest *lg;
85 struct lguest { struct
117 bool lguest_address_ok(const struct lguest *lg, argument
169 bool check_syscall_vector(struct lguest *lg);
183 int init_guest_pagetable(struct lguest *lg);
184 void free_guest_pagetable(struct lguest *lg);
186 void guest_set_pgd(struct lguest *lg, unsigned long gpgdir, u32 i);
188 void guest_set_pmd(struct lguest *lg, unsigned long gpgdir, u32 i);
Dlguest_user.c107 struct lguest *lg = file->private_data; in read()
163 cpu->lg = container_of(cpu, struct lguest, cpus[id]); in lg_cpu_start()
224 struct lguest *lg; in initialize()
304 struct lguest *lg = file->private_data; in write()
360 struct lguest *lg = file->private_data; in close()
Dpage_tables.c654 static void flush_user_mappings(struct lguest *lg, int idx) in flush_user_mappings()
733 static unsigned int find_pgdir(struct lguest *lg, unsigned long pgtable) in find_pgdir()
827 static void release_all_pagetables(struct lguest *lg) in release_all_pagetables()
1030 void guest_set_pgd(struct lguest *lg, unsigned long gpgdir, u32 idx) in guest_set_pgd()
1056 void guest_set_pmd(struct lguest *lg, unsigned long pmdp, u32 idx) in guest_set_pmd()
1073 int init_guest_pagetable(struct lguest *lg) in init_guest_pagetable()
1128 void free_guest_pagetable(struct lguest *lg) in free_guest_pagetable()
DREADME1 Welcome, friend reader, to lguest.
13 lguest, and hypervisors and x86 virtualization in general.
DMakefile18 @sh ../../tools/lguest/extract $(PREFIX) `find ../../* -name '*.[chS]' -wholename '*lguest*'`
Dcore.c173 bool lguest_address_ok(const struct lguest *lg, in lguest_address_ok()
Dinterrupts_and_traps.c341 bool check_syscall_vector(struct lguest *lg) in check_syscall_vector()
/linux-4.4.14/tools/lguest/
DMakefile4 all: lguest
10 lguest: include/linux/virtio_types.h target
13 rm -f lguest
Dlguest.txt4 \\"--\\ http://lguest.ozlabs.org
10 and enhance it (see drivers/lguest/README).
17 - Logo contains cute puppies: http://lguest.ozlabs.org
27 - The easiest way to run lguest is to use same kernel as guest and host.
52 - A tool called "lguest" is available in this directory: type "make"
71 - Run an lguest as root:
73 tools/lguest/lguest 64 vmlinux --tunnet=192.168.19.1 \
122 There is a helpful mailing list at http://ozlabs.org/mailman/listinfo/lguest
D.gitignore1 lguest
/linux-4.4.14/arch/x86/
DKbuild9 # lguest paravirtualization support
10 obj-$(CONFIG_LGUEST_GUEST) += lguest/
DKconfig713 source "arch/x86/lguest/Kconfig"
/linux-4.4.14/arch/x86/lguest/
DKconfig10 allow your kernel to boot under lguest. This option will increase
14 and net drivers which lguest needs.
/linux-4.4.14/tools/
DMakefile84 all: acpi cgroup cpupower hv firewire lguest \
/linux-4.4.14/arch/x86/kvm/
DKconfig105 source drivers/lguest/Kconfig
/linux-4.4.14/drivers/
DMakefile119 obj-y += lguest/
/linux-4.4.14/drivers/tty/hvc/
DKconfig7 hypervisors (pSeries, iSeries, Xen, lguest).
/linux-4.4.14/drivers/net/
DKconfig287 lguest or QEMU based VMMs (like KVM or Xen). Say Y or M.
/linux-4.4.14/drivers/block/
DKconfig509 lguest or QEMU based VMMs (like KVM or Xen). Say Y or M.
/linux-4.4.14/drivers/char/
DKconfig162 Virtio console for use with lguest and other hypervisors.
/linux-4.4.14/Documentation/x86/
Dboot.txt643 0x00000001 lguest
/linux-4.4.14/
DMAINTAINERS6276 L: lguest@lists.ozlabs.org
6277 W: http://lguest.ozlabs.org/
6279 F: arch/x86/include/asm/lguest*.h
6280 F: arch/x86/lguest/
6281 F: drivers/lguest/
6282 F: include/linux/lguest*.h
6283 F: tools/lguest/