Searched defs:lguest (Results 1 - 1 of 1) sorted by last modified time

/drivers/lguest/
H A Dlg.h8 #include <linux/lguest.h>
15 #include <asm/lguest.h>
41 struct lguest *lg;
92 struct lguest { struct
122 bool lguest_address_ok(const struct lguest *lg,
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 *l
[all...]

Completed in 56 milliseconds