Searched refs:accessed (Results 1 – 14 of 14) sorted by relevance
/xen/tools/xenstore/ |
A D | xenstored_transaction.c | 159 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 D | mread.c | 103 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 D | mread.h | 12 int accessed; member
|
/xen/docs/misc/arm/device-tree/ |
A D | passthrough.txt | 8 through since many devices will not cope with being accessed by dom0 and
|
/xen/tools/tests/x86_emulator/ |
A D | evex-disp8.c | 653 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 D | libxc-migration-stream.pandoc | 407 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 D | argo.pandoc | 239 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 D | xenmon.txt | 8 area that may be accessed by tools such as xenmon.
|
A D | hypfs-paths.pandoc | 6 The hypervisor file system can be accessed via the xenhypfs tool.
|
A D | xl-psr.pandoc | 225 0, which means all the cache resource can be accessed without delay.
|
/xen/xen/xsm/flask/policy/ |
A D | access_vectors | 338 # 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 D | pylintrc | 191 # Tells wether missing members accessed in mixin class should be ignored. A
|
/xen/tools/ocaml/xenstored/ |
A D | store.ml | 78 (* check if the current node can be accessed by the current connection with rperm permissions *)
|
/xen/docs/man/ |
A D | xl.cfg.5.pod.in | 579 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