search for: host_syscall

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

2007 Apr 18
1
[RFC/PATCH LGUEST X86_64 03/13] lguest64 core
...(vcpu); + return -EINVAL; + } + } + return -ENOENT; +} + +extern long end_hyper_text; +extern long start_hyper_text; + +static int __init init(void) +{ + unsigned long pages; + unsigned long hvaddr; +#if 0 + unsigned long lg_hcall = (unsigned long)HV_OFFSET(&hcall_teste); + unsigned long *lg_host_syscall = + (unsigned long *)HV_OFFSET(&host_syscall); +#endif + int order; + int ret; + + int i; + printk("start_hyper_text=%p\n",&start_hyper_text); + printk("end_hyper_text=%p\n",&end_hyper_text); + printk("default_idt_entries=%p\n",&_lguest_default_idt_e...
2007 Apr 18
1
[RFC/PATCH LGUEST X86_64 03/13] lguest64 core
...(vcpu); + return -EINVAL; + } + } + return -ENOENT; +} + +extern long end_hyper_text; +extern long start_hyper_text; + +static int __init init(void) +{ + unsigned long pages; + unsigned long hvaddr; +#if 0 + unsigned long lg_hcall = (unsigned long)HV_OFFSET(&hcall_teste); + unsigned long *lg_host_syscall = + (unsigned long *)HV_OFFSET(&host_syscall); +#endif + int order; + int ret; + + int i; + printk("start_hyper_text=%p\n",&start_hyper_text); + printk("end_hyper_text=%p\n",&end_hyper_text); + printk("default_idt_entries=%p\n",&_lguest_default_idt_e...