Home
last modified time | relevance | path

Searched refs:link (Results 1 – 25 of 50) sorted by relevance

12

/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dblock-cache.c186 if (link) in radix_tree_clear_link()
298 radix_tree_link_t *link; in radix_tree_find_leaf() local
312 if (!link->u.next) in radix_tree_find_leaf()
315 node = link->u.next; in radix_tree_find_leaf()
325 radix_tree_link_t *link; in radix_tree_add_leaf() local
342 if (!link->u.next) { in radix_tree_add_leaf()
345 if (!link->u.next) in radix_tree_add_leaf()
349 node = link->u.next; in radix_tree_add_leaf()
382 radix_tree_link_t *link; in radix_tree_delete_branch() local
388 link = node->links + i; in radix_tree_delete_branch()
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dirq.c64 unsigned int gsi, link, isa_irq; in __hvm_pci_intx_assert() local
81 isa_irq = hvm_irq->pci_link.route[link]; in __hvm_pci_intx_assert()
99 unsigned int gsi, link, isa_irq; in __hvm_pci_intx_deassert() local
115 isa_irq = hvm_irq->pci_link.route[link]; in __hvm_pci_intx_deassert()
296 if ( (link > 3) || (isa_irq > 15) ) in hvm_set_pci_link_route()
664 int link, dev, intx, gsi; in irq_load_pci() local
671 for ( link = 0; link < 4; link++ ) in irq_load_pci()
716 int link, gsi; in irq_load_link() local
723 for ( link = 0; link < 4; link++ ) in irq_load_link()
728 link, hvm_irq->pci_link.route[link]); in irq_load_link()
[all …]
/xen-4.10.0-shim-comet/tools/
A DRules.mk104 SHLIB_libxentoollog = $(SHDEPS_libxentoollog) -Wl,-rpath-link=$(XEN_LIBXENTOOLLOG)
114 SHLIB_libxenevtchn = $(SHDEPS_libxenevtchn) -Wl,-rpath-link=$(XEN_LIBXENEVTCHN)
119 SHLIB_libxengnttab = $(SHDEPS_libxengnttab) -Wl,-rpath-link=$(XEN_LIBXENGNTTAB)
124 SHLIB_libxencall = $(SHDEPS_libxencall) -Wl,-rpath-link=$(XEN_LIBXENCALL)
141 SHLIB_libxenctrl = $(SHDEPS_libxenctrl) -Wl,-rpath-link=$(XEN_LIBXC)
146 SHLIB_libxenguest = $(SHDEPS_libxenguest) -Wl,-rpath-link=$(XEN_LIBXC)
151 SHLIB_libxenstore = $(SHDEPS_libxenstore) -Wl,-rpath-link=$(XEN_XENSTORE)
156 SHLIB_libxenstat = $(SHDEPS_libxenstat) -Wl,-rpath-link=$(XEN_LIBXENSTAT)
161 SHLIB_libxenvchan = $(SHDEPS_libxenvchan) -Wl,-rpath-link=$(XEN_LIBVCHAN)
188 SHLIB_libxenlight = $(SHDEPS_libxenlight) -Wl,-rpath-link=$(XEN_XENLIGHT)
[all …]
/xen-4.10.0-shim-comet/tools/libacpi/
A Dmk_dsdt.c119 unsigned int slot, dev, intx, link; in main() local
338 for ( link = 0; link < 4; link++ ) in main()
340 push_block("Device", "LNK%c", 'A'+link); in main()
342 stmt("Name", "_UID, %u", link+1); in main()
344 push_block("If", "And(PIR%c, 0x80)", 'A'+link); in main()
355 stmt("Or", "PIR%c, 0x80, PIR%c", 'A'+link, 'A'+link); in main()
358 stmt("And", "PIR%c, 0x0f, Local0", 'A'+link); in main()
366 stmt("Store", "Local0, PIR%c", 'A'+link); in main()
/xen-4.10.0-shim-comet/tools/hotplug/Linux/
A Dxen-network-common.sh87 ip link set dev ${dev} down
94 ip link set dev ${dev} address fe:ff:ff:ff:ff:ff || true
127 ip link set dev ${dev} up || true
131 ip link set dev ${dev} up
141 ip link set dev ${dev} mtu $mtu || :
A Dvif-openvswitch85 do_or_die ip link set $dev up
98 do_without_error ip link set $dev down
A Dvif-common.sh75 if ip link show "$vifname" >&/dev/null
79 do_or_die ip link set "$dev" name "$vifname"
A Dremus-netbuf-setup157 do_or_die ip link set dev "$REMUS_IFB" up
203 do_without_error ip link set dev "$ifb" down
A Dvif-bridge71 ip link show dev "$bridge" 1>/dev/null 2>&1 || RET=1
A Dvif-nat169 do_or_die ip link set dev "${dev}" up arp on
/xen-4.10.0-shim-comet/docs/figs/
A Dnetwork-bridge.fig102 4 0 0 50 -1 0 16 1.5708 4 255 1395 225 5400 physical link\001
120 4 0 0 50 -1 0 16 1.5708 4 195 1350 6750 6210 virtual link\001
123 4 0 0 50 -1 0 16 1.5708 4 195 1350 6750 8865 virtual link\001
A Dnetwork-basic.fig64 4 0 0 50 -1 0 16 1.5708 4 255 1395 225 5400 physical link\001
73 4 0 0 50 -1 0 16 1.5708 4 195 1350 6750 6210 virtual link\001
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/
A Dpci.c86 unsigned int bar, pin, link, isa_irq; in pci_setup() local
135 for ( link = 0; link < 4; link++ ) in pci_setup()
139 pci_writeb(PCI_ISA_DEVFN, 0x60 + link, isa_irq); in pci_setup()
140 printf("PCI-ISA link %u routed to IRQ%u\n", link, isa_irq); in pci_setup()
285 link = ((pin - 1) + (devfn >> 3)) & 3; in pci_setup()
286 isa_irq = pci_readb(PCI_ISA_DEVFN, 0x60 + link); in pci_setup()
/xen-4.10.0-shim-comet/xen/common/libelf/
A Dlibelf-loader.c39 unsigned i, count, section, link; in elf_init() local
92 link = elf_uval(elf, shdr, sh_link); in elf_init()
93 if ( link == SHN_UNDEF || link >= count ) in elf_init()
98 shdr = elf_shdr_by_index(elf, link); in elf_init()
290 unsigned int link, rc, i; in elf_load_bsdsyms() local
376 link = elf_uval(elf, section_handle, sh_link); in elf_load_bsdsyms()
403 ELF_HANDLE_PTRVAL(elf_shdr_by_index(elf, link)), in elf_load_bsdsyms()
/xen-4.10.0-shim-comet/xen/common/
A Devent_fifo.c88 static int try_set_link(event_word_t *word, event_word_t *w, uint32_t link) in try_set_link() argument
96 new = (old & ~((1 << EVTCHN_FIFO_BUSY) | EVTCHN_FIFO_LINK_MASK)) | link; in try_set_link()
119 uint32_t link) in evtchn_fifo_set_link() argument
127 ret = try_set_link(word, &w, link); in evtchn_fifo_set_link()
138 ret = try_set_link(word, &w, link); in evtchn_fifo_set_link()
147 d->domain_id, link); in evtchn_fifo_set_link()
/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/x86/
A Dvtd.c75 unsigned int link = hvm_pci_intx_link(digl->device, digl->intx); in _hvm_dpci_isairq_eoi() local
77 if ( hvm_irq->pci_link.route[link] == isairq ) in _hvm_dpci_isairq_eoi()
/xen-4.10.0-shim-comet/xen/drivers/passthrough/
A Dio.c478 unsigned int link; in pt_irq_create_bind() local
497 link = hvm_pci_intx_link(digl->device, digl->intx); in pt_irq_create_bind()
499 hvm_irq_dpci->link_cnt[link]++; in pt_irq_create_bind()
580 unsigned int link; in pt_irq_create_bind() local
585 link = hvm_pci_intx_link(digl->device, digl->intx); in pt_irq_create_bind()
586 hvm_irq_dpci->link_cnt[link]--; in pt_irq_create_bind()
672 unsigned int link = hvm_pci_intx_link(device, intx); in pt_irq_destroy_bind() local
696 hvm_irq_dpci->link_cnt[link]--; in pt_irq_destroy_bind()
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_devicemodel_compat.c90 xc_interface *xch, uint32_t domid, uint8_t link, uint8_t irq) in xc_hvm_set_pci_link_route() argument
92 return xendevicemodel_set_pci_link_route(xch->dmod, domid, link, irq); in xc_hvm_set_pci_link_route()
/xen-4.10.0-shim-comet/xen/include/public/hvm/
A Ddm_op.h231 uint8_t link; member
A Dhvm_op.h74 uint8_t link; member
/xen-4.10.0-shim-comet/tools/libs/devicemodel/include/
A Dxendevicemodel.h222 xendevicemodel_handle *dmod, domid_t domid, uint8_t link, uint8_t irq);
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dirq.h206 int hvm_set_pci_link_route(struct domain *d, u8 link, u8 isa_irq);
/xen-4.10.0-shim-comet/tools/libs/devicemodel/
A Dcore.c425 xendevicemodel_handle *dmod, domid_t domid, uint8_t link, uint8_t irq) in xendevicemodel_set_pci_link_route() argument
435 data->link = link; in xendevicemodel_set_pci_link_route()
/xen-4.10.0-shim-comet/docs/man/
A Dxen-pv-channel.pod.711 link. Typical uses of channels are
33 Note: if an application requires a high-bandwidth link then it should use
/xen-4.10.0-shim-comet/tools/libfsimage/iso9660/
A Diso9660.h186 } link; member

Completed in 46 milliseconds

12