Searched refs:argo (Results 1 – 12 of 12) sorted by relevance
993 if ( d->argo ) in wildcard_pending_list_remove()1012 if ( d->argo ) in wildcard_pending_list_insert()1699 if ( !currd->argo ) in register_ring()1917 if ( !currd->argo ) in notify()2008 if ( !src_d->argo ) in sendv()2014 if ( !dst_d->argo ) in sendv()2311 if ( !argo ) in argo_init()2318 d->argo = argo; in argo_init()2334 if ( d->argo ) in argo_destroy()2339 XFREE(d->argo); in argo_destroy()[all …]
1 obj-$(CONFIG_ARGO) += argo.o
288 This feature does nothing if the "argo" boot parameter is not present.
33 ? argo_addr argo.h34 ! argo_iov argo.h35 ? argo_register_ring argo.h36 ? argo_ring argo.h37 ? argo_ring_data argo.h38 ? argo_ring_data_ent argo.h39 ? argo_ring_message_header argo.h40 ? argo_send_addr argo.h41 ? argo_unregister_ring argo.h
6 compat/argo.h \
9 allow domain_type xen_t:argo { enable register_any_source };10 allow domain_type domain_type:argo { send register_single_source };
22 class argo
530 # Class argo is used to describe the Argo interdomain communication system.531 class argo533 # Enable initialization of a domain's argo subsystem and534 # permission to access the argo hypercall operations.
137 argo data structures.188 The pointer d->argo on every domain is protected by this lock. A set of more190 stop is expected to be a far less frequent operation than the other argo191 operations, acquiring a single read lock to enable access to all the argo205 * `argo_init`, where the `d->argo` pointer is first populated.223 in the hash table `d->argo->ring_hash`, and the `node` and `id` fields in350 ((LOCKING_Read_L1 && rw_is_locked(&(d)->argo->rings_L2_rwlock)) || \357 ((LOCKING_Read_L1 && rw_is_locked(&(d)->argo->rings_L2_rwlock) \361 ((LOCKING_Read_L1 && spin_is_locked(&(d)->argo->send_L2_lock)) || \412 The single global lock enables exclusive access to the argo data structures[all …]
219 F: xen/include/public/argo.h220 F: xen/include/xen/argo.h221 F: xen/common/argo.c
526 struct argo_domain *argo; member
185 ### argo
Completed in 30 milliseconds