Home
last modified time | relevance | path

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

12345678

/xen/xen/arch/x86/configs/
A Dpvshim_defconfig11 # CONFIG_HVM is not set
12 # CONFIG_XEN_SHSTK is not set
13 # CONFIG_HYPFS is not set
15 # CONFIG_BIGMEM is not set
16 # CONFIG_TBOOT is not set
17 # CONFIG_KEXEC is not set
18 # CONFIG_XENOPROF is not set
19 # CONFIG_XSM is not set
20 # CONFIG_ARGO is not set
28 # CONFIG_DEBUG is not set
[all …]
/xen/xen/arch/arm/configs/
A Dtiny64_defconfig7 # CONFIG_GICV3 is not set
8 # CONFIG_MEM_ACCESS is not set
15 # CONFIG_SCHED_CREDIT2 is not set
16 # CONFIG_SCHED_RTDS is not set
18 # CONFIG_SCHED_NULL is not set
24 # CONFIG_HAS_NS16550 is not set
26 # CONFIG_HAS_MVEBU is not set
27 # CONFIG_HAS_PL011 is not set
28 # CONFIG_HAS_SCIF is not set
29 # CONFIG_ARM_SMMU is not set
[all …]
/xen/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()
199 *set_r= set; in find_atom()
347 set= find(cfg,n); if (!set) return ESRCH; in xlu_cfg_get_list()
572 set = malloc(sizeof(*set)); in xlu__cfg_set_store()
573 if (!set) { in xlu__cfg_set_store()
[all …]
/xen/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/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/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/xen/tools/kconfig/tests/choice/
A Dallyes_expected_config2 # CONFIG_BOOL_CHOICE0 is not set
4 # CONFIG_OPT_BOOL_CHOICE0 is not set
6 # CONFIG_TRI_CHOICE0 is not set
8 # CONFIG_OPT_TRI_CHOICE0 is not set
A Dalldef_expected_config2 # CONFIG_BOOL_CHOICE0 is not set
4 # CONFIG_TRI_CHOICE0 is not set
5 # CONFIG_TRI_CHOICE1 is not set
A Dallno_expected_config1 # CONFIG_MODULES is not set
2 # CONFIG_BOOL_CHOICE0 is not set
4 # CONFIG_TRI_CHOICE0 is not set
A Dallmod_expected_config2 # CONFIG_BOOL_CHOICE0 is not set
4 # CONFIG_OPT_BOOL_CHOICE0 is not set
/xen/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/xen/tools/
A Dgen-cpuid.py24 '!': set(),
25 'A': set(), 'S': set(), 'H': set(),
26 'a': set(), 's': set(), 'h': set(),
32 self.pv_def = set() # PV default features
33 self.hvm_shadow_def = set() # HVM shadow default features
34 self.hvm_hap_def = set() # HVM HAP default features
35 self.pv_max = set() # PV max features
36 self.hvm_shadow_max = set() # HVM shadow max features
37 self.hvm_hap_max = set() # HVM HAP max features
41 self.deep_features = set() # featureset of keys in deep_deps
[all …]
/xen/automation/configs/x86/
A Dno_hvm_pv_config1 # CONFIG_HVM is not set
2 # CONFIG_PV is not set
3 # CONFIG_DEBUG is not set
A Dhvm_only_config2 # CONFIG_PV is not set
3 # CONFIG_DEBUG is not set
A Dpv_only_config2 # CONFIG_HVM is not set
3 # CONFIG_DEBUG is not set
/xen/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/docs/misc/
A Dkconfig.rst46 If you set KCONFIG_OVERWRITECONFIG in the environment, Kconfig will not
51 If you set `CONFIG_` in the environment, Kconfig will prefix all symbols
67 that contains config symbols that the user requires to be set to a
108 If not set, the current time will be used.
113 be unset or empty, or set to three different formats:
134 10% of booleans will be set to 'y', 90% to 'n'
135 5% of tristates will be set to 'y', 5% to 'm', 90% to 'n'
137 40% of booleans will be set to 'y', 60% to 'n'
138 15% of tristates will be set to 'y', 25% to 'm', 60% to 'n'
140 10% of booleans will be set to 'y', 90% to 'n'
[all …]
/xen/xen/tools/kconfig/tests/rand_nested_choice/
A Dexpected_stdout11 # CONFIG_A is not set
4 # CONFIG_D is not set
A Dexpected_stdout21 # CONFIG_A is not set
3 # CONFIG_C is not set
/xen/tools/xenstore/
A D.gdbinit1 set environment XENSTORED_RUNDIR=testsuite/tmp
2 set environment XENSTORED_ROOTDIR=testsuite/tmp
/xen/docs/man/
A Dxl.conf.5.pod50 Determines how domain-id is set when creating a new domain.
52 If set to "xen" then the hypervisor will allocate new domain-id values on a sequential basis.
54 If set to "random" then a random domain-id value will be chosen.
60 If set to "on" then C<xl> will automatically reduce the amount of
63 If set to "off" then C<xl> will not automatically reduce the amount of
66 If set to "auto" then auto-ballooning will be disabled if the
69 You are strongly recommended to set this to C<"off"> (or C<"auto">) if
114 Configures the default bridge to set for virtual network devices.
122 Configures the default backend to set for virtual network devices.
128 Configures the default gateway device to set for virtual network devices.
[all …]

Completed in 33 milliseconds

12345678