Lines Matching refs:lg
41 struct lguest *lg; member
117 bool lguest_address_ok(const struct lguest *lg,
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);
249 if (!(cpu)->lg->dead) { \
250 (cpu)->lg->dead = kasprintf(GFP_ATOMIC, fmt); \
251 if (!(cpu)->lg->dead) \
252 (cpu)->lg->dead = ERR_PTR(-ENOMEM); \