Home
last modified time | relevance | path

Searched refs:simple_strtoul (Results 1 – 24 of 24) sorted by relevance

/xen-4.10.0-shim-comet/xen/drivers/pci/
A Dpci.c131 unsigned long seg = simple_strtoul(s, &s, 16), bus, dev, func; in parse_pci_seg()
135 bus = simple_strtoul(s + 1, &s, 16); in parse_pci_seg()
138 dev = simple_strtoul(s + 1, &s, 16); in parse_pci_seg()
150 func = simple_strtoul(s + 1, &s, 0); in parse_pci_seg()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Ddom0_build.c80 opt_dom0_max_vcpus_max = simple_strtoul(s + 1, &s, 0); in parse_dom0_max_vcpus()
83 opt_dom0_max_vcpus_min = simple_strtoul(s, &s, 0); in parse_dom0_max_vcpus()
89 opt_dom0_max_vcpus_max = simple_strtoul(s, &s, 0); in parse_dom0_max_vcpus()
108 dom0_pxms[dom0_nr_pxms] = simple_strtoul(s, &s, 0); in parse_dom0_nodes()
388 io_from = simple_strtoul(t, &u, 16); in process_dom0_ioports_disable()
400 io_to = simple_strtoul(u + 1, &u, 16); in process_dom0_ioports_disable()
A Ddmi_scan.c778 year = simple_strtoul(y, &e, 10); in dmi_get_date()
788 month = simple_strtoul(s, &e, 10); in dmi_get_date()
795 day = simple_strtoul(s, &e, 10); in dmi_get_date()
A Dnuma.c304 numa_fake = simple_strtoul(opt+5,NULL,0); in numa_setup()
A Dpsr.c467 opt_rmid_max = simple_strtoul(val_delim + 1, &q, 0); in parse_psr_param()
473 opt_cos_max = simple_strtoul(val_delim + 1, &q, 0); in parse_psr_param()
/xen-4.10.0-shim-comet/xen/common/
A Dgdbstub.c456 addr = simple_strtoul(ctx->in_buf + 1, &ptr, 16); in process_command()
462 length = simple_strtoul(ptr + 1, &ptr, 16); in process_command()
471 addr = simple_strtoul(ctx->in_buf + 1, &ptr, 16); in process_command()
477 length = simple_strtoul(ptr + 1, &ptr, 16); in process_command()
486 addr = simple_strtoul(ctx->in_buf + 1, &ptr, 16); in process_command()
500 addr = simple_strtoul(ctx->in_buf + 1, &ptr, 16); in process_command()
A Dvsprintf.c33 unsigned long simple_strtoul( in simple_strtoul() function
62 EXPORT_SYMBOL(simple_strtoul);
73 return -simple_strtoul(cp+1,endp,base); in simple_strtol()
74 return simple_strtoul(cp,endp,base); in simple_strtol()
A Dmemory.c66 domu_max_order = simple_strtoul(s, &s, 0); in parse_max_order()
68 ctldom_max_order = simple_strtoul(s, &s, 0); in parse_max_order()
70 hwdom_max_order = simple_strtoul(s, &s, 0); in parse_max_order()
73 ptdom_max_order = simple_strtoul(s, &s, 0); in parse_max_order()
A Ddomain.c256 extra_domU_irqs = simple_strtoul(s, &s, 0); in parse_extra_guest_irqs()
258 extra_hwdom_irqs = simple_strtoul(s, &s, 0); in parse_extra_guest_irqs()
A Dpage_alloc.c327 bad_spfn = simple_strtoul(p, &p, 0); in init_boot_pages()
333 bad_epfn = simple_strtoul(p, &p, 0); in init_boot_pages()
/xen-4.10.0-shim-comet/xen/drivers/char/
A Dns16550.c1223 else if ( (baud = simple_strtoul(conf, &conf, 10)) != 0 ) in parse_positional()
1229 uart->clock_hz = simple_strtoul(conf, &conf, 0) << 4; in parse_positional()
1234 uart->data_bits = simple_strtoul(conf, &conf, 10); in parse_positional()
1238 uart->stop_bits = simple_strtoul(conf + 1, &conf, 10); in parse_positional()
1259 uart->io_base = simple_strtoul(conf, &conf, 0); in parse_positional()
1305 uart->baud = simple_strtoul(param_value, NULL, 0); in parse_namevalue_pairs()
1319 uart->io_base = simple_strtoul(param_value, NULL, 0); in parse_namevalue_pairs()
1323 uart->irq = simple_strtoul(param_value, NULL, 0); in parse_namevalue_pairs()
1327 uart->data_bits = simple_strtoul(param_value, NULL, 0); in parse_namevalue_pairs()
1335 uart->stop_bits = simple_strtoul(param_value, NULL, 0); in parse_namevalue_pairs()
[all …]
A Dehci-dbgp.c1471 simple_strtoul(opt_dbgp + 4, &e, 10); in ehci_dbgp_init()
/xen-4.10.0-shim-comet/xen/include/acpi/platform/
A Daclinux.h67 #define strtoul simple_strtoul
/xen-4.10.0-shim-comet/xen/drivers/video/
A Dvesa.c34 if ( simple_strtoul(s, &s, 10) == 8 && (*s++ == 'x') ) in parse_font_height()
35 font_height = simple_strtoul(s, &s, 10); in parse_font_height()
/xen-4.10.0-shim-comet/xen/drivers/cpufreq/
A Dcpufreq_ondemand.c311 unsigned long tmp = simple_strtoul(val, NULL, 0); in cpufreq_dbs_handle_option()
331 unsigned long tmp = simple_strtoul(val, NULL, 0); in cpufreq_dbs_handle_option()
A Dcpufreq.c561 usr_max_freq = simple_strtoul(val, NULL, 0); in cpufreq_handle_common_option()
566 usr_min_freq = simple_strtoul(val, NULL, 0); in cpufreq_handle_common_option()
571 cpufreq_verbose = !val || !!simple_strtoul(val, NULL, 0); in cpufreq_handle_common_option()
A Dcpufreq_misc_governors.c88 userspace_cmdline_freq = simple_strtoul(val, NULL, 0); in cpufreq_userspace_handle_option()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dlib.h143 unsigned long simple_strtoul(
/xen-4.10.0-shim-comet/xen/drivers/acpi/
A Dtables.c463 acpi_apic_instance = simple_strtoul(str, &q, 0); in acpi_parse_apic_instance()
/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/
A Ddmar.c1103 start = simple_strtoul(cur = s, &s, 16); in parse_rmrr_param()
1109 end = simple_strtoul(cur = s + 1, &s, 16); in parse_rmrr_param()
/xen-4.10.0-shim-comet/xen/common/efi/
A Dboot.c1257 cols = simple_strtoul(name.cs + 4, &name.cs, 10); in efi_start()
1259 rows = simple_strtoul(name.cs + 1, &name.cs, 10); in efi_start()
1261 depth = simple_strtoul(name.cs + 1, &name.cs, 10); in efi_start()
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/
A Diommu_acpi.c645 id = simple_strtoul(s + 1, &s, 0); in parse_ivrs_ioapic()
682 id = simple_strtoul(s + 1, &s, 0); in parse_ivrs_hpet()
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Damd.c122 fam = simple_strtoul(opt + 4, &opt, 16); in get_cpuidmask()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dviridian.c1105 n[i] = simple_strtoul(arg, &e, 0); in parse_viridian_version()

Completed in 50 milliseconds