Home
last modified time | relevance | path

Searched defs:cfg (Results 1 – 24 of 24) sorted by relevance

/xen/tools/libxl/
A Dlibxlu_cfg.c29 XLU_Config *cfg; in xlu_cfg_init() local
42 static int ctx_prep(CfgParseContext *ctx, XLU_Config *cfg) { in ctx_prep()
82 int xlu_cfg_readfile(XLU_Config *cfg, const char *real_filename) { in xlu_cfg_readfile()
109 int xlu_cfg_readdata(XLU_Config *cfg, const char *data, int length) { in xlu_cfg_readdata()
159 void xlu_cfg_destroy(XLU_Config *cfg) { in xlu_cfg_destroy()
184 static int find_atom(const XLU_Config *cfg, const char *n, in find_atom()
250 int xlu_cfg_get_string(const XLU_Config *cfg, const char *n, in xlu_cfg_get_string()
260 int xlu_cfg_replace_string(const XLU_Config *cfg, const char *n, in xlu_cfg_replace_string()
271 int xlu_cfg_get_bounded_long(const XLU_Config *cfg, const char *n, in xlu_cfg_get_bounded_long()
326 int xlu_cfg_get_long(const XLU_Config *cfg, const char *n, in xlu_cfg_get_long()
[all …]
A Dlibxlu_vif.c7 static void xlu__vif_err(XLU_Config *cfg, const char *msg, const char *rate) { in xlu__vif_err()
13 static int vif_parse_rate_bytes_per_sec(XLU_Config *cfg, const char *bytes, in vif_parse_rate_bytes_per_sec()
52 static int vif_parse_rate_interval_usecs(XLU_Config *cfg, const char *interval, in vif_parse_rate_interval_usecs()
93 int xlu_vif_parse_rate(XLU_Config *cfg, const char *rate, libxl_device_nic *nic) in xlu_vif_parse_rate()
A Dlibxlu_pci.c49 int xlu_pci_parse_bdf(XLU_Config *cfg, libxl_device_pci *pcidev, const char *str) in xlu_pci_parse_bdf()
188 int xlu_rdm_parse(XLU_Config *cfg, libxl_rdm_reserve *rdm, const char *str) in xlu_rdm_parse()
A Dlibxlu_disk.c49 int xlu_disk_parse(XLU_Config *cfg, in xlu_disk_parse()
A Dlibxlu_disk_i.h8 XLU_Config *cfg; member
A Dlibxl_json.h78 yajl_parser_config cfg = { in libxl__yajl_alloc() local
A Dlibxlu_internal.h67 XLU_Config *cfg; member
/xen/xen/arch/x86/x86_64/
A Dmmconfig_64.c23 struct acpi_mcfg_allocation *cfg; member
31 struct acpi_mcfg_allocation *cfg; in get_virt() local
116 static void __iomem *mcfg_ioremap(const struct acpi_mcfg_allocation *cfg, in mcfg_ioremap()
184 const struct acpi_mcfg_allocation *cfg = pci_mmcfg_virt[idx].cfg; in pci_mmcfg_decode() local
A Dacpi_mmcfg.c50 struct acpi_mcfg_allocation *cfg) in acpi_mcfg_check_entry()
A Dmmconfig-shared.c333 static int __init is_mmconf_reserved( in is_mmconf_reserved()
/xen/xen/arch/x86/
A Dhpet.c233 u32 cfg; in hpet_msi_unmask() local
244 u32 cfg; in hpet_msi_mask() local
337 u32 cfg = hpet_read32(HPET_Tn_CFG(ch->idx)); in hpet_setup_msi_irq() local
406 u32 cfg = hpet_read32(HPET_Tn_CFG(i)); in hpet_fsb_cap_lookup() local
553 u32 hpet_id, cfg; in hpet_broadcast_init() local
623 u32 cfg; in hpet_broadcast_resume() local
669 u32 cfg; in hpet_disable_legacy_broadcast() local
810 u32 hpet_id, cfg; in hpet_resume() local
A Dsmp.c52 unsigned int cfg; in send_IPI_shortcut() local
171 unsigned long cfg; in send_IPI_mask_flat() local
207 unsigned long cfg, flags; in send_IPI_mask_phys() local
/xen/xen/include/asm-arm/
A Dalternative.h83 #define _ALTERNATIVE_CFG(oldinstr, newinstr, feature, cfg, ...) \ argument
206 #define _ALTERNATIVE_CFG(insn1, insn2, cap, cfg, ...) \ argument
/xen/xen/drivers/passthrough/arm/
A Dsmmu.c248 struct arm_smmu_master_cfg *cfg; member
272 struct arm_smmu_master_cfg *cfg, in iommu_group_set_iommudata()
608 struct arm_smmu_master_cfg cfg; member
671 struct arm_smmu_cfg cfg; member
742 struct arm_smmu_master_cfg *cfg = NULL; in find_smmu_master_cfg() local
1388 struct arm_smmu_master_cfg *cfg) in arm_smmu_master_configure_smrs()
1487 struct arm_smmu_master_cfg *cfg) in arm_smmu_domain_remove_master()
1517 struct arm_smmu_master_cfg *cfg; in arm_smmu_attach_dev() local
1566 struct arm_smmu_master_cfg *cfg; in arm_smmu_detach_dev() local
1904 struct arm_smmu_master_cfg *cfg; in arm_smmu_add_device() local
[all …]
/xen/xen/include/xen/
A Dkconfig.h20 #define config_enabled(cfg) _config_enabled(cfg) argument
A Dparam.h187 static inline void no_config_param(const char *cfg, const char *param, in no_config_param()
/xen/tools/tests/vhpet/
A Dmain.c349 unsigned long cfg = hpet_readl(HPET_CFG); in hpet_stop_counter() local
362 unsigned long cfg = hpet_readl(HPET_CFG); in hpet_start_counter() local
376 unsigned long cfg, cmp, cmp2, now; in hpet_set_mode() local
418 unsigned long cfg, cmp, delta, cmp2, cmp3; in hpet_check_stopped() local
/xen/tools/pygrub/src/
A Dpygrub681 def sniff_solaris(fs, cfg): argument
716 def sniff_netware(fs, cfg): argument
/xen/xen/common/efi/
A Dboot.c149 static struct file __initdata cfg; variable
668 static void __init pre_parse(const struct file *cfg) in pre_parse()
696 static char *__init get_value(const struct file *cfg, const char *section, in get_value()
/xen/stubdom/vtpmmgr/
A Ddisk_read.c85 const struct disk_seal_entry *cfg = &group->v.boot_configs.entry[i]; in find_group_key() local
/xen/xen/arch/arm/
A Dgic-v2.c296 uint32_t cfg, actual, edgebit; in gicv2_set_irq_type() local
A Dgic-v3.c537 uint32_t cfg, actual, edgebit; in gicv3_set_irq_type() local
/xen/tools/ocaml/libs/xc/
A Dxenctrl_stubs.c196 struct xen_domctl_createdomain cfg = { in stub_xc_domain_create() local
/xen/xen/include/public/
A Dplatform.h280 } cfg; member

Completed in 57 milliseconds