Home
last modified time | relevance | path

Searched refs:xmalloc (Results 1 – 25 of 43) sorted by relevance

12

/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dutil.c26 file = xmalloc(sizeof(*file)); in file_lookup()
84 gs.s = xmalloc(sizeof(char) * 64); in str_new()
131 void *xmalloc(size_t size) in xmalloc() function
A Dzconf.l43 text = xmalloc(START_STRSIZE); in new_string()
65 text = xmalloc(size + 1); in alloc_string()
A Dsymbol.c670 sym->def[S_DEF_USER].val = val = xmalloc(size); in sym_set_string_value()
674 sym->def[S_DEF_USER].val = val = xmalloc(size); in sym_set_string_value()
826 symbol = xmalloc(sizeof(*symbol)); in sym_lookup()
877 res = xmalloc(reslen); in sym_expand_string_value()
935 res = xmalloc(reslen); in sym_escape_string_value()
1297 prop = xmalloc(sizeof(*prop)); in prop_alloc()
A Dlkc.h116 void *xmalloc(size_t size);
A Dmenu.c51 menu = xmalloc(sizeof(*menu)); in menu_add_entry()
563 jump = xmalloc(sizeof(struct jump_key)); in get_prompt_str()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmsr.c79 dp = xmalloc(struct msr_domain_policy); in init_domain_msr_policy()
104 vp = xmalloc(struct msr_vcpu_policy); in init_vcpu_msr_policy()
A Dmicrocode_amd.c422 mc_amd = xmalloc(struct microcode_amd); in cpu_request_microcode()
582 mc_amd = xmalloc(struct microcode_amd); in microcode_resume_match()
/xen-4.10.0-shim-comet/tools/xl/
A Dxl_sched.c714 int *vcpus = (int *)xmalloc(sizeof(int)); /* IDs of VCPUs that change */ in main_sched_rtds()
715 int *periods = (int *)xmalloc(sizeof(int)); /* period is in microsecond */ in main_sched_rtds()
716 int *budgets = (int *)xmalloc(sizeof(int)); /* budget is in microsecond */ in main_sched_rtds()
717 bool *extratimes = (bool *)xmalloc(sizeof(bool)); /* extratime is bool */ in main_sched_rtds()
863 xmalloc(sizeof(libxl_sched_params) * (v_index)); in main_sched_rtds()
882 xmalloc(sizeof(libxl_sched_params) * (v_index)); in main_sched_rtds()
893 xmalloc(sizeof(libxl_sched_params)); in main_sched_rtds()
A Dxl_utils.h137 void *xmalloc(size_t sz);
A Dxl_utils.c63 void *xmalloc(size_t sz) in xmalloc() function
A Dxl_vmcontrol.c728 optdata_begin = xmalloc(hdr.optional_data_len); in create_domain()
756 config_data = xmalloc(config_len); in create_domain()
973 diskws = xmalloc(sizeof(*diskws) * d_config.num_disks); in create_domain()
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_save_helper.c119 static void *xmalloc(size_t sz) in xmalloc() function
186 return xmalloc(len); in helper_allocbuf()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dxmalloc.h13 #define xmalloc(_type) ((_type *)_xmalloc(sizeof(_type), __alignof__(_type))) macro
/xen-4.10.0-shim-comet/xen/common/compat/
A Ddomain.c67 if ( (ctxt = xmalloc(struct compat_vcpu_guest_context)) == NULL ) in compat_vcpu_op()
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dirq.c169 action = xmalloc(struct irqaction); in request_irq()
442 action = xmalloc(struct irqaction); in route_irq_to_guest()
446 info = xmalloc(struct irq_guest); in route_irq_to_guest()
/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/x86/
A Dats.c65 ats_drhd = xmalloc(struct acpi_drhd_unit); in ats_device()
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Ddomain.h337 return xmalloc(struct vcpu_guest_context); in alloc_vcpu_guest_context()
/xen-4.10.0-shim-comet/xen/common/
A Drangeset.c104 x = xmalloc(struct range); in alloc_range()
382 r = xmalloc(struct rangeset); in rangeset_new()
A Dsched_arinc653.c394 svc = xmalloc(arinc653_vcpu_t); in a653sched_alloc_vdata()
A Dradix-tree.c57 struct rcu_node *rcu_node = xmalloc(struct rcu_node); in rcu_node_alloc()
/xen-4.10.0-shim-comet/xen/drivers/acpi/apei/
A Dapei-io.c115 map = xmalloc(struct apei_iomap); in apei_pre_map()
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Ddomain.c199 d->arch.pv_domain.cpuidmasks = xmalloc(struct cpuidmasks); in pv_domain_initialise()
/xen-4.10.0-shim-comet/xen/xsm/flask/ss/
A Dsidtab.c65 newnode = xmalloc(struct sidtab_node); in sidtab_insert()
/xen-4.10.0-shim-comet/xen/drivers/passthrough/
A Dio.c480 digl = xmalloc(struct dev_intx_gsi_link); in pt_irq_create_bind()
481 girq = xmalloc(struct hvm_girq_dpci_mapping); in pt_irq_create_bind()
/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/
A Ddmar.c381 acpi_hpet_unit = xmalloc(struct acpi_hpet_unit); in acpi_parse_dev_scope()
415 acpi_ioapic_unit = xmalloc(struct acpi_ioapic_unit); in acpi_parse_dev_scope()

Completed in 40 milliseconds

12