Home
last modified time | relevance | path

Searched refs:to_host (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/ia64/kvm/
Dmisc.h54 static inline void *to_host(struct kvm *kvm, void *addr) in to_host() function
Dkvm-ia64.c292 struct vpd *vpd = to_host(vcpu->kvm, vcpu->arch.vpd); in __apic_accept_irq()
457 struct vpd *vpd = to_host(vcpu->kvm, vcpu->arch.vpd); in kvm_emulate_halt()
875 struct vpd *vpd = to_host(vcpu->kvm, vcpu->arch.vpd); in kvm_arch_vcpu_ioctl_set_regs()
1084 struct vpd *vpd = to_host(vcpu->kvm, vcpu->arch.vpd); in vti_init_vpd()
1421 struct vpd *vpd = to_host(vcpu->kvm, vcpu->arch.vpd); in kvm_arch_vcpu_ioctl_get_regs()
1938 struct vpd *vpd = to_host(vcpu->kvm, vcpu->arch.vpd); in kvm_highest_pending_irq()
/linux-3.4.99/drivers/usb/gadget/
Ddummy_hcd.c1240 int to_host; in dummy_perform_transfer() local
1246 to_host = usb_pipein(urb->pipe); in dummy_perform_transfer()
1251 if (to_host) in dummy_perform_transfer()
1261 if (to_host) in dummy_perform_transfer()
1280 if (to_host) in dummy_perform_transfer()
1312 int is_short, to_host; in transfer() local
1333 to_host = usb_pipein(urb->pipe); in transfer()
1374 } else if (to_host) { in transfer()
1380 } else if (!to_host) { in transfer()