Home
last modified time | relevance | path

Searched refs:accessed (Results 1 – 14 of 14) sorted by relevance

/xen/tools/xenstore/
A Dxenstored_transaction.c159 struct list_head accessed; member
182 list_for_each_entry(i, &trans->accessed, list) in find_accessed_node()
302 list_add_tail(&i->list, &trans->accessed); in access_node()
349 list_for_each_entry(i, &trans->accessed, list) { in finalize_transaction()
367 while ((i = list_top(&trans->accessed, struct accessed_node, list))) { in finalize_transaction()
420 while ((i = list_top(&trans->accessed, struct accessed_node, list))) { in destroy_transaction()
467 INIT_LIST_HEAD(&trans->accessed); in do_transaction_start()
614 list_for_each_entry(i, &trans->accessed, list) { in check_transactions()
/xen/tools/xentrace/
A Dmread.c103 if(!h->map[h->clock].accessed) in mread64()
108 h->map[h->clock].accessed=0; in mread64()
136 h->map[bind].accessed=1; in mread64()
A Dmread.h12 int accessed; member
/xen/docs/misc/arm/device-tree/
A Dpassthrough.txt8 through since many devices will not cope with being accessed by dom0 and
/xen/tools/tests/x86_emulator/
A Devex-disp8.c653 static unsigned int accessed[3 * 64]; variable
662 ++accessed[offset++]; in record_access()
806 memset(accessed, 0, sizeof(accessed)); in test_one()
814 if ( accessed[i] ) in test_one()
830 for ( ; i < ARRAY_SIZE(accessed); ++i ) in test_one()
831 if ( accessed[i] ) in test_one()
855 memset(accessed, 0, sizeof(accessed)); in test_one()
863 if ( accessed[i] ) in test_one()
866 if ( accessed[i] != 1 ) in test_one()
868 for ( ; i < ARRAY_SIZE(accessed); ++i ) in test_one()
[all …]
/xen/docs/specs/
A Dlibxc-migration-stream.pandoc407 of data which are accessed using specific pairs of domctl hypercalls.
462 Domain TSC information, as accessed by the
491 HVM Domain context, as accessed by the
511 HVM Domain parameters, as accessed by the
640 CPUID policy content, as accessed by the XEN_DOMCTL_{get,set}_cpu_policy
660 MSR policy content, as accessed by the XEN_DOMCTL_{get,set}_cpu_policy
/xen/docs/designs/
A Dargo.pandoc239 accessed as if `W(ring_L2_rwlock)` was held.
241 Is accessed by the hypervisor on behalf of:
253 Is accessed by the hypervisor on behalf of:
268 Is accessed by the hypervisor on behalf of:
/xen/docs/misc/
A Dxenmon.txt8 area that may be accessed by tools such as xenmon.
A Dhypfs-paths.pandoc6 The hypervisor file system can be accessed via the xenhypfs tool.
A Dxl-psr.pandoc225 0, which means all the cache resource can be accessed without delay.
/xen/xen/xsm/flask/policy/
A Daccess_vectors338 # Class mmu describes pages of memory not accessed using grants. Permissions
472 # are accessed using the xsm_op hypercall. The source is the domain invoking
/xen/tools/python/
A Dpylintrc191 # Tells wether missing members accessed in mixin class should be ignored. A
/xen/tools/ocaml/xenstored/
A Dstore.ml78 (* check if the current node can be accessed by the current connection with rperm permissions *)
/xen/docs/man/
A Dxl.cfg.5.pod.in579 to have. This value controls how many pages of foreign domains can be accessed
812 The actual display used can be accessed with B<xl vncviewer>.
1920 access to specific guest physical memory pages accessed by the guest, e.g. for
1955 access to specific guest physical memory pages accessed by
2424 The actual display used can be accessed with B<xl vncviewer>.

Completed in 17 milliseconds