Searched refs:lguest (Results 1 – 23 of 23) sorted by relevance
/linux-4.4.14/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; 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);
|
D | lguest_user.c | 107 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()
|
D | page_tables.c | 654 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()
|
D | README | 1 Welcome, friend reader, to lguest. 13 lguest, and hypervisors and x86 virtualization in general.
|
D | Makefile | 18 @sh ../../tools/lguest/extract $(PREFIX) `find ../../* -name '*.[chS]' -wholename '*lguest*'`
|
D | core.c | 173 bool lguest_address_ok(const struct lguest *lg, in lguest_address_ok()
|
D | interrupts_and_traps.c | 341 bool check_syscall_vector(struct lguest *lg) in check_syscall_vector()
|
/linux-4.4.14/tools/lguest/ |
D | Makefile | 4 all: lguest 10 lguest: include/linux/virtio_types.h target 13 rm -f lguest
|
D | lguest.txt | 4 \\"--\\ 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 | .gitignore | 1 lguest
|
/linux-4.4.14/arch/x86/ |
D | Kbuild | 9 # lguest paravirtualization support 10 obj-$(CONFIG_LGUEST_GUEST) += lguest/
|
D | Kconfig | 713 source "arch/x86/lguest/Kconfig"
|
/linux-4.4.14/arch/x86/lguest/ |
D | Kconfig | 10 allow your kernel to boot under lguest. This option will increase 14 and net drivers which lguest needs.
|
/linux-4.4.14/tools/ |
D | Makefile | 84 all: acpi cgroup cpupower hv firewire lguest \
|
/linux-4.4.14/arch/x86/kvm/ |
D | Kconfig | 105 source drivers/lguest/Kconfig
|
/linux-4.4.14/drivers/ |
D | Makefile | 119 obj-y += lguest/
|
/linux-4.4.14/drivers/tty/hvc/ |
D | Kconfig | 7 hypervisors (pSeries, iSeries, Xen, lguest).
|
/linux-4.4.14/drivers/net/ |
D | Kconfig | 287 lguest or QEMU based VMMs (like KVM or Xen). Say Y or M.
|
/linux-4.4.14/drivers/block/ |
D | Kconfig | 509 lguest or QEMU based VMMs (like KVM or Xen). Say Y or M.
|
/linux-4.4.14/drivers/char/ |
D | Kconfig | 162 Virtio console for use with lguest and other hypervisors.
|
/linux-4.4.14/Documentation/x86/ |
D | boot.txt | 643 0x00000001 lguest
|
/linux-4.4.14/ |
D | MAINTAINERS | 6276 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/
|