Home
last modified time | relevance | path

Searched refs:full (Results 1 – 25 of 56) sorted by relevance

123

/xen-4.10.0-shim-comet/tools/misc/
A Dxenperf.c79 unsigned int sum, reset = 0, full = 0, pretty = 0; in main() local
90 full = 1; in main()
93 full = 1; in main()
168 if ( full || (pcd[i].nr_vals <= 4) ) in main()
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dintel_cacheinfo.c92 cpuid_count(4, index, &eax.full, &ebx.full, &ecx.full, &edx); in cpuid4_cache_lookup()
116 cache_eax.full = eax; in find_num_cache_leaves()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dcpufeature.h125 u32 full; member
134 u32 full; member
141 u32 full; member
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Dro-page-fault.c93 paddr_t full; in ptwr_emulated_update() local
98 if ( (rc = copy_from_user(&full, (void *)addr, sizeof(paddr_t))) != 0 ) in ptwr_emulated_update()
106 full &= ~((((paddr_t)1 << (bytes * 8)) - 1) << (offset * 8)); in ptwr_emulated_update()
110 val |= full; in ptwr_emulated_update()
114 old |= full; in ptwr_emulated_update()
/xen-4.10.0-shim-comet/docs/man/
A Dxenstore-ls.pod.118 Show the full path for all keys.
50 subsequent entries. The key owner always has full access (read,
A Dxentop.pod.148 =item B<-f>, B<--full-name>
50 output the full domain name (not truncated)
A Dxenstore-chmod.pod.140 subsequent entries. The key owner always has full access (read,
A Dxen-vbd-interface.markdown.7135 See xen/include/public/io/blkif.h for the full list of options.
/xen-4.10.0-shim-comet/xen/common/xz/
A Ddec_lzma2.c58 size_t full; member
296 dict->full = 0; in dict_reset()
327 return dict->full > 0 ? dict->buf[offset] : 0; in dict_get()
337 if (dict->full < dict->pos) in dict_put()
338 dict->full = dict->pos; in dict_put()
351 if (dist >= dict->full || dist >= dict->size) in dict_repeat()
367 if (dict->full < dict->pos) in dict_repeat()
368 dict->full = dict->pos; in dict_repeat()
393 if (dict->full < dict->pos) in dict_uncompressed()
394 dict->full = dict->pos; in dict_uncompressed()
/xen-4.10.0-shim-comet/xen/arch/x86/oprofile/
A Dop_model_ppro.c43 unsigned int full; member
84 eax.full = cpuid_eax(0xa); in ppro_setup_ctrs()
299 eax.full = cpuid_eax(0xa); in arch_perfmon_setup_counters()
/xen-4.10.0-shim-comet/tools/flask/policy/modules/
A Dvm_role.te6 # Define some users that must use this role (full type "user_1:vm_r:domU_t").
/xen-4.10.0-shim-comet/xen/include/public/hvm/
A Dioreq.h94 uint64_t full; member
/xen-4.10.0-shim-comet/tools/
A Dconfig.h.in105 /* Define to the full name of this package. */
108 /* Define to the full name and version of this package. */
/xen-4.10.0-shim-comet/
A DCODING_STYLE96 letter. Comments containing a single sentence may end with a full
97 stop; comments containing several sentences must have a full stop
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dzconf.l1 %option nostdinit noyywrap never-interactive full ecs
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dblock-vhd.c569 uint32_t i, allocated, full; in vhd_log_open() local
582 full = 0; in vhd_log_open()
588 full++; in vhd_log_open()
593 allocated, full, s->next_db); in vhd_log_open()
705 uint32_t i, allocated, full; in vhd_log_close() local
711 full = 0; in vhd_log_close()
717 full++; in vhd_log_close()
721 s->vhd.file, s->bat.bat.entries, allocated, full, s->next_db); in vhd_log_close()
/xen-4.10.0-shim-comet/tools/xenstore/
A Dtalloc_guide.txt380 full tree printout.
399 --leak-report-full command line option.
405 full tree printout.
407 Here is a typical full report:
409 full talloc report on 'root' (total 18 bytes in 8 blocks)
/xen-4.10.0-shim-comet/xen/include/acpi/
A Dactypes.h293 u64 full; member
/xen-4.10.0-shim-comet/docs/features/
A Dfeature-levelling.pandoc75 on all `CPUID` instructions, allowing Xen full control over all information.
110 full control over all information, exactly like HVM guests.
/xen-4.10.0-shim-comet/docs/misc/
A Ddump-core-format.txt109 physmap mode. Currently x86 full virtualized domain and
179 XC_CORE_MAGIC_HVM = 0xF00FEBEE for full virtualized domain
A D9pfs.markdown15 This document won't cover the full 9pfs specification. Please refer to
306 ring is full. This version of the protocol doesn't take advantage of it,
A Dpvcalls.markdown67 * full visibility of the guest behavior on the backend domain, allowing
444 in the **data ring**. The **indexes page** also contains the full array
651 in the **data ring**. The **indexes page** also contains the full array of
994 ring is full. This version of the protocol doesn't take advantage of it,
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Ddisk.ml112 (* don't let the permission get on our way, full perm ! *)
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dioreq.c1346 cmpxchg(&pg->ptrs.full, old.full, new.full); in hvm_send_buffered_ioreq()
/xen-4.10.0-shim-comet/m4/
A Dpkg.m4145 is in your PATH or set the PKG_CONFIG environment variable to the full

Completed in 39 milliseconds

123