/xen/tools/libacpi/ |
A D | build.c | 279 num = config->numa.nr_vnodes * config->numa.nr_vnodes; in construct_slit() 321 pt_addr = config->pt.addr; in construct_passthrough_tables() 357 if ( (config->hvminfo->nr_vcpus > 1) || config->hvminfo->apic_mode ) in construct_secondary_tables() 415 (config->tis_hdr[0] != 0 && config->tis_hdr[0] != 0xffff) && in construct_secondary_tables() 416 (config->tis_hdr[1] != 0 && config->tis_hdr[1] != 0xffff) ) in construct_secondary_tables() 487 if ( !config->vm_gid[0] && !config->vm_gid[1] ) in new_vm_gid() 494 memcpy(buf, config->vm_gid, sizeof(config->vm_gid)); in new_vm_gid() 525 if ( config->pci_hi_len ) in acpi_build_tables() 547 if ( config->hvminfo->nr_vcpus <= 15 && config->dsdt_15cpu) in acpi_build_tables() 551 memcpy(dsdt, config->dsdt_15cpu, config->dsdt_15cpu_len); in acpi_build_tables() [all …]
|
/xen/xen/tools/kconfig/ |
A D | streamline_config.pl | 59 my $config = ".config"; 159 my $config; 205 $config = $2; 220 $depends{$config} = $1; 243 $prompts{$config} = 1; 487 my ($config, $p) = @_; 552 if (defined($orig_configs{$config}) && $orig_configs{$config} ne "m") { 557 $depconfig = $config; 566 if (!defined($prompts{$config}) && defined($selects{$config})) { 576 $config =~ s/^CONFIG_//; [all …]
|
A D | Makefile | 35 config: $(obj)/conf target 51 $(Q)if [ -f .config ]; then \ 52 cmp -s .tmp.config .config || \ 53 (mv -f .config .config.old.1; \ 54 mv -f .tmp.config .config; \ 56 mv -f .config.old.1 .config.old) \ 58 mv -f .tmp.config .config; \ 61 $(Q)rm -f .tmp.config 94 %.config: $(obj)/conf 100 kvmconfig: kvm_guest.config [all …]
|
/xen/tools/xl/ |
A D | xl_parse.c | 106 if (!*config) { in parse_disk_config_multistring() 130 e = xlu_vif_parse_rate(*config, rate, nic); in parse_vif_rate() 280 static char *parse_cmdline(XLU_Config *config) in parse_cmdline() argument 463 parse_vif_rate(config, oparg, nic); in parse_nic_config() 1213 XLU_Config *config; in parse_config_data() local 1239 if (!config) { in parse_config_data() 1389 parse_vnuma_config(config, b_info); in parse_config_data() 1573 b_info->cmdline = parse_cmdline(config); in parse_config_data() 2155 parse_vsnd_config(config, d_config); in parse_config_data() 2733 parse_vkb_list(config, d_config); in parse_config_data() [all …]
|
A D | xl_pci.c | 61 XLU_Config *config; in pcidetach() local 66 config = xlu_cfg_init(stderr, "command line"); in pcidetach() 69 if (xlu_pci_parse_bdf(config, &pcidev, bdf)) { in pcidetach() 82 xlu_cfg_destroy(config); in pcidetach() 112 XLU_Config *config; in pciattach() local 117 config = xlu_cfg_init(stderr, "command line"); in pciattach() 129 xlu_cfg_destroy(config); in pciattach() 188 XLU_Config *config; in pciassignable_add() local 205 xlu_cfg_destroy(config); in pciassignable_add() 230 XLU_Config *config; in pciassignable_remove() local [all …]
|
A D | xl.c | 98 XLU_Config *config; in parse_global_config() local 102 config = xlu_cfg_init(stderr, configfile); in parse_global_config() 103 if (!config) { in parse_global_config() 114 if (!xlu_cfg_get_string(config, "autoballoon", &buf, 0)) { in parse_global_config() 130 if (!xlu_cfg_get_string (config, "lockfile", &buf, 0)) in parse_global_config() 151 if (!xlu_cfg_get_string (config, "vifscript", &buf, 0)) { in parse_global_config() 190 if (!xlu_cfg_get_string (config, "blkdev_start", &buf, 0)) in parse_global_config() 193 if (!xlu_cfg_get_long (config, "claim_mode", &l, 0)) in parse_global_config() 198 xlu_cfg_replace_string (config, "colo.default.proxyscript", in parse_global_config() 219 if (!xlu_cfg_get_string (config, "vm.cpumask", &buf, 0)) in parse_global_config() [all …]
|
/xen/xen/tools/kconfig/tests/err_recursive_dep/ |
A D | Kconfig | 5 config A 11 config B 17 config C1 21 config C2 27 config D1 32 config D2 37 config E1 42 config E2 47 config F1 51 config F2 [all …]
|
/xen/xen/tools/kconfig/tests/choice/ |
A D | Kconfig | 3 config MODULES 12 config BOOL_CHOICE0 15 config BOOL_CHOICE1 25 config OPT_BOOL_CHOICE0 28 config OPT_BOOL_CHOICE1 37 config TRI_CHOICE0 40 config TRI_CHOICE1 50 config OPT_TRI_CHOICE0 53 config OPT_TRI_CHOICE1
|
/xen/xen/arch/arm/ |
A D | Kconfig.debug | 116 config EARLY_PRINTK_BRCM 119 config EARLY_PRINTK_DRA7 132 config EARLY_PRINTK_JUNO 180 config EARLY_UART_8250 189 config EARLY_UART_MESON 192 config EARLY_UART_MVEBU 195 config EARLY_UART_PL011 198 config EARLY_UART_SCIF 202 config EARLY_PRINTK 243 config EARLY_UART_INIT [all …]
|
/xen/tools/firmware/hvmloader/ |
A D | util.c | 940 config->dsdt_15cpu = NULL; in hvmloader_acpi_build_tables() 941 config->dsdt_15cpu_len = 0; in hvmloader_acpi_build_tables() 945 config->lapic_id = acpi_lapic_id; in hvmloader_acpi_build_tables() 947 config->ioapic_id = IOAPIC_ID; in hvmloader_acpi_build_tables() 959 config->pci_start = pci_mem_start; in hvmloader_acpi_build_tables() 973 config->vm_gid[1] = 0; in hvmloader_acpi_build_tables() 1001 config->acpi_revision = 4; in hvmloader_acpi_build_tables() 1006 config->numa.nr_vnodes = nr_vnodes; in hvmloader_acpi_build_tables() 1011 config->hvminfo = hvm_info; in hvmloader_acpi_build_tables() 1013 config->rsdp = physical; in hvmloader_acpi_build_tables() [all …]
|
/xen/tools/libxl/ |
A D | libxl_x86_acpi.c | 100 config->dsdt_anycpu = config->dsdt_15cpu = dsdt_pvh; in init_acpi_config() 101 config->dsdt_anycpu_len = config->dsdt_15cpu_len = dsdt_pvh_len; in init_acpi_config() 117 struct acpi_numa *numa = &config->numa; in init_acpi_config() 150 config->hvminfo = hvminfo; in init_acpi_config() 152 config->lapic_base_address = LAPIC_BASE_ADDRESS; in init_acpi_config() 153 config->lapic_id = acpi_lapic_id; in init_acpi_config() 154 config->acpi_revision = 5; in init_acpi_config() 165 struct acpi_config config = {0}; in libxl__dom_load_acpi() local 182 rc = init_acpi_config(gc, dom, b_info, &config); in libxl__dom_load_acpi() 206 rc = acpi_build_tables(&libxl_ctxt.c, &config); in libxl__dom_load_acpi() [all …]
|
/xen/xen/common/sched/ |
A D | Kconfig | 4 config SCHED_CREDIT 10 config SCHED_CREDIT2 17 config SCHED_RTDS 25 config SCHED_ARINC653 32 config SCHED_NULL 44 config SCHED_CREDIT_DEFAULT 46 config SCHED_CREDIT2_DEFAULT 48 config SCHED_RTDS_DEFAULT 50 config SCHED_ARINC653_DEFAULT 52 config SCHED_NULL_DEFAULT [all …]
|
/xen/xen/ |
A D | Kconfig | 9 config BROKEN 12 config CC_IS_GCC 15 config GCC_VERSION 19 config CC_IS_CLANG 22 config CLANG_VERSION 27 config CC_HAS_VISIBILITY_ATTRIBUTE 32 config DEFCONFIG_LIST 37 config EXPERT 48 config LTO 59 config ARCH_SUPPORTS_INT128
|
A D | Kconfig.debug | 4 config DEBUG 16 config CRASH_DEBUG 23 config GDBSX 31 config DEBUG_INFO 38 config FRAME_POINTER 46 config COVERAGE 63 config DEBUG_LOCKS 78 config PERF_ARRAYS 100 config SCRUB_DEBUG 107 config UBSAN [all …]
|
/xen/docs/misc/ |
A D | kconfig.rst | 2 Kconfig make config 23 To see a list of new config symbols, use:: 25 cp user/some/old.config .config 33 scripts/diffconfig .config.old .config | less 37 Environment variables for `*config` 76 config files containing just the config symbols that you are interested 77 in. Then the kernel config system generates the full .config file, 90 KCONFIG_ALLCONFIG=mini.config make allnoconfig 94 make KCONFIG_ALLCONFIG=mini.config allnoconfig 98 mini-config files. [all …]
|
/xen/xen/tools/kconfig/tests/auto_submenu/ |
A D | Kconfig | 3 config A 7 config A0 14 config A0_0 21 config A1 34 config A1_0 37 config A1_1 42 config B 47 config C
|
/xen/xen/test/livepatch/ |
A D | Makefile | 65 .PHONY: config.h 70 config.h: xen_hello_world_func.o 77 xen_hello_world.o: config.h 129 xen_bye_world.o: config.h 135 xen_replace_world.o: config.h 141 xen_nop.o: config.h 149 xen_no_xen_buildid.o: config.h 155 xen_prepost_hooks.o: config.h 161 xen_prepost_hooks_fail.o: config.h 167 xen_action_hooks.o: config.h [all …]
|
/xen/xen/arch/arm/platforms/ |
A D | Kconfig | 9 config ALL_PLAT 15 config QEMU 24 config RCAR3 32 config MPSOC 40 config NO_PLAT 47 config ALL64_PLAT 51 config ALL32_PLAT 55 config MPSOC_PLATFORM
|
/xen/xen/common/ |
A D | Kconfig | 4 config COMPAT 11 config CORE_PARKING 14 config GRANT_TABLE 40 config MEM_ACCESS 51 config HAS_PDX 54 config HAS_UBSAN 57 config HAS_KEXEC 119 config HYPFS 142 config KEXEC 175 config XSM [all …]
|
/xen/xen/tools/kconfig/tests/new_choice_with_dep/ |
A D | Kconfig | 3 config A 14 config CHOICE_B 17 config CHOICE_C 27 config CHOICE_D 30 config CHOICE_E 33 config CHOICE_F
|
/xen/xen/tools/kconfig/tests/rand_nested_choice/ |
A D | Kconfig | 6 config A 9 config B 16 config C 19 config D 26 config E
|
/xen/m4/ |
A D | python_devel.m4 | 5 AC_PATH_PROG([pyconfig], [$PYTHON-config], [no]) 7 dnl For those that don't have python-config 14 standard_lib=1) + "/config")'`" 24 dnl If python-config is found use it 25 CPPFLAGS="$CFLAGS `$PYTHON-config --cflags`" 29 if $PYTHON-config --embed >/dev/null 2>/dev/null; then 32 LDFLAGS="$LDFLAGS `$PYTHON-config --ldflags $python_devel_embed`" 33 LIBS="$LIBS `$PYTHON-config --libs $python_devel_embed`"
|
/xen/xen/arch/x86/hvm/viridian/ |
A D | time.c | 153 if ( vs->config.periodic ) in start_stimer() 223 if ( !vs->config.enable ) in poll_stimer() 239 if ( vs->config.periodic ) in poll_stimer() 242 vs->config.enable = 0; in poll_stimer() 288 if ( vs->config.enable ) in time_vcpu_thaw() 360 if ( !vs->config.sintx ) in viridian_time_wrmsr() 363 if ( vs->config.enable ) in viridian_time_wrmsr() 390 if ( vs->config.enable ) in viridian_time_wrmsr() 457 union hv_stimer_config config = vs->config; in viridian_time_rdmsr() local 467 config.enable = 0; in viridian_time_rdmsr() [all …]
|
/xen/xen/arch/x86/ |
A D | Kconfig | 1 config X86_64 4 config X86 45 config PV 56 config PV32 92 config HVM 104 config XEN_SHSTK 137 config BIGMEM 148 config HVM_FEP 167 config TBOOT 200 config GUEST [all …]
|
/xen/tools/tests/mce-test/lib/ |
A D | xen-mceinj-tool.sh | 22 . $ROOT/config/setup.conf 58 local config=$case_dir/guest_config 76 cp $originconfig $config -f 83 sed -e "/^disk/s/file:.*,\(hda\)/file:${File},\1/" $config \ 85 mv -f $TF $config 87 [ -z $memory ] || sed -i "/^memory/s/^.*$/memory = $memory/" $config 88 [ -z $vcpus ] || sed -i "1,/^#vcpus/s/^#vcpus.*$/vcpus=$vcpus/;1d" $config 89 sed -i "/^vif/s/vif/#vif/" $config 90 sed -i "/^name/s/^.*$/name = \"$g_name\"/" $config 93 xm cr $config
|