Searched defs:endp (Results 1 - 22 of 22) sorted by relevance

/arch/cris/arch-v10/lib/
H A Dusercopy.c365 char *endp; local
366 for (endp = dst + n; dst < endp; dst++)
/arch/cris/arch-v32/lib/
H A Dusercopy.c317 char *endp; local
318 for (endp = dst + n; dst < endp; dst++)
/arch/mips/pmcs-msp71xx/
H A Dmsp_time.c48 char *endp, *s; local
53 cpu_rate = simple_strtoul(s, &endp, 10);
54 if (endp != NULL && *endp != 0) {
63 cpu_rate = 1000 * simple_strtoul(s, &endp, 10);
64 if (endp != NULL && *endp != 0) {
H A Dmsp_serial.c94 char *endp; local
102 if(!(s && *s && (uartclk = simple_strtoul(s, &endp, 10)) && *endp == 0))
/arch/arc/mm/
H A Dinit.c52 char *endp; local
54 start = memparse(p, &endp);
55 if (*endp == ',') {
56 size = memparse(endp + 1, NULL);
/arch/arm/mach-shmobile/
H A Dsetup-rcar-gen2.c126 const __be32 *reg, *endp; local
141 endp = reg + (l / sizeof(__be32));
142 while ((endp - reg) >= (dt_root_addr_cells + dt_root_size_cells)) {
/arch/hexagon/mm/
H A Dinit.c168 char *endp; local
170 size = memparse(p, &endp);
/arch/x86/boot/
H A Dstring.c95 * @endp: A pointer to the end of the parsed string will be placed here
99 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base) argument
118 if (endp)
119 *endp = (char *)cp;
/arch/arm64/mm/
H A Dinit.c51 char *endp; local
53 start = memparse(p, &endp);
54 if (*endp == ',') {
55 size = memparse(endp + 1, NULL);
/arch/unicore32/kernel/
H A Dsetup.c172 char *endp; local
185 size = memparse(p, &endp);
186 if (*endp == '@')
187 start = memparse(endp + 1, NULL);
/arch/s390/mm/
H A Dcmm.c244 static int cmm_skip_blanks(char *cp, char **endp) argument
250 *endp = str;
/arch/unicore32/mm/
H A Dinit.c40 char *endp; local
42 start = memparse(p, &endp);
43 if (*endp == ',') {
44 size = memparse(endp + 1, NULL);
/arch/arm/mm/
H A Dinit.c56 char *endp; local
58 start = memparse(p, &endp);
59 if (*endp == ',') {
60 size = memparse(endp + 1, NULL);
/arch/metag/lib/
H A Dusercopy.c934 char *endp; local
935 for (endp = dst + n; dst < endp; dst++)
/arch/powerpc/platforms/pseries/
H A Dlparcfg.c608 char *endp; local
609 *new_entitled_ptr = (u64) simple_strtoul(tmp, &endp, 10);
610 if (endp == tmp)
615 char *endp; local
616 *new_weight_ptr = (u8) simple_strtoul(tmp, &endp, 10);
617 if (endp == tmp)
622 char *endp; local
623 *new_entitled_ptr = (u64) simple_strtoul(tmp, &endp, 10);
624 if (endp == tmp)
629 char *endp; local
[all...]
H A Diommu.c54 __be64 *startp, __be64 *endp)
60 end = __pa(endp);
53 tce_invalidate_pSeries_sw(struct iommu_table *tbl, __be64 *startp, __be64 *endp) argument
/arch/arm/kernel/
H A Dsetup.c721 char *endp; local
735 size = memparse(p, &endp);
736 if (*endp == '@')
737 start = memparse(endp + 1, NULL);
/arch/arm/mach-davinci/
H A Ddevices-da8xx.c771 char *endp; local
776 rproc_size = memparse(p, &endp);
777 if (*endp == '@')
778 rproc_base = memparse(endp + 1, NULL);
/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c938 __be64 *startp, __be64 *endp, bool rm)
947 end = __pa(endp);
985 __be64 *startp, __be64 *endp, bool rm)
1001 inc = tbl->it_offset + (((u64)endp - tbl->it_base) / sizeof(u64));
1016 __be64 *startp, __be64 *endp, bool rm)
1023 pnv_pci_ioda1_tce_invalidate(pe, tbl, startp, endp, rm);
1025 pnv_pci_ioda2_tce_invalidate(pe, tbl, startp, endp, rm);
936 pnv_pci_ioda1_tce_invalidate(struct pnv_ioda_pe *pe, struct iommu_table *tbl, __be64 *startp, __be64 *endp, bool rm) argument
983 pnv_pci_ioda2_tce_invalidate(struct pnv_ioda_pe *pe, struct iommu_table *tbl, __be64 *startp, __be64 *endp, bool rm) argument
1015 pnv_pci_ioda_tce_invalidate(struct iommu_table *tbl, __be64 *startp, __be64 *endp, bool rm) argument
/arch/tile/kernel/
H A Dsetup.c140 char *endp; local
144 node = str ? simple_strtoul(str, &endp, 0) : INT_MAX;
145 if (node >= MAX_NUMNODES || *endp != ':')
148 maxnodemem = memparse(endp+1, NULL);
1152 char *endp; local
1155 initrd_size = str ? simple_strtoul(str, &endp, 0) : 0;
1156 if (initrd_size == 0 || *endp != '@')
1159 initrd_start = simple_strtoul(endp+1, &endp, 0);
/arch/powerpc/kernel/
H A Dprom_init.c532 static unsigned long prom_strtoul(const char *cp, const char **endp) argument
551 if (endp)
552 *endp = cp;
1131 cell_t *p, *endp; local
1172 endp = p + (plen / sizeof(cell_t));
1180 while ((endp - p) >= (rac + rsc)) {
/arch/powerpc/xmon/
H A Dxmon.c1292 unsigned long *endp)
1297 *startp = *endp = 0;
1306 *endp = pc - offset + size;
1291 get_function_bounds(unsigned long pc, unsigned long *startp, unsigned long *endp) argument

Completed in 597 milliseconds