Home
last modified time | relevance | path

Searched refs:rings (Results 1 – 4 of 4) sorted by relevance

/tools/firmware/hvmloader/
A Dxenbus.c78 ASSERT(rings != NULL); in xenbus_shutdown()
93 rings->req_cons = rings->req_prod = 0; in xenbus_shutdown()
94 rings->rsp_cons = rings->rsp_prod = 0; in xenbus_shutdown()
101 rings = NULL; in xenbus_shutdown()
115 MASK_XENSTORE_IDX(rings->req_prod - rings->req_cons)) == 0 ) in ring_write()
124 memcpy(rings->req + MASK_XENSTORE_IDX(rings->req_prod), in ring_write()
127 rings->req_prod += part; in ring_write()
150 if ( rings->rsp_prod - rings->rsp_cons == XENSTORE_RING_SIZE ) in ring_read()
165 rings->rsp + MASK_XENSTORE_IDX(rings->rsp_cons), part); in ring_read()
167 rings->rsp_cons += part; in ring_read()
[all …]
/tools/flask/policy/modules/
A Dguest_features.te6 # to register single-sender (unicast) rings to partner with any domain;
7 # to register any-sender (wildcard) rings that can be sent to by any domain;
8 # and send messages to rings.
/tools/ocaml/xenstored/
A Doxenstored.conf.in82 # Perodically scanning all the rings as a safenet for lazy clients.
A Dxenstored.ml537 (* scan all the xs rings as a safenet for ill-behaved clients *)

Completed in 11 milliseconds