search for: print_l

Displaying 2 results from an estimated 2 matches for "print_l".

2007 Apr 18
1
[RFC/PATCH LGUEST X86_64 03/13] lguest64 core
...p, unsigned int pages) +{ + /* You cannot have a stack segment with priv level 0. */ + if (pages > 2) + kill_guest_dump(vcpu, "bad stack pages %u", pages); + vcpu->tss.rsp2 = rsp; + /* FIXME */ +// lg->stack_pages = pages; +// pin_stack_pages(lg); +} + +static DEFINE_MUTEX(hcall_print_lock); +#define HCALL_PRINT_SIZ 1024 +static char hcall_print_buf[HCALL_PRINT_SIZ]; + +/* Return true if DMA to host userspace now pending. */ +static int do_hcall(struct lguest_vcpu *vcpu) +{ + struct lguest_regs *regs = &vcpu->regs; + struct lguest_guest_info *linfo = vcpu->guest; + unsig...
2007 Apr 18
1
[RFC/PATCH LGUEST X86_64 03/13] lguest64 core
...p, unsigned int pages) +{ + /* You cannot have a stack segment with priv level 0. */ + if (pages > 2) + kill_guest_dump(vcpu, "bad stack pages %u", pages); + vcpu->tss.rsp2 = rsp; + /* FIXME */ +// lg->stack_pages = pages; +// pin_stack_pages(lg); +} + +static DEFINE_MUTEX(hcall_print_lock); +#define HCALL_PRINT_SIZ 1024 +static char hcall_print_buf[HCALL_PRINT_SIZ]; + +/* Return true if DMA to host userspace now pending. */ +static int do_hcall(struct lguest_vcpu *vcpu) +{ + struct lguest_regs *regs = &vcpu->regs; + struct lguest_guest_info *linfo = vcpu->guest; + unsig...