Searched refs:exact (Results 1 – 14 of 14) sorted by relevance
/xen/tools/xenstore/ |
A D | xenstored_watch.h | 29 struct node *node, bool exact, struct node_perms *perms);
|
A D | xenstored_watch.c | 161 struct node *node, bool exact, struct node_perms *perms) in fire_watches() argument 182 if (exact) { in fire_watches()
|
/xen/tools/libxl/ |
A D | libxl_cpupool.c | 27 bool exact /* exactly poolid or >= poolid */) in cpupool_info() argument 35 if (exact || errno != ENOENT) in cpupool_info() 40 if (exact && xcinfo->cpupool_id != poolid) in cpupool_info()
|
/xen/xen/common/sched/ |
A D | cpupool.c | 190 static struct cpupool *__cpupool_find_by_id(int id, bool exact) in __cpupool_find_by_id() argument 200 return (!exact || (*q == NULL) || ((*q)->cpupool_id == id)) ? *q : NULL; in __cpupool_find_by_id() 208 static struct cpupool *__cpupool_get_by_id(int poolid, bool exact) in __cpupool_get_by_id() argument 212 c = __cpupool_find_by_id(poolid, exact); in __cpupool_get_by_id()
|
/xen/docs/guest-guide/x86/ |
A D | hypercall-abi.rst | 52 The exact sequence of instructions required to issue a hypercall differs 96 There result is an ABI which is invariant of the exact operating mode or
|
/xen/docs/admin-guide/ |
A D | microcode-loading.rst | 42 The exact details printed are system and microcode specific. After boot, the 74 where the exact CPU details aren't known ahead of booting (e.g. install
|
/xen/docs/misc/ |
A D | kconfig.rst | 197 - first, exact matches, sorted alphabetically (an exact match
|
A D | xsm-flask.txt | 119 /boot and loaded as a module by grub. The exact position and filename of the
|
A D | xen-command-line.pandoc | 596 A trailing `@<offset>` specifies the exact address this area should be 857 * `<sz>` specifies the exact amount of memory. 1013 indefinitely, or that it will retain this exact behaviour. It is 2003 * `<size>` specifies the exact amount of memory. Overrides both min and max.
|
/xen/tools/debugger/gdbsx/ |
A D | README | 23 bash> gdb ./vmlinux (exact matching vmlinux of guest kernel)
|
/xen/docs/features/ |
A D | feature-levelling.pandoc | 101 instructions requesting specific feature bitmap sets. The exact MSRs, and
|
/xen/docs/process/ |
A D | xen-release-management.pandoc | 214 * The exact xen.git commit id to be released is known.
|
/xen/docs/man/ |
A D | xl.1.pod.in | 1358 exact same syntax as in B<cpupool-cpu-add> above.
|
/xen/stubdom/grub.patches/ |
A D | 61btrfs.diff | 560 + * an exact limit.
|
Completed in 70 milliseconds