Lines Matching refs:lg
41 struct lguest *lg; member
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 *lg, unsigned long gpgdir, u32 i);
251 if (!(cpu)->lg->dead) { \
252 (cpu)->lg->dead = kasprintf(GFP_ATOMIC, fmt); \
253 if (!(cpu)->lg->dead) \
254 (cpu)->lg->dead = ERR_PTR(-ENOMEM); \