Home
last modified time | relevance | path

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

/xen/tools/xenstore/
A Dxenstored_watch.h29 struct node *node, bool exact, struct node_perms *perms);
A Dxenstored_watch.c161 struct node *node, bool exact, struct node_perms *perms) in fire_watches() argument
182 if (exact) { in fire_watches()
/xen/tools/libxl/
A Dlibxl_cpupool.c27 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 Dcpupool.c190 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 Dhypercall-abi.rst52 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 Dmicrocode-loading.rst42 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 Dkconfig.rst197 - first, exact matches, sorted alphabetically (an exact match
A Dxsm-flask.txt119 /boot and loaded as a module by grub. The exact position and filename of the
A Dxen-command-line.pandoc596 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 DREADME23 bash> gdb ./vmlinux (exact matching vmlinux of guest kernel)
/xen/docs/features/
A Dfeature-levelling.pandoc101 instructions requesting specific feature bitmap sets. The exact MSRs, and
/xen/docs/process/
A Dxen-release-management.pandoc214 * The exact xen.git commit id to be released is known.
/xen/docs/man/
A Dxl.1.pod.in1358 exact same syntax as in B<cpupool-cpu-add> above.
/xen/stubdom/grub.patches/
A D61btrfs.diff560 + * an exact limit.

Completed in 70 milliseconds