Searched refs:hvc (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dtlb.c52 static int do_ops(struct host_vm_change *hvc, int end, argument
59 op = &hvc->ops[i];
62 ret = map(hvc->id, op->u.mmap.addr, op->u.mmap.len,
64 op->u.mmap.offset, finished, &hvc->data);
67 ret = unmap(hvc->id, op->u.munmap.addr,
68 op->u.munmap.len, finished, &hvc->data);
71 ret = protect(hvc->id, op->u.mprotect.addr,
73 finished, &hvc->data);
86 unsigned int prot, struct host_vm_change *hvc)
93 if (hvc
85 add_mmap(unsigned long virt, unsigned long phys, unsigned long len, unsigned int prot, struct host_vm_change *hvc) argument
120 add_munmap(unsigned long addr, unsigned long len, struct host_vm_change *hvc) argument
147 add_mprotect(unsigned long addr, unsigned long len, unsigned int prot, struct host_vm_change *hvc) argument
178 update_pte_range(pmd_t *pmd, unsigned long addr, unsigned long end, struct host_vm_change *hvc) argument
214 update_pmd_range(pud_t *pud, unsigned long addr, unsigned long end, struct host_vm_change *hvc) argument
236 update_pud_range(pgd_t *pgd, unsigned long addr, unsigned long end, struct host_vm_change *hvc) argument
262 struct host_vm_change hvc; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dhvc_xen.c33 #include <xen/hvc-console.h>
39 static struct hvc_struct *hvc; variable in typeref:struct:hvc_struct
87 * necessary. We don't ever want to rely on the hvc daemon
150 hvc = hp;
165 if (hvc)
166 hvc_remove(hvc);
H A Dhvc_iucv.c64 struct hvc_struct *hvc; /* HVC struct reference */ member in struct:hvc_iucv_private
99 /* Array of allocated hvc iucv tty lines... */
279 /* The caller must ensure that the hvc is locked, which
281 __hvc_resize(priv->hvc, *((struct winsize *) rb->mbuf->data));
556 * hvc_iucv_hangup() - Sever IUCV path and schedule hvc tty hang up
859 hvc_kick(); /* wake up hvc thread */
984 /* allocate hvc device */
985 priv->hvc = hvc_alloc(HVC_IUCV_MAGIC + id, /* PAGE_SIZE */
987 if (IS_ERR(priv->hvc)) {
988 rc = PTR_ERR(priv->hvc);
[all...]
H A Dvirtio_console.c41 * that callbacks from hvc for get_chars(), put_chars() work properly
55 * This is used to keep track of the number of hvc consoles
78 /* The hvc device associated with this console port */
79 struct hvc_struct *hvc; member in struct:console
86 * with hvc in hvc_instantiate() and hvc_alloc(); this is the
87 * number passed on by the hvc callbacks to us to
176 * hooked up to an hvc console
258 if (port->cons.hvc)
703 * via /dev/hvc
805 hvc_resize(port->cons.hvc, por
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/
H A Dmanage.c16 #include <xen/hvc-console.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dearly_printk.c14 #include <xen/hvc-console.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Denlighten.c43 #include <xen/hvc-console.h>
1200 add_preferred_console("hvc", 0, NULL);
H A Dmmu.c68 #include <xen/hvc-console.h>

Completed in 80 milliseconds