Searched refs:query (Results 1 – 15 of 15) sorted by relevance
/xen/tools/libxc/ |
A D | xc_gnttab.c | 45 rc = xc_gnttab_op(xch, GNTTABOP_query_size, query, sizeof(*query), 1); in xc_gnttab_query_size() 47 if ( rc || (query->status != GNTST_okay) ) in xc_gnttab_query_size() 55 struct gnttab_get_version query; in xc_gnttab_get_version() local 58 query.dom = domid; in xc_gnttab_get_version() 59 rc = xc_gnttab_op(xch, GNTTABOP_get_version, &query, sizeof(query), in xc_gnttab_get_version() 64 return query.version; in xc_gnttab_get_version() 70 struct gnttab_query_size query; in _gnttab_map_table() local 79 query.dom = domid; in _gnttab_map_table() 80 rc = xc_gnttab_op(xch, GNTTABOP_query_size, &query, sizeof(query), 1); in _gnttab_map_table() 82 if ( rc || (query.status != GNTST_okay) ) in _gnttab_map_table() [all …]
|
/xen/tools/misc/ |
A D | xen-diag.c | 38 struct gnttab_query_size query; in gnttab_query_size_func() local 47 query.dom = domid; in gnttab_query_size_func() 48 rc = xc_gnttab_query_size(xch, &query); in gnttab_query_size_func() 50 if ( rc == 0 && (query.status == GNTST_okay) ) in gnttab_query_size_func() 52 query.dom, query.nr_frames, query.max_nr_frames); in gnttab_query_size_func() 54 return rc == 0 && (query.status == GNTST_okay) ? 0 : 1; in gnttab_query_size_func()
|
/xen/docs/features/ |
A D | feature-levelling.pandoc | 54 The `CPUID` instruction is used by software to query for features. In the 55 virtualisation usecase, guest software should query Xen rather than hardware 146 The toolstack can query each of the calculated featureset via 147 `XEN_SYSCTL_get_cpu_featureset`, and query for the levelling caps via
|
A D | hypervisorfs.pandoc | 20 while the toolstack is able to use a hypercall to query the entry
|
/xen/m4/ |
A D | ocaml.m4 | 175 if $OCAMLFIND query $pkg >/dev/null 2>/dev/null; then
|
/xen/docs/man/ |
A D | xen-pv-channel.7.pod | 22 to signal/query an in-guest agent
|
/xen/tools/flask/policy/modules/ |
A D | xen.if | 9 allow $1 $2:grant { query setup };
|
/xen/tools/ocaml/libs/xs/ |
A D | xsraw.ml | 154 (* queue a query using function f *)
|
/xen/tools/ocaml/xenstored/ |
A D | transaction.ml | 205 (* get the lowest path of the query and verify that it hasn't
|
/xen/docs/designs/ |
A D | argo.pandoc | 270 * The domain that issued a query to another about space availability in one of 273 * Any domain that the domain has issued a query to about space availability in
|
/xen/docs/misc/ |
A D | netif-staging-grants.pandoc | 468 therefore only on this state change can the frontend query the total amount of 555 [2] https://www.freebsd.org/cgi/man.cgi?query=vale&sektion=4&n=1
|
A D | livepatch.pandoc | 56 We must also have a mechanism to query what has been applied and a mechanism 67 * One wants to query which modules have been loaded at runtime.
|
A D | xen-command-line.pandoc | 195 query the status of other domains, and send messages by hypercall, all subject 1365 An incoming DMA request may specify _Snooped_ (query the CPU caches for 1366 the appropriate lines) or _Non-Snooped_ (don't query the CPU caches).
|
/xen/xen/xsm/flask/policy/ |
A D | access_vectors | 335 query
|
/xen/tools/libxc/include/ |
A D | xenctrl.h | 1617 int xc_gnttab_query_size(xc_interface *xch, struct gnttab_query_size *query);
|
Completed in 20 milliseconds