Home
last modified time | relevance | path

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

/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;
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);
Dlguest_user.c90 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()
Dpage_tables.c628 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()
DREADME1 Welcome, friend reader, to lguest.
13 lguest, and hypervisors and x86 virtualization in general.
DMakefile21 @sh ../../tools/lguest/extract $(PREFIX) `find ../../* -name '*.[chS]' -wholename '*lguest*'`
Dcore.c176 bool lguest_address_ok(const struct lguest *lg, in lguest_address_ok()
Dinterrupts_and_traps.c288 bool check_syscall_vector(struct lguest *lg) in check_syscall_vector()
/drivers/
DMakefile108 obj-y += lguest/
/drivers/tty/hvc/
DKconfig7 hypervisors (pSeries, iSeries, Xen, lguest).
/drivers/net/
DKconfig245 lguest or QEMU based VMMs (like KVM or Xen). Say Y or M.
/drivers/block/
DKconfig505 lguest or QEMU based VMMs (like KVM or Xen). Say Y or M.
/drivers/char/
DKconfig178 Virtio console for use with lguest and other hypervisors.