Home
last modified time | relevance | path

Searched refs:set (Results 1 – 25 of 146) sorted by relevance

123456

/xen-4.10.0-shim-comet/tools/firmware/xen-dir/
A Dshim.config17 # CONFIG_BIGMEM is not set
18 # CONFIG_HVM_FEP is not set
19 # CONFIG_TBOOT is not set
40 # CONFIG_KEXEC is not set
41 # CONFIG_TMEM is not set
42 # CONFIG_XENOPROF is not set
43 # CONFIG_XSM is not set
71 # CONFIG_VGA is not set
78 # CONFIG_DEBUG is not set
81 # CONFIG_GCOV is not set
[all …]
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxlu_cfg.c153 if (!set) return; in xlu__cfg_set_free()
154 free(set->name); in xlu__cfg_set_free()
156 free(set); in xlu__cfg_set_free()
164 set; in xlu_cfg_destroy()
177 set; in find()
178 set= set->next) in find()
188 set= find(cfg,n); in find_atom()
199 *set_r= set; in find_atom()
317 set= find(cfg,n); if (!set) return ESRCH; in xlu_cfg_get_list()
460 set = malloc(sizeof(*set)); in xlu__cfg_set_store()
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dbitops.c31 unsigned int set, bit = offset & (BITS_PER_LONG - 1); in __find_next_bit() local
38 set = __scanbit(*p >> bit, BITS_PER_LONG - bit); in __find_next_bit()
39 if ( set < (BITS_PER_LONG - bit) ) in __find_next_bit()
40 return (offset + set); in __find_next_bit()
49 set = __find_first_bit(p, size - offset); in __find_next_bit()
50 return (offset + set); in __find_next_bit()
81 unsigned int set, bit = offset & (BITS_PER_LONG - 1); in __find_next_zero_bit() local
89 if ( set < (BITS_PER_LONG - bit) ) in __find_next_zero_bit()
90 return (offset + set); in __find_next_zero_bit()
99 set = __find_first_zero_bit(p, size - offset); in __find_next_zero_bit()
[all …]
/xen-4.10.0-shim-comet/tools/pygrub/examples/
A Dubuntu-14.04-lts.grub210 set have_grubenv=true
15 set next_entry=
17 set boot_once=true
19 set default="0"
35 set boot_once=true
45 set recordfail=1
78 set gfxmode=auto
84 set timeout=-1
88 set timeout=5
92 set timeout=5
[all …]
A Ddebian-wheezy-hvm.grub213 set default="0"
15 set saved_entry="${prev_saved_entry}"
17 set prev_saved_entry=
19 set boot_once=true
38 set root='(/dev/xvda,msdos1)'
41 set gfxmode=640x480
46 set root='(/dev/xvda,msdos1)'
49 set lang=en_US
53 set timeout=5
57 set menu_color_normal=cyan/blue
[all …]
A Drhel-7-beta.grub29 set pager=1
15 set default="${next_entry}"
16 set next_entry=
18 set boot_once=true
20 set default="${saved_entry}"
34 set prev_saved_entry=
36 set boot_once=true
61 set timeout=5
67 set gfxpayload=keep
71 set root='hd0,msdos1'
[all …]
A Dfedora-19.grub213 set default="${next_entry}"
14 set next_entry=
16 set boot_once=true
18 set default="${saved_entry}"
30 set saved_entry="${prev_saved_entry}"
32 set prev_saved_entry=
34 set boot_once=true
59 set timeout=5
65 set gfxpayload=keep
69 set root='hd0,msdos1'
[all …]
A Dfedora-16-with-xen.grub212 set default="${saved_entry}"
14 set saved_entry="${prev_saved_entry}"
16 set prev_saved_entry=
18 set boot_once=true
35 set timeout=5
41 set gfxpayload=keep
45 set root='(hd0,gpt2)'
54 set gfxpayload=keep
58 set root='(hd0,gpt2)'
72 set root='(hd0,gpt2)'
[all …]
/xen-4.10.0-shim-comet/tools/firmware/
A Dseabios-config8 # CONFIG_COREBOOT is not set
10 # CONFIG_CSM is not set
77 # CONFIG_DISABLE_A20 is not set
78 # CONFIG_WRITABLE_UPPERMEMORY is not set
95 # CONFIG_VGA_STANDARD_VGA is not set
96 # CONFIG_VGA_CIRRUS is not set
97 # CONFIG_VGA_BOCHS is not set
98 # CONFIG_VGA_GEODEGX2 is not set
99 # CONFIG_VGA_GEODELX is not set
100 # CONFIG_BUILD_VGABIOS is not set
[all …]
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/
A DREADME30 pgd3val set to: 0x1b874f027
39 o gdb>set scheduler-locking on : for single step of correct vcpu.
74 set $tasks = (struct list_head *)init_task->tasks
76 set $task = $tasks
77 set $task_entry = (struct task_struct *)((unsigned long)$task - $offset)
80 set $task = $task->next
86 set $task = $task->next
98 set $sz = sizeof(long)
99 set $mod = (struct list_head *)modules
102 set $mod_entry = (struct module *)((unsigned long)$mod - $sz)
[all …]
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D40ext3_256byte_inode.diff16 + * Note: the difference between the compatible feature set and
17 + * the incompatible feature set is that if there is a bit set
18 + * in the incompatible feature set that the kernel doesn't
23 + * feature set, it must abort and not try to meddle with
29 + __u32 s_feature_compat; /* compatible feature set */
30 + __u32 s_feature_incompat; /* incompatible feature set */
31 + __u32 s_feature_ro_compat; /* readonly-compatible feature set */
44 + * Journaling support valid if EXT2_FEATURE_COMPAT_HAS_JOURNAL set.
/xen-4.10.0-shim-comet/xen/common/
A Dkeyhandler.c253 static void cpuset_print(char *set, int size, const cpumask_t *mask) in cpuset_print() argument
255 *set++ = '{'; in cpuset_print()
256 set += cpulist_scnprintf(set, size-2, mask); in cpuset_print()
257 *set++ = '}'; in cpuset_print()
258 *set++ = '\0'; in cpuset_print()
261 static void nodeset_print(char *set, int size, const nodemask_t *mask) in nodeset_print() argument
263 *set++ = '['; in nodeset_print()
264 set += nodelist_scnprintf(set, size-2, mask); in nodeset_print()
265 *set++ = ']'; in nodeset_print()
266 *set++ = '\0'; in nodeset_print()
/xen-4.10.0-shim-comet/docs/misc/
A Dkconfig.txt39 If you set KCONFIG_OVERWRITECONFIG in the environment, Kconfig will not
44 If you set CONFIG_ in the environment, Kconfig will prefix all symbols
57 that contains config symbols that the user requires to be set to a
92 If not set, the current time will be used.
97 be unset or empty, or set to three different formats:
112 10% of booleans will be set to 'y', 90% to 'n'
113 5% of tristates will be set to 'y', 5% to 'm', 90% to 'n'
115 40% of booleans will be set to 'y', 60% to 'n'
116 15% of tristates will be set to 'y', 25% to 'm', 60% to 'n'
118 10% of booleans will be set to 'y', 90% to 'n'
[all …]
A Dxl-psr.markdown57 In Xen's implementation, MBM shares the same set of underlying monitoring
78 portion corresponds to a bit in CBM and the set bit represents the
110 `xl psr-cat-set [OPTIONS] <domid> <cbm>`
117 * All the set bits are contiguous.
166 CBM type can be passed as option to set code CBM or data CBM.
168 When CDP is enabled, `-c` or `--code` option is available to set code CBM
171 When CDP is enabled, `-d` or `--data` option is available to set data CBM
175 CBM and data CBM will be set for the domain. Passing both `-c` and `-d`
181 `xl psr-cat-set -c <domid> <cbm>`
184 `xl psr-cat-set -d <domid> <cbm>`
[all …]
A Ddump-core-format.txt28 The elf header members are set as follows
33 e_ident[EI_DATA] is set as follows
34 For x86 PV domain case, it is set according to the guest configuration
35 (i.e. if guest is 32bit it is set to EM_386 even when the dom0 is 64 bit.)
37 it is set according to the dumping system's architecture.
38 e_flags is set according to the dumping system's architecture.
39 Other members are set as usual.
250 On x86 PV domain case, it is set according to the guest configuration.
251 I.e. 32-on-64 case, the file will be set EM_386 instead of EM_X86_64.
A Dcrashdb.txt8 You need to have CRASH_DEBUG=y set when compiling, and you also need
12 you can use gdb=com1H. CDB will then set the high bit on every byte
13 it sends, and only respond to bytes with the high bit set. Similarly
39 (gdb) set remotebaud 38400
/xen-4.10.0-shim-comet/tools/xenstore/
A D.gdbinit1 set environment XENSTORED_RUNDIR=testsuite/tmp
2 set environment XENSTORED_ROOTDIR=testsuite/tmp
/xen-4.10.0-shim-comet/tools/firmware/vgabios/
A DNotes5 1. set bios variables
8 - characters format switching will set the bios
/xen-4.10.0-shim-comet/tools/hotplug/Linux/init.d/
A Dsysconfig.xendomains.in16 # If XENDOMAINS_SYSRQ is set, this variable determines how long to wait
18 # If you want to a quick'n'dirty shutdown via SysRq, you may want to set
52 # is set (see below). Leave empty to disable domain saving on shutdown
63 # set this to "--wait". Omit the "--wait" flag to avoid waiting
75 # for some reason or another. To do this, set this variable to
79 # is set.)
99 # set: It will first restore saved domains and then only start domains
108 # If this variable is set to "true", only the domains started via config
122 # If this variable is non-zero, the script will set up a watchdog timer
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Doxenstored.conf.in33 # involve a set of nodes that is writable by at most one other domain,
34 # then it is safe to set this aggregate-limit flag to false for better
39 # A transaction which involves a set of nodes which can be modified by
41 # domains, so the flag must be set to true.
70 # Define the interval in seconds, set to negative to disable.
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Dmisc-hypercalls.c51 long do_fpu_taskswitch(int set) in do_fpu_taskswitch() argument
55 if ( set ) in do_fpu_taskswitch()
/xen-4.10.0-shim-comet/docs/misc/arm/device-tree/
A Dpassthrough.txt4 Any device with the property "xen,passthrough" set will not be exposed to
7 It is highly recommended to set this property on devices which are passed
/xen-4.10.0-shim-comet/stubdom/
A Dvtpm-cmake-Wextra.patch9 @@ -40,10 +40,11 @@ set(TPM_STORAGE_NAME "/var/lib/tpm/tpm_e
10 set(TPM_DEVICE_NAME "/dev/tpm")
/xen-4.10.0-shim-comet/docs/man/
A Dxl.conf.pod.550 If set to "on" then C<xl> will automatically reduce the amount of
53 If set to "off" then C<xl> will not automatically reduce the amount of
56 If set to "auto" then auto-ballooning will be disabled if the
59 You are strongly recommended to set this to C<"off"> (or C<"auto">) if
102 Configures the default bridge to set for virtual network devices.
110 Configures the default backend to set for virtual network devices.
116 Configures the default gateway device to set for virtual network devices.
157 the amount of memory (see 'memory' in xl.conf(5)) is set, which is then
A Dxentrace.pod.833 set the threshold number, I<l>, of new records required to trigger a write of
38 set the time, I<p>, (in milliseconds) to sleep between polling the buffers
43 This can be: a hex value (of the form 0xNNNN...), or a set of cpu
45 to 32 bits. If not specified, the cpu-mask as set during bootup will be
68 set event capture mask. If not specified the TRC_ALL will be used.

Completed in 30 milliseconds

123456